Patrick von Platen
commited on
Commit
·
c7c60f5
1
Parent(s):
20e1eef
push first training runs
Browse files
events.out.tfevents.1625699083.t1v-n-6a2ff29b-w-0.6154.3.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7597a5e8eba24e25683921cc5261c025f115d6ee31f711b264855166ed6b231
|
3 |
+
size 220975
|
run.sh
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
./run_mlm_flax.py \
|
2 |
--output_dir="./" \
|
3 |
--model_type="roberta" \
|
4 |
-
--config_name="
|
5 |
-
--tokenizer_name="
|
6 |
--dataset_name="mc4" \
|
7 |
--dataset_config_name="sw" \
|
8 |
--max_seq_length="128" \
|
|
|
1 |
./run_mlm_flax.py \
|
2 |
--output_dir="./" \
|
3 |
--model_type="roberta" \
|
4 |
+
--config_name="./" \
|
5 |
+
--tokenizer_name="./" \
|
6 |
--dataset_name="mc4" \
|
7 |
--dataset_config_name="sw" \
|
8 |
--max_seq_length="128" \
|