Saving weights and logs of epoch 6
Browse files- config.json +2 -2
- events.out.tfevents.1630842743.t1v-n-1a0a7c50-w-0.2919552.3.v2 +3 -0
- events.out.tfevents.1630843656.t1v-n-1a0a7c50-w-0.2926743.3.v2 +3 -0
- events.out.tfevents.1630844730.t1v-n-1a0a7c50-w-0.2935716.3.v2 +3 -0
- flax_model.msgpack +2 -2
- run_summarization_t5.sh +3 -2
- run_summarization_t5_flax.py +2 -2
config.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1fa5adbbe6a5cbeedcab79760dd7611a074c1905f4f79d8d386f835eee730a9
|
| 3 |
+
size 701
|
events.out.tfevents.1630842743.t1v-n-1a0a7c50-w-0.2919552.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4fb1e6a9607d956e6cabcd81e0718f50340f1bcb540477b44acba9668f84943
|
| 3 |
+
size 40
|
events.out.tfevents.1630843656.t1v-n-1a0a7c50-w-0.2926743.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:815e4f9c489abc84c5bafa0a70610e5a7a21551aabd756eaa8cf487c62053505
|
| 3 |
+
size 40
|
events.out.tfevents.1630844730.t1v-n-1a0a7c50-w-0.2935716.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:051564addc55d170c21f0fa0cdc1fa5861f88a9033b59d4963ec818ef3facd22
|
| 3 |
+
size 718395
|
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1f37bcf63eaa05b95dfda504b03366944038453d2f2926b437fd7a05fc3a5c4
|
| 3 |
+
size 1100762015
|
run_summarization_t5.sh
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
|
| 2 |
python run_summarization_t5_flax.py \
|
| 3 |
--output_dir "." \
|
| 4 |
-
--model_name_or_path t5-base \
|
| 5 |
-
--tokenizer_name t5-base \
|
| 6 |
--dataset_name xsum \
|
| 7 |
--do_train --do_eval --do_predict \
|
| 8 |
--predict_with_generate \
|
|
@@ -14,4 +14,5 @@ python run_summarization_t5_flax.py \
|
|
| 14 |
--overwrite_output_dir \
|
| 15 |
--max_source_length 512 \
|
| 16 |
--max_target_length 64 \
|
|
|
|
| 17 |
--push_to_hub
|
|
|
|
| 1 |
|
| 2 |
python run_summarization_t5_flax.py \
|
| 3 |
--output_dir "." \
|
| 4 |
+
--model_name_or_path pere/norwegian-t5-base-NCC-fast \
|
| 5 |
+
--tokenizer_name pere/norwegian-t5-base-NCC-fast \
|
| 6 |
--dataset_name xsum \
|
| 7 |
--do_train --do_eval --do_predict \
|
| 8 |
--predict_with_generate \
|
|
|
|
| 14 |
--overwrite_output_dir \
|
| 15 |
--max_source_length 512 \
|
| 16 |
--max_target_length 64 \
|
| 17 |
+
--revision $1 \
|
| 18 |
--push_to_hub
|
run_summarization_t5_flax.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e2782269c57143454f219ab7563eaed06ab04782ddb7c7d50906b1f1302b4b3
|
| 3 |
+
size 34784
|