Update README.md
Browse files
README.md
CHANGED
@@ -38,15 +38,16 @@ It achieves the following results on the evaluation set:
|
|
38 |
|
39 |
## Model description
|
40 |
|
41 |
-
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|
45 |
-
|
46 |
|
47 |
## Training and evaluation data
|
48 |
|
49 |
-
|
|
|
50 |
|
51 |
## Training procedure
|
52 |
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
41 |
+
Base Model used for fne tuning https://huggingface.co/facebook/wav2vec2-base
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|
45 |
+
Use it to familarize yourself with fine tuning a pre trained model.Not a Production Ready Model
|
46 |
|
47 |
## Training and evaluation data
|
48 |
|
49 |
+
This is the lnik to the training dataset. https://huggingface.co/datasets/PolyAI/minds14
|
50 |
+
You can bring your own data, preprocess it for training on your won data.
|
51 |
|
52 |
## Training procedure
|
53 |
|