56
Browse files
0.3.0
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Defaulting to user installation because normal site-packages is not writeable
|
| 2 |
+
Looking in links: https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
| 3 |
+
Requirement already satisfied: jax[tpu] in /home/perk/.local/lib/python3.8/site-packages (0.4.1)
|
| 4 |
+
Requirement already satisfied: scipy>=1.5 in /home/perk/.local/lib/python3.8/site-packages (from jax[tpu]) (1.10.0)
|
| 5 |
+
Requirement already satisfied: opt-einsum in /home/perk/.local/lib/python3.8/site-packages (from jax[tpu]) (3.3.0)
|
| 6 |
+
Requirement already satisfied: numpy>=1.20 in /home/perk/.local/lib/python3.8/site-packages (from jax[tpu]) (1.24.1)
|
| 7 |
+
Requirement already satisfied: requests in /usr/local/lib/python3.8/dist-packages (from jax[tpu]) (2.27.1)
|
| 8 |
+
Requirement already satisfied: jaxlib==0.4.1 in /home/perk/.local/lib/python3.8/site-packages (from jax[tpu]) (0.4.1)
|
| 9 |
+
Requirement already satisfied: libtpu-nightly==0.1.dev20221212 in /home/perk/.local/lib/python3.8/site-packages (from jax[tpu]) (0.1.dev20221212)
|
| 10 |
+
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->jax[tpu]) (2019.11.28)
|
| 11 |
+
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests->jax[tpu]) (2.8)
|
| 12 |
+
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests->jax[tpu]) (2.0.12)
|
| 13 |
+
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/perk/.local/lib/python3.8/site-packages (from requests->jax[tpu]) (1.26.13)
|
events.out.tfevents.1672852728.t1v-n-29919176-w-3.22442.0.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6516ce9c7746084c51309c2aef27c555a169252a418c8ba2e4a556d2d39d821
|
| 3 |
+
size 40
|
events.out.tfevents.1672853179.t1v-n-29919176-w-3.140245.0.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d55f87faf0667d7d84e51d8df81f02ba6640946e52f76323fb3383d0c0e495cf
|
| 3 |
+
size 40
|
run.sh
CHANGED
|
@@ -5,7 +5,7 @@ python run_mlm_flax_stream.py \
|
|
| 5 |
--dataset_name="NbAiLab/nbailab_extended" \
|
| 6 |
--max_seq_length="512" \
|
| 7 |
--weight_decay="0.01" \
|
| 8 |
-
--per_device_train_batch_size="
|
| 9 |
--per_device_eval_batch_size="16" \
|
| 10 |
--learning_rate="3e-4" \
|
| 11 |
--warmup_steps="25000" \
|
|
|
|
| 5 |
--dataset_name="NbAiLab/nbailab_extended" \
|
| 6 |
--max_seq_length="512" \
|
| 7 |
--weight_decay="0.01" \
|
| 8 |
+
--per_device_train_batch_size="56" \
|
| 9 |
--per_device_eval_batch_size="16" \
|
| 10 |
--learning_rate="3e-4" \
|
| 11 |
--warmup_steps="25000" \
|