ihanif commited on
Commit
0a75d73
1 Parent(s): 0f67d4f

Training in progress, step 5000

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16d5bdabf704db530a89e8f651eaa5068007117858043a754242f0b36576ecc4
3
  size 1262381549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72df8e8e334598d59a6a6faab052cc5ca9a578050e41bcb02046546b6752aa2
3
  size 1262381549
run_3.sh ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python run_speech_recognition_ctc.py \
2
+ --dataset_name="google/fleurs" \
3
+ --dataset_config_name="ps_af" \
4
+ --model_name_or_path="facebook/wav2vec2-xls-r-300m" \
5
+ --output_dir="./" \
6
+ --overwrite_output_dir="False" \
7
+ --max_steps="5000" \
8
+ --per_device_train_batch_size="8" \
9
+ --per_device_eval_batch_size="8" \
10
+ --gradient_accumulation_steps="4" \
11
+ --learning_rate="7.5e-5" \
12
+ --warmup_steps="2000" \
13
+ --evaluation_strategy="steps" \
14
+ --text_column_name="transcription" \
15
+ --save_steps="500" \
16
+ --eval_steps="500" \
17
+ --logging_steps="10" \
18
+ --layerdrop="0.0" \
19
+ --activation_dropout="0.1" \
20
+ --eval_metrics wer cer \
21
+ --greater_is_better="False" \
22
+ --load_best_model_at_end \
23
+ --save_total_limit="3" \
24
+ --mask_time_prob="0.3" \
25
+ --mask_time_length="10" \
26
+ --mask_feature_prob="0.1" \
27
+ --fp16 \
28
+ --mask_feature_length="64" \
29
+ --chars_to_ignore , ? . ! - \; \: \" “ % ‘ ” � \
30
+ --group_by_length \
31
+ --push_to_hub \
32
+ --do_train --do_eval \
33
+ --gradient_checkpointing \
34
+ --use_auth_token
runs/Dec16_15-29-40_129-146-104-29/1671204751.2903225/events.out.tfevents.1671204751.129-146-104-29.131453.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c70656d64c1d71a68951d71fc889f492d33a57405e8d161c35d2cbb6085a13e4
3
+ size 5633
runs/Dec16_15-29-40_129-146-104-29/events.out.tfevents.1671204751.129-146-104-29.131453.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dd4b02386c90cfc08d2d69cfaf6701c41bf670404378038bb0a43b850490b37
3
+ size 5642
runs/Dec16_15-39-46_129-146-104-29/1671205356.7546594/events.out.tfevents.1671205356.129-146-104-29.131763.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0275113dba0a656e712b957344ac77a8789fbfa165be78d96631e171b0746187
3
+ size 5633
runs/Dec16_15-39-46_129-146-104-29/events.out.tfevents.1671205356.129-146-104-29.131763.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ba44eae0c41568932684edac528ba6371e32a0de8a2ae0bb7668292564d7ed
3
+ size 13384
special_tokens_map.json CHANGED
@@ -35,6 +35,34 @@
35
  "rstrip": false,
36
  "single_word": false
37
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  {
39
  "content": "</s>",
40
  "lstrip": false,
 
35
  "rstrip": false,
36
  "single_word": false
37
  },
38
+ {
39
+ "content": "</s>",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false
44
+ },
45
+ {
46
+ "content": "<s>",
47
+ "lstrip": false,
48
+ "normalized": true,
49
+ "rstrip": false,
50
+ "single_word": false
51
+ },
52
+ {
53
+ "content": "</s>",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false
58
+ },
59
+ {
60
+ "content": "<s>",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false
65
+ },
66
  {
67
  "content": "</s>",
68
  "lstrip": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a283ddc957720ad6b8ed3ed6f0b1f48fd5f440a2229d09fd9ce1958e67aa059
3
  size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d156a698a73c6b0f8a73ae7839417d2f38b6a755378e7e32d5e1f28079254bf
3
  size 3451