zinc75 commited on
Commit
58d7821
1 Parent(s): 2e11032

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -59,11 +59,11 @@ The model has been finetuned on Coommonvoice-v13 (FR) for 14 epochs on 4x2080 Ti
59
 
60
  - The set of hyperparameters used for training are the same as those detailed in Annex B and Table 6 of [wav2vec2 paper](https://arxiv.org/pdf/2006.11477.pdf).
61
 
62
- ## Usage (using the online :huggingface: Inference API)
63
 
64
  Just record your voice on the ⚡ Inference API on this webpage, and then click on "Compute", that's all !
65
 
66
- ## Usage (with HuggingSound)
67
 
68
  The model can be used directly using the [HuggingSound](https://github.com/jonatasgrosman/huggingsound) library:
69
 
@@ -95,7 +95,7 @@ df[['transcription']]
95
  | ./test_relecture_texte.wav | ʃapitʁ di də abɛse pəti kɔ̃t də ʒyl ləmɛtʁ ɑ̃ʁʒistʁe puʁ libʁivɔksɔʁɡ ibis dɑ̃ la bas kuʁ dœ̃ ʃato sə tʁuva paʁmi tut sɔʁt də volaj œ̃n ibis ʁɔz |
96
  | ./10179_11051_000021.flac | kɛl dɔmaʒ kə sə nə swa pa dy sykʁ supiʁa se foʁaz ɑ̃ pasɑ̃ sa lɑ̃ɡ syʁ la vitʁ fɛ̃ dy ʃapitʁ kɛ̃z ɑ̃ʁʒistʁe paʁ sonjɛ̃ sɛt ɑ̃ʁʒistʁəmɑ̃ fɛ paʁti dy domɛn pyblik |
97
 
98
- ## Inference script (if you do not want to use Huggingsound) :
99
 
100
  ```python
101
  import torch
 
59
 
60
  - The set of hyperparameters used for training are the same as those detailed in Annex B and Table 6 of [wav2vec2 paper](https://arxiv.org/pdf/2006.11477.pdf).
61
 
62
+ ## Usage (using the online Inference API)
63
 
64
  Just record your voice on the ⚡ Inference API on this webpage, and then click on "Compute", that's all !
65
 
66
+ ## Usage (with HuggingSound library)
67
 
68
  The model can be used directly using the [HuggingSound](https://github.com/jonatasgrosman/huggingsound) library:
69
 
 
95
  | ./test_relecture_texte.wav | ʃapitʁ di də abɛse pəti kɔ̃t də ʒyl ləmɛtʁ ɑ̃ʁʒistʁe puʁ libʁivɔksɔʁɡ ibis dɑ̃ la bas kuʁ dœ̃ ʃato sə tʁuva paʁmi tut sɔʁt də volaj œ̃n ibis ʁɔz |
96
  | ./10179_11051_000021.flac | kɛl dɔmaʒ kə sə nə swa pa dy sykʁ supiʁa se foʁaz ɑ̃ pasɑ̃ sa lɑ̃ɡ syʁ la vitʁ fɛ̃ dy ʃapitʁ kɛ̃z ɑ̃ʁʒistʁe paʁ sonjɛ̃ sɛt ɑ̃ʁʒistʁəmɑ̃ fɛ paʁti dy domɛn pyblik |
97
 
98
+ ## Inference script (if you do not want to use the huggingsound library) :
99
 
100
  ```python
101
  import torch