TencentGameMate commited on
Commit
fd2c3c6
·
1 Parent(s): 89b235c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -2,13 +2,14 @@
2
  license: mit
3
  ---
4
 
 
 
 
 
 
5
 
6
  ```python
7
- # This model does not have a tokenizer as it was pretrained on audio alone.
8
- # In order to use this model speech recognition, a tokenizer should be created and the model should be fine-tuned on labeled text data.
9
 
10
- # python package
11
- # transformers==4.16.2
12
 
13
  import torch
14
  import torch.nn.functional as F
 
2
  license: mit
3
  ---
4
 
5
+ This model does not have a tokenizer as it was pretrained on audio alone.
6
+ In order to use this model speech recognition, a tokenizer should be created and the model should be fine-tuned on labeled text data.
7
+
8
+ python package:
9
+ transformers==4.16.2
10
 
11
  ```python
 
 
12
 
 
 
13
 
14
  import torch
15
  import torch.nn.functional as F