Instructions to use yacoubagbane/checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yacoubagbane/checkpoints with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="yacoubagbane/checkpoints")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("yacoubagbane/checkpoints") model = AutoModelForCTC.from_pretrained("yacoubagbane/checkpoints", device_map="auto") - Notebooks
- Google Colab
- Kaggle
yacoubagbane/wav2vec2-base-timit-dyula_koumankan_new_regex_UNIV
Browse files- README.md +10 -18
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss:
|
| 22 |
-
- Wer:
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -50,22 +50,14 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
-
| Training Loss | Epoch
|
| 54 |
-
|:-------------:|:------
|
| 55 |
-
| 5.
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
| 1.0867 | 5.5732 | 3500 | 1.5995 | 0.8213 |
|
| 62 |
-
| 1.0427 | 6.3694 | 4000 | 1.5592 | 0.8244 |
|
| 63 |
-
| 0.9884 | 7.1656 | 4500 | 1.5782 | 0.8113 |
|
| 64 |
-
| 0.9380 | 7.9618 | 5000 | 1.7195 | 0.8268 |
|
| 65 |
-
| 0.8799 | 8.7580 | 5500 | 1.7174 | 0.8207 |
|
| 66 |
-
| 0.8320 | 9.5541 | 6000 | 1.7601 | 0.8261 |
|
| 67 |
-
| 0.7904 | 10.3503 | 6500 | 1.7749 | 0.8493 |
|
| 68 |
-
| 0.7460 | 11.1465 | 7000 | 1.8440 | 0.8471 |
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 3.1084
|
| 22 |
+
- Wer: 1.0
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 54 |
+
|:-------------:|:------:|:----:|:---------------:|:---:|
|
| 55 |
+
| 5.4567 | 0.7962 | 500 | 3.1191 | 1.0 |
|
| 56 |
+
| 3.0371 | 1.5924 | 1000 | 3.1471 | 1.0 |
|
| 57 |
+
| 3.0352 | 2.3885 | 1500 | 3.1423 | 1.0 |
|
| 58 |
+
| 3.0396 | 3.1847 | 2000 | 3.1056 | 1.0 |
|
| 59 |
+
| 3.0361 | 3.9809 | 2500 | 3.1074 | 1.0 |
|
| 60 |
+
| 3.0391 | 4.7771 | 3000 | 3.1084 | 1.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 377706428
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecb0ea4da0d53f6d8a7d667dc63859f0fd29f347395999274ed0ab306c35e8de
|
| 3 |
size 377706428
|