johaness14 commited on
Commit
566f1de
·
verified ·
1 Parent(s): 6c9bd5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -8,6 +8,11 @@ metrics:
8
  model-index:
9
  - name: wav2vec2-jv-base-openslr
10
  results: []
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,22 +20,22 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # wav2vec2-jv-base-openslr
17
 
18
- This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.2843
21
  - Wer: 0.1502
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
34
 
35
  ## Training procedure
36
 
@@ -47,7 +52,7 @@ The following hyperparameters were used during training:
47
  - num_epochs: 65
48
  - mixed_precision_training: Native AMP
49
 
50
- ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-------:|:-----:|:---------------:|:------:|
@@ -80,4 +85,4 @@ The following hyperparameters were used during training:
80
  - Transformers 4.44.0
81
  - Pytorch 2.2.1+cu118
82
  - Datasets 2.20.0
83
- - Tokenizers 0.19.1
 
8
  model-index:
9
  - name: wav2vec2-jv-base-openslr
10
  results: []
11
+ datasets:
12
+ - openslr/openslr
13
+ language:
14
+ - jv
15
+ pipeline_tag: automatic-speech-recognition
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  # wav2vec2-jv-base-openslr
22
 
23
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the [OpenSLR41 datasets](https://openslr.org/41/) datasets.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.2843
26
  - Wer: 0.1502
27
 
28
  ## Model description
29
 
30
+ The model is a fine-tuned version of wav2vec2, specifically adapted using the OpenSLR 41 dataset, which is focused on the Javanese language domain. This adaptation enables the model to effectively recognize and process spoken Javanese, leveraging the robust capabilities of the wav2vec2 architecture combined with domain-specific training data.
31
 
32
  ## Intended uses & limitations
33
 
34
+ This model is intended for transcribing spoken Javanese language from audio recordings. It achieves a Word Error Rate (WER) of 15%, indicating that while the model performs reasonably well, it still produces significant transcription errors. Users should be aware that the accuracy may vary, particularly in cases with challenging audio conditions or less common dialects. Additionally, this model requires input audio at a sample rate of 16kHz, which may limit its applicability for recordings at different sample rates or lower quality audio files.
35
 
36
  ## Training and evaluation data
37
 
38
+ The model use OpenSLR41 datasets, and split into 2 section (training and testing), then the model is trained using 1xA100 GPU with a training duration of 4-5 hours.
39
 
40
  ## Training procedure
41
 
 
52
  - num_epochs: 65
53
  - mixed_precision_training: Native AMP
54
 
55
+ ### Log Data | Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Wer |
58
  |:-------------:|:-------:|:-----:|:---------------:|:------:|
 
85
  - Transformers 4.44.0
86
  - Pytorch 2.2.1+cu118
87
  - Datasets 2.20.0
88
+ - Tokenizers 0.19.1