Sanchit Gandhi
commited on
Commit
·
91aface
1
Parent(s):
0e7bb3a
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
"architectures": [
|
4 |
"SpeechEncoderDecoderModel"
|
5 |
],
|
6 |
-
"bos_token_id": 50256,
|
7 |
"decoder": {
|
8 |
"_name_or_path": "gpt2-medium",
|
9 |
"activation_function": "gelu_new",
|
|
|
3 |
"architectures": [
|
4 |
"SpeechEncoderDecoderModel"
|
5 |
],
|
|
|
6 |
"decoder": {
|
7 |
"_name_or_path": "gpt2-medium",
|
8 |
"activation_function": "gelu_new",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3210536233
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5b9ee785de0e4c8d296e99160eba9703ba7b5a30f6d9c758974ff5709e7a7af
|
3 |
size 3210536233
|
run_librispeech.sh
CHANGED
@@ -16,7 +16,7 @@ CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_seq2seq.py \
|
|
16 |
--gradient_accumulation_steps="2" \
|
17 |
--generation_max_length="40" \
|
18 |
--generation_num_beams="1" \
|
19 |
-
--learning_rate="
|
20 |
--warmup_steps="500" \
|
21 |
--evaluation_strategy="steps" \
|
22 |
--text_column_name="text" \
|
|
|
16 |
--gradient_accumulation_steps="2" \
|
17 |
--generation_max_length="40" \
|
18 |
--generation_num_beams="1" \
|
19 |
+
--learning_rate="1e-4" \
|
20 |
--warmup_steps="500" \
|
21 |
--evaluation_strategy="steps" \
|
22 |
--text_column_name="text" \
|
runs/Feb11_14-18-53_sanchit--v100/1644589174.7624567/events.out.tfevents.1644589174.sanchit--v100.346942.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a234beaa2ec98b2905c8a2b66043e0158a41200ea72b5d2e72003f85271d8c7
|
3 |
+
size 4964
|
runs/Feb11_14-18-53_sanchit--v100/events.out.tfevents.1644589174.sanchit--v100.346942.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1674ac90d465b462ff4dab3427086efbb2e68a14e96459767a909c2632cc943c
|
3 |
+
size 87604
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3119
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8640bd32aac20e5c90224ed112830c3024043dfa9e15a5d950e20f542d170e64
|
3 |
size 3119
|