ihanif commited on
Commit
539cf23
1 Parent(s): 17fbece

Training in progress, step 6000

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:885f372ca75ea2a73800e7dcb899099784c20e91079fd80caeb3cd6abfe2a447
3
  size 1262381549
run_3.sh CHANGED
@@ -8,7 +8,7 @@ python run_speech_recognition_ctc.py \
8
  --per_device_train_batch_size="16" \
9
  --per_device_eval_batch_size="16" \
10
  --gradient_accumulation_steps="2" \
11
- --learning_rate="7.5e-6" \
12
  --warmup_steps="1000" \
13
  --evaluation_strategy="steps" \
14
  --text_column_name="transcription" \
@@ -21,9 +21,9 @@ python run_speech_recognition_ctc.py \
21
  --greater_is_better="False" \
22
  --load_best_model_at_end \
23
  --save_total_limit="10" \
24
- --mask_time_prob="0.6" \
25
  --mask_time_length="10" \
26
- --mask_feature_prob="0.2" \
27
  --fp16 \
28
  --mask_feature_length="64" \
29
  --chars_to_ignore , ? . ! - \; \: \" “ % ‘ ” � \
 
8
  --per_device_train_batch_size="16" \
9
  --per_device_eval_batch_size="16" \
10
  --gradient_accumulation_steps="2" \
11
+ --learning_rate="7.5e-7" \
12
  --warmup_steps="1000" \
13
  --evaluation_strategy="steps" \
14
  --text_column_name="transcription" \
 
21
  --greater_is_better="False" \
22
  --load_best_model_at_end \
23
  --save_total_limit="10" \
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 , ? . ! - \; \: \" “ % ‘ ” � \
runs/Dec16_20-56-58_129-146-104-29/1671224389.6246047/events.out.tfevents.1671224389.129-146-104-29.146388.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61e148fd7677c43d22f7c5ef9aad820a1b1d94af7c61b0bd4e3bbb4160ca62cd
3
+ size 5633
runs/Dec16_20-56-58_129-146-104-29/events.out.tfevents.1671224389.129-146-104-29.146388.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a413eb22f0a56eddd96a1300a9c14d3c643429ce13383689d03bf93592f4df
3
+ size 6114
runs/Dec16_21-09-39_129-146-104-29/1671225152.348097/events.out.tfevents.1671225152.129-146-104-29.146624.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312a6a0e0842bed6b7a490b5edd74a368578cf4383631f88c7e50d37d8a93214
3
+ size 5633
runs/Dec16_21-09-39_129-146-104-29/events.out.tfevents.1671225152.129-146-104-29.146624.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7048683226a8d83c7ac9bada83103fd27fe7454d9654baa1cd4606d2b8a208fd
3
+ size 13387
special_tokens_map.json CHANGED
@@ -77,6 +77,34 @@
77
  "rstrip": false,
78
  "single_word": false
79
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  {
81
  "content": "</s>",
82
  "lstrip": false,
 
77
  "rstrip": false,
78
  "single_word": false
79
  },
80
+ {
81
+ "content": "</s>",
82
+ "lstrip": false,
83
+ "normalized": true,
84
+ "rstrip": false,
85
+ "single_word": false
86
+ },
87
+ {
88
+ "content": "<s>",
89
+ "lstrip": false,
90
+ "normalized": true,
91
+ "rstrip": false,
92
+ "single_word": false
93
+ },
94
+ {
95
+ "content": "</s>",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false
100
+ },
101
+ {
102
+ "content": "<s>",
103
+ "lstrip": false,
104
+ "normalized": true,
105
+ "rstrip": false,
106
+ "single_word": false
107
+ },
108
  {
109
  "content": "</s>",
110
  "lstrip": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c7c17c12921a7261ed70978c9e767564ee91ada37852a8e0a0ec24576965c09
3
  size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c320c55ba9124e0a7d45da133173ad9a74af1e9959ad8e0d0bd14767c2fba239
3
  size 3451