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: libtpu-nightly==0.1.dev20221212 in /home/perk/.local/lib/python3.8/site-packages (from jax[tpu]) (0.1.dev20221212)
|
| 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: requests in /usr/local/lib/python3.8/dist-packages (from jax[tpu]) (2.27.1)
|
| 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: urllib3<1.27,>=1.21.1 in /home/perk/.local/lib/python3.8/site-packages (from requests->jax[tpu]) (1.26.13)
|
| 12 |
+
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests->jax[tpu]) (2.8)
|
| 13 |
+
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests->jax[tpu]) (2.0.12)
|
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" \
|