Commit
·
54b58d9
1
Parent(s):
0d330da
Add youtube video link
Browse files
README.md
CHANGED
|
@@ -40,6 +40,9 @@ processor = Wav2Vec2Processor.from_pretrained('ProgramadorArtificial/wav2vec2-la
|
|
| 40 |
model = AutoModelForCTC.from_pretrained('ProgramadorArtificial/wav2vec2-large-xlsr-53-portuguese')
|
| 41 |
```
|
| 42 |
|
|
|
|
|
|
|
|
|
|
| 43 |
## Results test and validation dataset
|
| 44 |
|
| 45 |
### Test
|
|
|
|
| 40 |
model = AutoModelForCTC.from_pretrained('ProgramadorArtificial/wav2vec2-large-xlsr-53-portuguese')
|
| 41 |
```
|
| 42 |
|
| 43 |
+
Video explaining how this model was trained (portuguese): https://youtu.be/ff_NQVUwtx4
|
| 44 |
+
|
| 45 |
+
|
| 46 |
## Results test and validation dataset
|
| 47 |
|
| 48 |
### Test
|