Epoch 1 Flax model
Browse files- flax_model.msgpack +3 -0
- run.sh +2 -0
flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50c50c05859f43aa6a08aa3106a1ca62d225f1ac927d57e0e86e422cff5ee7a7
|
3 |
+
size 711588089
|
run.sh
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
./run_mlm_flax.py \
|
2 |
--output_dir="./" \
|
3 |
--model_type="roberta" \
|
@@ -18,4 +19,5 @@
|
|
18 |
--num_train_epochs="8" \
|
19 |
--dtype="bfloat16" \
|
20 |
--push_to_hub_model_id="flax-community/bertin-roberta-large-spanish" \
|
|
|
21 |
--push_to_hub 2>&1 | tee run.log
|
|
|
1 |
+
HUB_TOKEN=`cat $HOME/.huggingface/token`
|
2 |
./run_mlm_flax.py \
|
3 |
--output_dir="./" \
|
4 |
--model_type="roberta" \
|
|
|
19 |
--num_train_epochs="8" \
|
20 |
--dtype="bfloat16" \
|
21 |
--push_to_hub_model_id="flax-community/bertin-roberta-large-spanish" \
|
22 |
+
--push_to_hub_token="$HUB_TOKEN"
|
23 |
--push_to_hub 2>&1 | tee run.log
|