Commit
·
180ce63
1
Parent(s):
d99730f
bleu output looks similar to hf
Browse files- myerrors_1401.out +0 -9
- myerrors_1402.out +0 -23
- myerrors_1403.out +0 -50
- myerrors_1404.out +0 -48
- myerrors_1405.out +0 -48
- myerrors_1406.out +0 -48
- myerrors_1407.out +0 -1
- myerrors_1408.out +0 -0
- myerrors_1412.out +0 -4
- myerrors_1413.out +0 -1
- myerrors_1414.out +0 -0
- myerrors_1419.out +0 -4
- myerrors_1420.out +0 -4
- myerrors_1421.out +0 -7
- myerrors_1422.out +0 -25
- myerrors_1423.out +0 -0
- myerrors_1441.out +0 -0
- myerrors_1442.out +0 -1
- myerrors_1443.out +0 -1
- myerrors_1444.out +0 -0
- myerrors_1445.out +0 -0
- myerrors_1446.out +0 -0
- myerrors_1447.out +41 -0
- myoutput_1401.out +0 -0
- myoutput_1402.out +0 -0
- myoutput_1403.out +0 -0
- myoutput_1404.out +0 -0
- myoutput_1405.out +0 -0
- myoutput_1406.out +0 -0
- myoutput_1407.out +0 -0
- myoutput_1408.out +0 -36
- myoutput_1412.out +0 -0
- myoutput_1413.out +0 -1
- myoutput_1414.out +0 -2
- myoutput_1419.out +0 -0
- myoutput_1420.out +0 -0
- myoutput_1421.out +0 -0
- myoutput_1422.out +0 -0
- myoutput_1423.out +0 -40
- myoutput_1441.out +0 -40
- myoutput_1442.out +0 -2
- myoutput_1443.out +0 -2
- myoutput_1444.out +0 -39
- myoutput_1445.out +0 -39
- myoutput_1446.out +0 -39
- myoutput_1447.out +1 -0
- translation.py +2 -3
myerrors_1401.out
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
Traceback (most recent call last):
|
4 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 23, in <module>
|
5 |
-
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint, return_tensors="pt")
|
6 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
7 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/models/auto/tokenization_auto.py", line 750, in from_pretrained
|
8 |
-
raise ValueError(
|
9 |
-
ValueError: This tokenizer cannot be instantiated. Please make sure you have `sentencepiece` installed in order to use this tokenizer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myerrors_1402.out
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/models/marian/tokenization_marian.py:194: UserWarning: Recommended: pip install sacremoses.
|
5 |
-
warnings.warn("Recommended: pip install sacremoses.")
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
Traceback (most recent call last):
|
17 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 80, in <module>
|
18 |
-
args = Seq2SeqTrainingArguments(
|
19 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^
|
20 |
-
File "<string>", line 119, in __init__
|
21 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/training_args.py", line 1405, in __post_init__
|
22 |
-
raise ValueError(
|
23 |
-
ValueError: FP16 Mixed precision training with AMP or APEX (`--fp16`) and FP16 half precision evaluation (`--fp16_full_eval`) can only be used on CUDA or NPU devices.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myerrors_1403.out
DELETED
@@ -1,50 +0,0 @@
|
|
1 |
-
/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/models/marian/tokenization_marian.py:194: UserWarning: Recommended: pip install sacremoses.
|
2 |
-
warnings.warn("Recommended: pip install sacremoses.")
|
3 |
-
Traceback (most recent call last):
|
4 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
|
5 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
|
6 |
-
raise HTTPError(http_error_msg, response=self)
|
7 |
-
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create
|
8 |
-
|
9 |
-
The above exception was the direct cause of the following exception:
|
10 |
-
|
11 |
-
Traceback (most recent call last):
|
12 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 2546, in create_repo
|
13 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 303, in hf_raise_for_status
|
14 |
-
huggingface_hub.utils._errors.HfHubHTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create (Request ID: Root=1-64ff2c24-39c3ba28543474ce41675b61;d911d129-0bdc-4dff-ab4c-ab71caf82db5)
|
15 |
-
|
16 |
-
You don't have the rights to create a model under this namespace
|
17 |
-
|
18 |
-
During handling of the above exception, another exception occurred:
|
19 |
-
|
20 |
-
Traceback (most recent call last):
|
21 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
|
22 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
|
23 |
-
raise HTTPError(http_error_msg, response=self)
|
24 |
-
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/marian-finetuned-kde4-en-to-fr
|
25 |
-
|
26 |
-
The above exception was the direct cause of the following exception:
|
27 |
-
|
28 |
-
Traceback (most recent call last):
|
29 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 96, in <module>
|
30 |
-
trainer = Seq2SeqTrainer(
|
31 |
-
^^^^^^^^^^^^^^^
|
32 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer_seq2seq.py", line 56, in __init__
|
33 |
-
super().__init__(
|
34 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer.py", line 557, in __init__
|
35 |
-
self.init_hf_repo()
|
36 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer.py", line 3435, in init_hf_repo
|
37 |
-
repo_url = create_repo(repo_name, token=self.args.hub_token, private=self.args.hub_private_repo, exist_ok=True)
|
38 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
39 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
40 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 2554, in create_repo
|
41 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
42 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 1888, in repo_info
|
43 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
44 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 1698, in model_info
|
45 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 293, in hf_raise_for_status
|
46 |
-
huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-64ff2c24-2234753e238f18a24080db45;16a693ed-0e76-46c1-9afd-f3e7506d8136)
|
47 |
-
|
48 |
-
Repository Not Found for url: https://huggingface.co/api/models/marian-finetuned-kde4-en-to-fr.
|
49 |
-
Please make sure you specified the correct `repo_id` and `repo_type`.
|
50 |
-
If you are trying to access a private or gated repo, make sure you are authenticated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myerrors_1404.out
DELETED
@@ -1,48 +0,0 @@
|
|
1 |
-
Traceback (most recent call last):
|
2 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
|
3 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
|
4 |
-
raise HTTPError(http_error_msg, response=self)
|
5 |
-
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create
|
6 |
-
|
7 |
-
The above exception was the direct cause of the following exception:
|
8 |
-
|
9 |
-
Traceback (most recent call last):
|
10 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 2546, in create_repo
|
11 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 303, in hf_raise_for_status
|
12 |
-
huggingface_hub.utils._errors.HfHubHTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create (Request ID: Root=1-64ff2e0f-04aee0206267018a53220759;64c24d18-ee3c-4ee3-93c4-3479148cf4f8)
|
13 |
-
|
14 |
-
You don't have the rights to create a model under this namespace
|
15 |
-
|
16 |
-
During handling of the above exception, another exception occurred:
|
17 |
-
|
18 |
-
Traceback (most recent call last):
|
19 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
|
20 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
|
21 |
-
raise HTTPError(http_error_msg, response=self)
|
22 |
-
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/marian-finetuned-kde4-en-to-fr
|
23 |
-
|
24 |
-
The above exception was the direct cause of the following exception:
|
25 |
-
|
26 |
-
Traceback (most recent call last):
|
27 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 96, in <module>
|
28 |
-
trainer = Seq2SeqTrainer(
|
29 |
-
^^^^^^^^^^^^^^^
|
30 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer_seq2seq.py", line 56, in __init__
|
31 |
-
super().__init__(
|
32 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer.py", line 557, in __init__
|
33 |
-
self.init_hf_repo()
|
34 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer.py", line 3435, in init_hf_repo
|
35 |
-
repo_url = create_repo(repo_name, token=self.args.hub_token, private=self.args.hub_private_repo, exist_ok=True)
|
36 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
37 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
38 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 2554, in create_repo
|
39 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
40 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 1888, in repo_info
|
41 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
42 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 1698, in model_info
|
43 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 293, in hf_raise_for_status
|
44 |
-
huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-64ff2e0f-5c9b7bd73ed6a48c1605e2bb;fb404a8a-9d6e-4223-9cfe-5563a5ec4412)
|
45 |
-
|
46 |
-
Repository Not Found for url: https://huggingface.co/api/models/marian-finetuned-kde4-en-to-fr.
|
47 |
-
Please make sure you specified the correct `repo_id` and `repo_type`.
|
48 |
-
If you are trying to access a private or gated repo, make sure you are authenticated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myerrors_1405.out
DELETED
@@ -1,48 +0,0 @@
|
|
1 |
-
Traceback (most recent call last):
|
2 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
|
3 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
|
4 |
-
raise HTTPError(http_error_msg, response=self)
|
5 |
-
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create
|
6 |
-
|
7 |
-
The above exception was the direct cause of the following exception:
|
8 |
-
|
9 |
-
Traceback (most recent call last):
|
10 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 2546, in create_repo
|
11 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 303, in hf_raise_for_status
|
12 |
-
huggingface_hub.utils._errors.HfHubHTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create (Request ID: Root=1-64ff2e8d-26b7f26a7185798f2c251d93;ad63d89f-32e8-4dab-8762-8cb2d39a990b)
|
13 |
-
|
14 |
-
You don't have the rights to create a model under this namespace
|
15 |
-
|
16 |
-
During handling of the above exception, another exception occurred:
|
17 |
-
|
18 |
-
Traceback (most recent call last):
|
19 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
|
20 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
|
21 |
-
raise HTTPError(http_error_msg, response=self)
|
22 |
-
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/marian-finetuned-kde4-en-to-fr
|
23 |
-
|
24 |
-
The above exception was the direct cause of the following exception:
|
25 |
-
|
26 |
-
Traceback (most recent call last):
|
27 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 96, in <module>
|
28 |
-
trainer = Seq2SeqTrainer(
|
29 |
-
^^^^^^^^^^^^^^^
|
30 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer_seq2seq.py", line 56, in __init__
|
31 |
-
super().__init__(
|
32 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer.py", line 557, in __init__
|
33 |
-
self.init_hf_repo()
|
34 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer.py", line 3435, in init_hf_repo
|
35 |
-
repo_url = create_repo(repo_name, token=self.args.hub_token, private=self.args.hub_private_repo, exist_ok=True)
|
36 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
37 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
38 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 2554, in create_repo
|
39 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
40 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 1888, in repo_info
|
41 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
42 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 1698, in model_info
|
43 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 293, in hf_raise_for_status
|
44 |
-
huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-64ff2e8d-637e402722d31e0862ea8bb3;66a399d9-07ed-45f5-9f41-dac69b046bb0)
|
45 |
-
|
46 |
-
Repository Not Found for url: https://huggingface.co/api/models/marian-finetuned-kde4-en-to-fr.
|
47 |
-
Please make sure you specified the correct `repo_id` and `repo_type`.
|
48 |
-
If you are trying to access a private or gated repo, make sure you are authenticated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myerrors_1406.out
DELETED
@@ -1,48 +0,0 @@
|
|
1 |
-
Traceback (most recent call last):
|
2 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
|
3 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
|
4 |
-
raise HTTPError(http_error_msg, response=self)
|
5 |
-
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create
|
6 |
-
|
7 |
-
The above exception was the direct cause of the following exception:
|
8 |
-
|
9 |
-
Traceback (most recent call last):
|
10 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 2546, in create_repo
|
11 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 303, in hf_raise_for_status
|
12 |
-
huggingface_hub.utils._errors.HfHubHTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create (Request ID: Root=1-64ff2fbf-6de6dc267c9487e65e7934bf;287145ff-2ef0-4dd5-bc86-210a69e00ec6)
|
13 |
-
|
14 |
-
You don't have the rights to create a model under this namespace
|
15 |
-
|
16 |
-
During handling of the above exception, another exception occurred:
|
17 |
-
|
18 |
-
Traceback (most recent call last):
|
19 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
|
20 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
|
21 |
-
raise HTTPError(http_error_msg, response=self)
|
22 |
-
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/marian-finetuned-kde4-en-to-fr
|
23 |
-
|
24 |
-
The above exception was the direct cause of the following exception:
|
25 |
-
|
26 |
-
Traceback (most recent call last):
|
27 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 96, in <module>
|
28 |
-
trainer = Seq2SeqTrainer(
|
29 |
-
^^^^^^^^^^^^^^^
|
30 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer_seq2seq.py", line 56, in __init__
|
31 |
-
super().__init__(
|
32 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer.py", line 557, in __init__
|
33 |
-
self.init_hf_repo()
|
34 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/transformers/trainer.py", line 3435, in init_hf_repo
|
35 |
-
repo_url = create_repo(repo_name, token=self.args.hub_token, private=self.args.hub_private_repo, exist_ok=True)
|
36 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
37 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
38 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 2554, in create_repo
|
39 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
40 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 1888, in repo_info
|
41 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
42 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/hf_api.py", line 1698, in model_info
|
43 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/.conda/lib/python3.11/site-packages/huggingface_hub-0.17.0rc0-py3.8.egg/huggingface_hub/utils/_errors.py", line 293, in hf_raise_for_status
|
44 |
-
huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-64ff2fbf-48e1a74b35b255065e7d42ca;838814e3-07df-4c36-a063-14996ea52175)
|
45 |
-
|
46 |
-
Repository Not Found for url: https://huggingface.co/api/models/marian-finetuned-kde4-en-to-fr.
|
47 |
-
Please make sure you specified the correct `repo_id` and `repo_type`.
|
48 |
-
If you are trying to access a private or gated repo, make sure you are authenticated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myerrors_1407.out
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
|
2 |
0%| | 0/329 [00:00<?, ?it/s]
|
3 |
1%| | 2/329 [00:13<35:40, 6.54s/it]
|
4 |
1%| | 3/329 [00:33<1:07:27, 12.42s/it]
|
5 |
1%| | 4/329 [01:01<1:39:07, 18.30s/it]
|
6 |
2%|▏ | 5/329 [01:27<1:53:26, 21.01s/it]
|
7 |
2%|▏ | 6/329 [01:53<2:01:52, 22.64s/it]
|
8 |
2%|▏ | 7/329 [02:25<2:16:34, 25.45s/it]
|
9 |
2%|▏ | 8/329 [02:34<1:49:36, 20.49s/it]
|
10 |
3%|▎ | 9/329 [02:43<1:29:10, 16.72s/it]
|
11 |
3%|▎ | 10/329 [03:17<1:57:33, 22.11s/it]
|
12 |
3%|▎ | 11/329 [03:42<2:01:45, 22.97s/it]
|
13 |
4%|▎ | 12/329 [04:14<2:16:19, 25.80s/it]
|
14 |
4%|▍ | 13/329 [04:32<2:02:35, 23.28s/it]
|
15 |
4%|▍ | 14/329 [05:00<2:10:44, 24.90s/it]
|
16 |
5%|▍ | 15/329 [05:09<1:45:01, 20.07s/it]
|
17 |
5%|▍ | 16/329 [05:16<1:24:20, 16.17s/it]
|
18 |
5%|▌ | 17/329 [05:47<1:46:54, 20.56s/it]
|
19 |
5%|▌ | 18/329 [06:12<1:52:53, 21.78s/it]
|
20 |
6%|▌ | 19/329 [06:47<2:13:29, 25.84s/it]
|
21 |
6%|▌ | 20/329 [07:17<2:19:36, 27.11s/it]
|
22 |
6%|▋ | 21/329 [07:52<2:30:51, 29.39s/it]
|
23 |
7%|▋ | 22/329 [08:17<2:23:59, 28.14s/it]
|
24 |
7%|▋ | 23/329 [08:49<2:29:44, 29.36s/it]
|
25 |
7%|▋ | 24/329 [09:21<2:32:40, 30.03s/it]
|
26 |
8%|▊ | 25/329 [09:43<2:19:56, 27.62s/it]
|
27 |
8%|▊ | 26/329 [10:13<2:23:11, 28.36s/it]
|
28 |
8%|▊ | 27/329 [10:48<2:33:29, 30.50s/it]
|
29 |
9%|▊ | 28/329 [11:18<2:30:52, 30.07s/it]
|
30 |
9%|▉ | 29/329 [11:47<2:29:52, 29.98s/it]
|
31 |
9%|▉ | 30/329 [11:56<1:57:33, 23.59s/it]
|
32 |
9%|▉ | 31/329 [12:08<1:39:51, 20.11s/it]
|
33 |
10%|▉ | 32/329 [12:39<1:55:51, 23.41s/it]
|
34 |
10%|█ | 33/329 [13:08<2:04:07, 25.16s/it]
|
35 |
10%|█ | 34/329 [13:31<1:59:33, 24.32s/it]
|
36 |
11%|█ | 35/329 [13:57<2:02:39, 25.03s/it]
|
37 |
11%|█ | 36/329 [14:25<2:06:27, 25.90s/it]
|
38 |
11%|█ | 37/329 [14:42<1:51:52, 22.99s/it]
|
39 |
12%|█▏ | 38/329 [15:08<1:57:17, 24.18s/it]
|
40 |
12%|█▏ | 39/329 [15:16<1:32:35, 19.16s/it]
|
41 |
12%|█▏ | 40/329 [15:25<1:17:09, 16.02s/it]
|
42 |
12%|█▏ | 41/329 [15:48<1:27:58, 18.33s/it]
|
43 |
13%|█▎ | 42/329 [16:15<1:39:48, 20.87s/it]
|
44 |
13%|█▎ | 43/329 [16:43<1:49:55, 23.06s/it]
|
45 |
13%|█▎ | 44/329 [17:06<1:49:28, 23.05s/it]
|
46 |
14%|█▎ | 45/329 [17:37<1:59:25, 25.23s/it]
|
47 |
14%|█▍ | 46/329 [18:07<2:05:38, 26.64s/it]
|
48 |
14%|█▍ | 47/329 [18:27<1:57:08, 24.92s/it]
|
49 |
15%|█▍ | 48/329 [18:48<1:50:21, 23.56s/it]
|
50 |
15%|█▍ | 49/329 [19:16<1:56:29, 24.96s/it]
|
51 |
15%|█▌ | 50/329 [19:45<2:01:39, 26.16s/it]
|
52 |
16%|█▌ | 51/329 [20:15<2:06:54, 27.39s/it]
|
53 |
16%|█▌ | 52/329 [20:43<2:06:49, 27.47s/it]
|
54 |
16%|█▌ | 53/329 [21:12<2:08:53, 28.02s/it]
|
55 |
16%|█▋ | 54/329 [21:19<1:39:25, 21.69s/it]
|
56 |
17%|█▋ | 55/329 [21:48<1:48:48, 23.83s/it]
|
57 |
17%|█▋ | 56/329 [22:09<1:44:38, 23.00s/it]
|
58 |
17%|█▋ | 57/329 [22:37<1:51:18, 24.55s/it]
|
59 |
18%|█▊ | 58/329 [22:59<1:46:39, 23.61s/it]
|
60 |
18%|█▊ | 59/329 [23:30<1:56:26, 25.88s/it]
|
61 |
18%|█▊ | 60/329 [23:55<1:54:32, 25.55s/it]
|
62 |
19%|█▊ | 61/329 [24:20<1:54:25, 25.62s/it]
|
63 |
19%|█▉ | 62/329 [24:41<1:47:53, 24.25s/it]
|
64 |
19%|█▉ | 63/329 [25:08<1:50:13, 24.86s/it]
|
65 |
19%|█▉ | 64/329 [25:28<1:43:06, 23.35s/it]
|
66 |
20%|█▉ | 65/329 [25:55<1:48:38, 24.69s/it]
|
67 |
20%|██ | 66/329 [26:26<1:56:14, 26.52s/it]
|
68 |
20%|██ | 67/329 [26:47<1:48:10, 24.77s/it]
|
69 |
21%|██ | 68/329 [27:14<1:51:01, 25.52s/it]
|
70 |
21%|██ | 69/329 [27:40<1:50:57, 25.60s/it]
|
71 |
21%|██▏ | 70/329 [28:08<1:53:25, 26.28s/it]
|
72 |
22%|██▏ | 71/329 [28:34<1:53:07, 26.31s/it]
|
73 |
22%|██▏ | 72/329 [29:02<1:55:14, 26.91s/it]
|
74 |
22%|██▏ | 73/329 [29:24<1:47:48, 25.27s/it]
|
75 |
22%|██▏ | 74/329 [29:53<1:51:51, 26.32s/it]
|
76 |
23%|██▎ | 75/329 [30:22<1:55:33, 27.30s/it]
|
77 |
23%|██▎ | 76/329 [30:56<2:03:01, 29.17s/it]
|
78 |
23%|██▎ | 77/329 [31:20<1:56:50, 27.82s/it]
|
79 |
24%|██▎ | 78/329 [31:34<1:38:18, 23.50s/it]
|
80 |
24%|██▍ | 79/329 [31:57<1:37:04, 23.30s/it]
|
81 |
24%|██▍ | 80/329 [32:25<1:43:08, 24.85s/it]
|
82 |
25%|██▍ | 81/329 [32:56<1:50:27, 26.72s/it]
|
83 |
25%|██▍ | 82/329 [33:23<1:49:39, 26.64s/it]
|
84 |
25%|██▌ | 83/329 [33:54<1:54:27, 27.92s/it]
|
85 |
26%|██▌ | 84/329 [34:12<1:42:47, 25.18s/it]
|
86 |
26%|██▌ | 85/329 [34:44<1:50:15, 27.11s/it]
|
87 |
26%|██▌ | 86/329 [34:54<1:28:42, 21.90s/it]
|
88 |
26%|██▋ | 87/329 [35:05<1:15:22, 18.69s/it]
|
89 |
27%|██▋ | 88/329 [35:27<1:19:08, 19.71s/it]
|
90 |
27%|██▋ | 89/329 [35:59<1:33:03, 23.27s/it]
|
91 |
27%|██▋ | 90/329 [36:25<1:35:51, 24.07s/it]
|
92 |
28%|██▊ | 91/329 [36:52<1:39:37, 25.11s/it]
|
93 |
28%|██▊ | 92/329 [37:22<1:44:32, 26.47s/it]
|
94 |
28%|██▊ | 93/329 [37:53<1:49:35, 27.86s/it]
|
95 |
29%|██▊ | 94/329 [38:03<1:28:51, 22.69s/it]
|
96 |
29%|██▉ | 95/329 [38:33<1:36:39, 24.78s/it]
|
97 |
29%|██▉ | 96/329 [39:00<1:38:34, 25.39s/it]
|
98 |
29%|██▉ | 97/329 [39:29<1:42:04, 26.40s/it]
|
99 |
30%|██▉ | 98/329 [40:04<1:51:29, 28.96s/it]
|
100 |
30%|███ | 99/329 [40:29<1:46:41, 27.83s/it]
|
101 |
30%|███ | 100/329 [40:59<1:49:10, 28.60s/it]
|
102 |
31%|███ | 101/329 [41:09<1:26:39, 22.80s/it]
|
103 |
31%|███ | 102/329 [41:16<1:09:06, 18.27s/it]
|
104 |
31%|███▏ | 103/329 [41:40<1:14:35, 19.81s/it]
|
105 |
32%|███▏ | 104/329 [42:07<1:22:45, 22.07s/it]
|
106 |
32%|███▏ | 105/329 [42:17<1:08:35, 18.37s/it]
|
107 |
32%|███▏ | 106/329 [42:44<1:18:08, 21.03s/it]
|
108 |
33%|███▎ | 107/329 [43:14<1:27:27, 23.64s/it]
|
109 |
33%|███▎ | 108/329 [43:27<1:15:27, 20.49s/it]
|
110 |
33%|███▎ | 109/329 [43:56<1:24:29, 23.04s/it]
|
111 |
33%|███▎ | 110/329 [44:13<1:17:31, 21.24s/it]
|
112 |
34%|███▎ | 111/329 [44:20<1:01:52, 17.03s/it]
|
113 |
34%|███▍ | 112/329 [44:44<1:09:32, 19.23s/it]
|
114 |
34%|███▍ | 113/329 [45:09<1:14:47, 20.77s/it]
|
115 |
35%|███▍ | 114/329 [45:18<1:02:12, 17.36s/it]
|
116 |
35%|███▍ | 115/329 [45:47<1:14:31, 20.89s/it]
|
117 |
35%|███▌ | 116/329 [46:13<1:19:16, 22.33s/it]
|
118 |
36%|███▌ | 117/329 [46:35<1:18:17, 22.16s/it]
|
119 |
36%|███▌ | 118/329 [46:46<1:06:43, 18.97s/it]
|
120 |
36%|███▌ | 119/329 [47:01<1:02:21, 17.81s/it]
|
121 |
36%|███▋ | 120/329 [47:31<1:14:28, 21.38s/it]
|
122 |
37%|███▋ | 121/329 [47:46<1:07:25, 19.45s/it]
|
123 |
37%|███▋ | 122/329 [48:08<1:09:56, 20.27s/it]
|
124 |
37%|███▋ | 123/329 [48:37<1:18:29, 22.86s/it]
|
125 |
38%|███▊ | 124/329 [49:09<1:27:32, 25.62s/it]
|
126 |
38%|███▊ | 125/329 [49:38<1:30:00, 26.47s/it]
|
127 |
38%|███▊ | 126/329 [50:10<1:35:44, 28.30s/it]
|
128 |
39%|███▊ | 127/329 [50:40<1:36:46, 28.74s/it]
|
129 |
39%|███▉ | 128/329 [51:05<1:32:14, 27.53s/it]
|
130 |
39%|███▉ | 129/329 [51:34<1:33:58, 28.19s/it]
|
131 |
40%|███▉ | 130/329 [52:04<1:35:19, 28.74s/it]
|
132 |
40%|███▉ | 131/329 [52:34<1:35:26, 28.92s/it]
|
133 |
40%|████ | 132/329 [53:01<1:33:06, 28.36s/it]
|
134 |
40%|████ | 133/329 [53:31<1:34:43, 29.00s/it]
|
135 |
41%|████ | 134/329 [53:47<1:21:41, 25.13s/it]
|
136 |
41%|████ | 135/329 [54:20<1:28:18, 27.31s/it]
|
137 |
41%|████▏ | 136/329 [54:48<1:28:32, 27.52s/it]
|
138 |
42%|████▏ | 137/329 [55:20<1:32:04, 28.77s/it]
|
139 |
42%|████▏ | 138/329 [55:49<1:32:00, 28.91s/it]
|
140 |
42%|████▏ | 139/329 [55:57<1:12:06, 22.77s/it]
|
141 |
43%|████▎ | 140/329 [56:17<1:08:54, 21.88s/it]
|
142 |
43%|████▎ | 141/329 [56:49<1:18:28, 25.04s/it]
|
143 |
43%|████▎ | 142/329 [57:11<1:14:46, 23.99s/it]
|
144 |
43%|████▎ | 143/329 [57:44<1:23:11, 26.84s/it]
|
145 |
44%|████▍ | 144/329 [58:09<1:20:57, 26.26s/it]
|
146 |
44%|████▍ | 145/329 [58:37<1:21:22, 26.54s/it]
|
147 |
44%|████▍ | 146/329 [59:07<1:24:21, 27.66s/it]
|
148 |
45%|████▍ | 147/329 [59:31<1:20:37, 26.58s/it]
|
149 |
45%|████▍ | 148/329 [59:57<1:19:55, 26.49s/it]
|
150 |
45%|████▌ | 149/329 [1:00:10<1:07:01, 22.34s/it]
|
151 |
46%|████▌ | 150/329 [1:00:45<1:18:26, 26.29s/it]
|
152 |
46%|████▌ | 151/329 [1:01:16<1:21:52, 27.60s/it]
|
153 |
46%|████▌ | 152/329 [1:01:42<1:19:49, 27.06s/it]
|
154 |
47%|████▋ | 153/329 [1:02:08<1:18:39, 26.81s/it]
|
155 |
47%|████▋ | 154/329 [1:02:26<1:10:39, 24.22s/it]
|
156 |
47%|████▋ | 155/329 [1:03:00<1:18:59, 27.24s/it]
|
157 |
47%|████▋ | 156/329 [1:03:24<1:15:00, 26.02s/it]
|
158 |
48%|████▊ | 157/329 [1:03:54<1:18:32, 27.40s/it]
|
159 |
48%|████▊ | 158/329 [1:04:08<1:06:35, 23.37s/it]
|
160 |
48%|████▊ | 159/329 [1:04:16<53:18, 18.82s/it]
|
161 |
49%|████▊ | 160/329 [1:04:48<1:03:33, 22.56s/it]
|
162 |
49%|████▉ | 161/329 [1:05:20<1:11:20, 25.48s/it]
|
163 |
49%|████▉ | 162/329 [1:05:37<1:03:28, 22.81s/it]
|
164 |
50%|████▉ | 163/329 [1:06:09<1:11:27, 25.83s/it]
|
165 |
50%|████▉ | 164/329 [1:06:43<1:17:32, 28.20s/it]
|
166 |
50%|█████ | 165/329 [1:07:14<1:19:02, 28.92s/it]
|
167 |
50%|█████ | 166/329 [1:07:51<1:25:23, 31.43s/it]
|
168 |
51%|█████ | 167/329 [1:08:18<1:21:10, 30.07s/it]
|
169 |
51%|█████ | 168/329 [1:08:49<1:21:28, 30.36s/it]
|
170 |
51%|█████▏ | 169/329 [1:09:01<1:05:52, 24.70s/it]
|
171 |
52%|█████▏ | 170/329 [1:09:31<1:09:55, 26.39s/it]
|
172 |
52%|█████▏ | 171/329 [1:09:48<1:01:56, 23.52s/it]
|
173 |
52%|█████▏ | 172/329 [1:10:21<1:09:30, 26.56s/it]
|
174 |
53%|█████▎ | 173/329 [1:10:45<1:06:53, 25.73s/it]
|
175 |
53%|█████▎ | 174/329 [1:11:16<1:10:41, 27.37s/it]
|
176 |
53%|█████▎ | 175/329 [1:11:40<1:07:38, 26.35s/it]
|
177 |
53%|█████▎ | 176/329 [1:12:17<1:15:17, 29.53s/it]
|
178 |
54%|█████▍ | 177/329 [1:12:48<1:15:45, 29.91s/it]
|
179 |
54%|█████▍ | 178/329 [1:13:03<1:03:57, 25.41s/it]
|
180 |
54%|█████▍ | 179/329 [1:13:31<1:05:32, 26.22s/it]
|
181 |
55%|█████▍ | 180/329 [1:13:37<50:07, 20.18s/it]
|
182 |
55%|█████▌ | 181/329 [1:14:09<58:43, 23.81s/it]
|
183 |
55%|█████▌ | 182/329 [1:14:44<1:06:11, 27.01s/it]
|
184 |
56%|█████▌ | 183/329 [1:15:17<1:10:13, 28.86s/it]
|
185 |
56%|█████▌ | 184/329 [1:15:53<1:14:48, 30.95s/it]
|
186 |
56%|█████▌ | 185/329 [1:16:14<1:06:56, 27.89s/it]
|
187 |
57%|█████▋ | 186/329 [1:16:42<1:07:03, 28.14s/it]
|
188 |
57%|█████▋ | 187/329 [1:17:16<1:10:33, 29.82s/it]
|
189 |
57%|█████▋ | 188/329 [1:17:55<1:16:17, 32.47s/it]
|
190 |
57%|█████▋ | 189/329 [1:18:20<1:10:38, 30.28s/it]
|
191 |
58%|█████▊ | 190/329 [1:18:43<1:05:19, 28.20s/it]
|
192 |
58%|█████▊ | 191/329 [1:18:51<50:33, 21.98s/it]
|
193 |
58%|█████▊ | 192/329 [1:19:26<59:26, 26.04s/it]
|
194 |
59%|█████▊ | 193/329 [1:19:39<50:13, 22.15s/it]
|
195 |
59%|█████▉ | 194/329 [1:20:08<54:20, 24.15s/it]
|
196 |
59%|█████▉ | 195/329 [1:20:19<45:21, 20.31s/it]
|
197 |
60%|█████▉ | 196/329 [1:20:51<52:25, 23.65s/it]
|
198 |
60%|█████▉ | 197/329 [1:21:29<1:01:49, 28.10s/it]
|
199 |
60%|██████ | 198/329 [1:22:01<1:03:30, 29.09s/it]
|
200 |
60%|██████ | 199/329 [1:22:36<1:07:07, 30.98s/it]
|
201 |
61%|██████ | 200/329 [1:23:13<1:10:06, 32.61s/it]
|
202 |
61%|██████ | 201/329 [1:23:42<1:07:12, 31.51s/it]
|
203 |
61%|██████▏ | 202/329 [1:24:13<1:06:33, 31.45s/it]
|
204 |
62%|██████▏ | 203/329 [1:24:42<1:04:48, 30.86s/it]
|
205 |
62%|██████▏ | 204/329 [1:25:21<1:09:15, 33.25s/it]
|
206 |
62%|██████▏ | 205/329 [1:25:52<1:07:03, 32.44s/it]
|
207 |
63%|██████▎ | 206/329 [1:26:22<1:05:03, 31.73s/it]
|
208 |
63%|██████▎ | 207/329 [1:26:33<51:46, 25.47s/it]
|
209 |
63%|██████▎ | 208/329 [1:26:54<48:48, 24.20s/it]
|
210 |
64%|██████▎ | 209/329 [1:27:22<50:35, 25.30s/it]
|
211 |
64%|██████▍ | 210/329 [1:27:53<53:33, 27.01s/it]
|
212 |
64%|██████▍ | 211/329 [1:28:22<54:34, 27.75s/it]
|
213 |
64%|██████▍ | 212/329 [1:28:49<53:37, 27.50s/it]
|
214 |
65%|██████▍ | 213/329 [1:29:18<54:04, 27.97s/it]
|
215 |
65%|██████▌ | 214/329 [1:29:31<44:44, 23.35s/it]
|
216 |
65%|██████▌ | 215/329 [1:29:59<47:12, 24.85s/it]
|
217 |
66%|██████▌ | 216/329 [1:30:16<42:15, 22.43s/it]
|
218 |
66%|██████▌ | 217/329 [1:30:48<47:21, 25.37s/it]
|
219 |
66%|██████▋ | 218/329 [1:31:21<50:56, 27.53s/it]
|
220 |
67%|██████▋ | 219/329 [1:31:51<51:56, 28.33s/it]
|
221 |
67%|██████▋ | 220/329 [1:32:17<50:24, 27.74s/it]
|
222 |
67%|██████▋ | 221/329 [1:32:45<49:45, 27.64s/it]
|
223 |
67%|██████▋ | 222/329 [1:33:16<51:30, 28.89s/it]
|
224 |
68%|██████▊ | 223/329 [1:33:42<49:18, 27.91s/it]
|
225 |
68%|██████▊ | 224/329 [1:33:55<40:49, 23.33s/it]
|
226 |
68%|██████▊ | 225/329 [1:34:22<42:34, 24.56s/it]
|
227 |
69%|██████▊ | 226/329 [1:34:55<46:24, 27.04s/it]
|
228 |
69%|██████▉ | 227/329 [1:35:26<47:51, 28.15s/it]
|
229 |
69%|██████▉ | 228/329 [1:35:59<50:04, 29.75s/it]
|
230 |
70%|██████▉ | 229/329 [1:36:21<45:48, 27.48s/it]
|
231 |
70%|██████▉ | 230/329 [1:36:46<44:07, 26.75s/it]
|
232 |
70%|███████ | 231/329 [1:37:16<45:12, 27.68s/it]
|
233 |
71%|███████ | 232/329 [1:37:42<43:54, 27.16s/it]
|
234 |
71%|███████ | 233/329 [1:38:10<43:52, 27.42s/it]
|
235 |
71%|███████ | 234/329 [1:38:36<42:25, 26.80s/it]
|
236 |
71%|███████▏ | 235/329 [1:38:43<32:42, 20.88s/it]
|
237 |
72%|███████▏ | 236/329 [1:38:50<25:58, 16.76s/it]
|
238 |
72%|███████▏ | 237/329 [1:38:54<20:06, 13.11s/it]
|
239 |
72%|███████▏ | 238/329 [1:39:20<25:45, 16.99s/it]
|
240 |
73%|███████▎ | 239/329 [1:39:29<21:33, 14.38s/it]
|
241 |
73%|███████▎ | 240/329 [1:39:52<25:22, 17.10s/it]
|
242 |
73%|███████▎ | 241/329 [1:40:09<25:03, 17.09s/it]
|
243 |
74%|███████▎ | 242/329 [1:40:32<27:25, 18.91s/it]
|
244 |
74%|███████▍ | 243/329 [1:40:54<28:17, 19.74s/it]
|
245 |
74%|███████▍ | 244/329 [1:41:16<29:00, 20.48s/it]
|
246 |
74%|███████▍ | 245/329 [1:41:32<26:33, 18.97s/it]
|
247 |
75%|███████▍ | 246/329 [1:41:54<27:46, 20.07s/it]
|
248 |
75%|███████▌ | 247/329 [1:42:27<32:46, 23.98s/it]
|
249 |
75%|███████▌ | 248/329 [1:42:54<33:23, 24.73s/it]
|
250 |
76%|███████▌ | 249/329 [1:43:08<28:37, 21.47s/it]
|
251 |
76%|███████▌ | 250/329 [1:43:37<31:28, 23.91s/it]
|
252 |
76%|███████▋ | 251/329 [1:44:09<34:14, 26.33s/it]
|
253 |
77%|███████▋ | 252/329 [1:44:38<34:31, 26.90s/it]
|
254 |
77%|███████▋ | 253/329 [1:45:06<34:29, 27.23s/it]
|
255 |
77%|███████▋ | 254/329 [1:45:32<33:38, 26.91s/it]
|
256 |
78%|███████▊ | 255/329 [1:45:58<32:59, 26.75s/it]
|
257 |
78%|███████▊ | 256/329 [1:46:11<27:36, 22.70s/it]
|
258 |
78%|███████▊ | 257/329 [1:46:36<28:02, 23.37s/it]
|
259 |
78%|███████▊ | 258/329 [1:47:01<27:59, 23.65s/it]
|
260 |
79%|███████▊ | 259/329 [1:47:10<22:40, 19.44s/it]
|
261 |
79%|███████▉ | 260/329 [1:47:18<18:23, 15.99s/it]
|
262 |
79%|███████▉ | 261/329 [1:47:43<21:01, 18.55s/it]
|
263 |
80%|███████▉ | 262/329 [1:47:54<18:18, 16.39s/it]
|
264 |
80%|███████▉ | 263/329 [1:48:17<20:12, 18.38s/it]
|
265 |
80%|████████ | 264/329 [1:48:49<24:17, 22.43s/it]
|
266 |
81%|████████ | 265/329 [1:49:15<25:09, 23.59s/it]
|
267 |
81%|████████ | 266/329 [1:49:42<25:46, 24.55s/it]
|
268 |
81%|████████ | 267/329 [1:50:06<25:04, 24.27s/it]
|
269 |
81%|████████▏ | 268/329 [1:50:39<27:27, 27.01s/it]
|
270 |
82%|████████▏ | 269/329 [1:51:05<26:33, 26.56s/it]
|
271 |
82%|████████▏ | 270/329 [1:51:34<26:55, 27.39s/it]
|
272 |
82%|████████▏ | 271/329 [1:51:58<25:38, 26.53s/it]
|
273 |
83%|████████▎ | 272/329 [1:52:26<25:36, 26.96s/it]
|
274 |
83%|████████▎ | 273/329 [1:52:41<21:35, 23.14s/it]
|
275 |
83%|████████▎ | 274/329 [1:53:06<21:52, 23.86s/it]
|
276 |
84%|████████▎ | 275/329 [1:53:33<22:16, 24.75s/it]
|
277 |
84%|████████▍ | 276/329 [1:54:07<24:19, 27.54s/it]
|
278 |
84%|████████▍ | 277/329 [1:54:27<21:47, 25.14s/it]
|
279 |
84%|████████▍ | 278/329 [1:54:57<22:42, 26.71s/it]
|
280 |
85%|████████▍ | 279/329 [1:55:27<22:59, 27.59s/it]
|
281 |
85%|████████▌ | 280/329 [1:55:41<19:14, 23.56s/it]
|
282 |
85%|████████▌ | 281/329 [1:56:06<19:13, 24.03s/it]
|
283 |
86%|████████▌ | 282/329 [1:56:32<19:20, 24.68s/it]
|
284 |
86%|████████▌ | 283/329 [1:57:02<20:12, 26.36s/it]
|
285 |
86%|████████▋ | 284/329 [1:57:11<15:50, 21.11s/it]
|
286 |
87%|████████▋ | 285/329 [1:57:46<18:31, 25.27s/it]
|
287 |
87%|████████▋ | 286/329 [1:58:09<17:35, 24.55s/it]
|
288 |
87%|████████▋ | 287/329 [1:58:20<14:24, 20.58s/it]
|
289 |
88%|████████▊ | 288/329 [1:58:27<11:14, 16.46s/it]
|
290 |
88%|████████▊ | 289/329 [1:58:59<13:55, 20.90s/it]
|
291 |
88%|████████▊ | 290/329 [1:59:23<14:16, 21.96s/it]
|
292 |
88%|████████▊ | 291/329 [1:59:35<12:00, 18.97s/it]slurmstepd-dl: error: *** JOB 1407 ON dl CANCELLED AT 2023-09-11T13:19:54 DUE TO TIME LIMIT ***
|
|
|
|
|
0 |
0%| | 0/329 [00:00<?, ?it/s]
|
1 |
1%| | 2/329 [00:13<35:40, 6.54s/it]
|
2 |
1%| | 3/329 [00:33<1:07:27, 12.42s/it]
|
3 |
1%| | 4/329 [01:01<1:39:07, 18.30s/it]
|
4 |
2%|▏ | 5/329 [01:27<1:53:26, 21.01s/it]
|
5 |
2%|▏ | 6/329 [01:53<2:01:52, 22.64s/it]
|
6 |
2%|▏ | 7/329 [02:25<2:16:34, 25.45s/it]
|
7 |
2%|▏ | 8/329 [02:34<1:49:36, 20.49s/it]
|
8 |
3%|▎ | 9/329 [02:43<1:29:10, 16.72s/it]
|
9 |
3%|▎ | 10/329 [03:17<1:57:33, 22.11s/it]
|
10 |
3%|▎ | 11/329 [03:42<2:01:45, 22.97s/it]
|
11 |
4%|▎ | 12/329 [04:14<2:16:19, 25.80s/it]
|
12 |
4%|▍ | 13/329 [04:32<2:02:35, 23.28s/it]
|
13 |
4%|▍ | 14/329 [05:00<2:10:44, 24.90s/it]
|
14 |
5%|▍ | 15/329 [05:09<1:45:01, 20.07s/it]
|
15 |
5%|▍ | 16/329 [05:16<1:24:20, 16.17s/it]
|
16 |
5%|▌ | 17/329 [05:47<1:46:54, 20.56s/it]
|
17 |
5%|▌ | 18/329 [06:12<1:52:53, 21.78s/it]
|
18 |
6%|▌ | 19/329 [06:47<2:13:29, 25.84s/it]
|
19 |
6%|▌ | 20/329 [07:17<2:19:36, 27.11s/it]
|
20 |
6%|▋ | 21/329 [07:52<2:30:51, 29.39s/it]
|
21 |
7%|▋ | 22/329 [08:17<2:23:59, 28.14s/it]
|
22 |
7%|▋ | 23/329 [08:49<2:29:44, 29.36s/it]
|
23 |
7%|▋ | 24/329 [09:21<2:32:40, 30.03s/it]
|
24 |
8%|▊ | 25/329 [09:43<2:19:56, 27.62s/it]
|
25 |
8%|▊ | 26/329 [10:13<2:23:11, 28.36s/it]
|
26 |
8%|▊ | 27/329 [10:48<2:33:29, 30.50s/it]
|
27 |
9%|▊ | 28/329 [11:18<2:30:52, 30.07s/it]
|
28 |
9%|▉ | 29/329 [11:47<2:29:52, 29.98s/it]
|
29 |
9%|▉ | 30/329 [11:56<1:57:33, 23.59s/it]
|
30 |
9%|▉ | 31/329 [12:08<1:39:51, 20.11s/it]
|
31 |
10%|▉ | 32/329 [12:39<1:55:51, 23.41s/it]
|
32 |
10%|█ | 33/329 [13:08<2:04:07, 25.16s/it]
|
33 |
10%|█ | 34/329 [13:31<1:59:33, 24.32s/it]
|
34 |
11%|█ | 35/329 [13:57<2:02:39, 25.03s/it]
|
35 |
11%|█ | 36/329 [14:25<2:06:27, 25.90s/it]
|
36 |
11%|█ | 37/329 [14:42<1:51:52, 22.99s/it]
|
37 |
12%|█▏ | 38/329 [15:08<1:57:17, 24.18s/it]
|
38 |
12%|█▏ | 39/329 [15:16<1:32:35, 19.16s/it]
|
39 |
12%|█▏ | 40/329 [15:25<1:17:09, 16.02s/it]
|
40 |
12%|█▏ | 41/329 [15:48<1:27:58, 18.33s/it]
|
41 |
13%|█▎ | 42/329 [16:15<1:39:48, 20.87s/it]
|
42 |
13%|█▎ | 43/329 [16:43<1:49:55, 23.06s/it]
|
43 |
13%|█▎ | 44/329 [17:06<1:49:28, 23.05s/it]
|
44 |
14%|█▎ | 45/329 [17:37<1:59:25, 25.23s/it]
|
45 |
14%|█▍ | 46/329 [18:07<2:05:38, 26.64s/it]
|
46 |
14%|█▍ | 47/329 [18:27<1:57:08, 24.92s/it]
|
47 |
15%|█▍ | 48/329 [18:48<1:50:21, 23.56s/it]
|
48 |
15%|█▍ | 49/329 [19:16<1:56:29, 24.96s/it]
|
49 |
15%|█▌ | 50/329 [19:45<2:01:39, 26.16s/it]
|
50 |
16%|█▌ | 51/329 [20:15<2:06:54, 27.39s/it]
|
51 |
16%|█▌ | 52/329 [20:43<2:06:49, 27.47s/it]
|
52 |
16%|█▌ | 53/329 [21:12<2:08:53, 28.02s/it]
|
53 |
16%|█▋ | 54/329 [21:19<1:39:25, 21.69s/it]
|
54 |
17%|█▋ | 55/329 [21:48<1:48:48, 23.83s/it]
|
55 |
17%|█▋ | 56/329 [22:09<1:44:38, 23.00s/it]
|
56 |
17%|█▋ | 57/329 [22:37<1:51:18, 24.55s/it]
|
57 |
18%|█▊ | 58/329 [22:59<1:46:39, 23.61s/it]
|
58 |
18%|█▊ | 59/329 [23:30<1:56:26, 25.88s/it]
|
59 |
18%|█▊ | 60/329 [23:55<1:54:32, 25.55s/it]
|
60 |
19%|█▊ | 61/329 [24:20<1:54:25, 25.62s/it]
|
61 |
19%|█▉ | 62/329 [24:41<1:47:53, 24.25s/it]
|
62 |
19%|█▉ | 63/329 [25:08<1:50:13, 24.86s/it]
|
63 |
19%|█▉ | 64/329 [25:28<1:43:06, 23.35s/it]
|
64 |
20%|█▉ | 65/329 [25:55<1:48:38, 24.69s/it]
|
65 |
20%|██ | 66/329 [26:26<1:56:14, 26.52s/it]
|
66 |
20%|██ | 67/329 [26:47<1:48:10, 24.77s/it]
|
67 |
21%|██ | 68/329 [27:14<1:51:01, 25.52s/it]
|
68 |
21%|██ | 69/329 [27:40<1:50:57, 25.60s/it]
|
69 |
21%|██▏ | 70/329 [28:08<1:53:25, 26.28s/it]
|
70 |
22%|██▏ | 71/329 [28:34<1:53:07, 26.31s/it]
|
71 |
22%|██▏ | 72/329 [29:02<1:55:14, 26.91s/it]
|
72 |
22%|██▏ | 73/329 [29:24<1:47:48, 25.27s/it]
|
73 |
22%|██▏ | 74/329 [29:53<1:51:51, 26.32s/it]
|
74 |
23%|██▎ | 75/329 [30:22<1:55:33, 27.30s/it]
|
75 |
23%|██▎ | 76/329 [30:56<2:03:01, 29.17s/it]
|
76 |
23%|██▎ | 77/329 [31:20<1:56:50, 27.82s/it]
|
77 |
24%|██▎ | 78/329 [31:34<1:38:18, 23.50s/it]
|
78 |
24%|██▍ | 79/329 [31:57<1:37:04, 23.30s/it]
|
79 |
24%|██▍ | 80/329 [32:25<1:43:08, 24.85s/it]
|
80 |
25%|██▍ | 81/329 [32:56<1:50:27, 26.72s/it]
|
81 |
25%|██▍ | 82/329 [33:23<1:49:39, 26.64s/it]
|
82 |
25%|██▌ | 83/329 [33:54<1:54:27, 27.92s/it]
|
83 |
26%|██▌ | 84/329 [34:12<1:42:47, 25.18s/it]
|
84 |
26%|██▌ | 85/329 [34:44<1:50:15, 27.11s/it]
|
85 |
26%|██▌ | 86/329 [34:54<1:28:42, 21.90s/it]
|
86 |
26%|██▋ | 87/329 [35:05<1:15:22, 18.69s/it]
|
87 |
27%|██▋ | 88/329 [35:27<1:19:08, 19.71s/it]
|
88 |
27%|██▋ | 89/329 [35:59<1:33:03, 23.27s/it]
|
89 |
27%|██▋ | 90/329 [36:25<1:35:51, 24.07s/it]
|
90 |
28%|██▊ | 91/329 [36:52<1:39:37, 25.11s/it]
|
91 |
28%|██▊ | 92/329 [37:22<1:44:32, 26.47s/it]
|
92 |
28%|██▊ | 93/329 [37:53<1:49:35, 27.86s/it]
|
93 |
29%|██▊ | 94/329 [38:03<1:28:51, 22.69s/it]
|
94 |
29%|██▉ | 95/329 [38:33<1:36:39, 24.78s/it]
|
95 |
29%|██▉ | 96/329 [39:00<1:38:34, 25.39s/it]
|
96 |
29%|██▉ | 97/329 [39:29<1:42:04, 26.40s/it]
|
97 |
30%|██▉ | 98/329 [40:04<1:51:29, 28.96s/it]
|
98 |
30%|███ | 99/329 [40:29<1:46:41, 27.83s/it]
|
99 |
30%|███ | 100/329 [40:59<1:49:10, 28.60s/it]
|
100 |
31%|███ | 101/329 [41:09<1:26:39, 22.80s/it]
|
101 |
31%|███ | 102/329 [41:16<1:09:06, 18.27s/it]
|
102 |
31%|███▏ | 103/329 [41:40<1:14:35, 19.81s/it]
|
103 |
32%|███▏ | 104/329 [42:07<1:22:45, 22.07s/it]
|
104 |
32%|███▏ | 105/329 [42:17<1:08:35, 18.37s/it]
|
105 |
32%|███▏ | 106/329 [42:44<1:18:08, 21.03s/it]
|
106 |
33%|███▎ | 107/329 [43:14<1:27:27, 23.64s/it]
|
107 |
33%|███▎ | 108/329 [43:27<1:15:27, 20.49s/it]
|
108 |
33%|███▎ | 109/329 [43:56<1:24:29, 23.04s/it]
|
109 |
33%|███▎ | 110/329 [44:13<1:17:31, 21.24s/it]
|
110 |
34%|███▎ | 111/329 [44:20<1:01:52, 17.03s/it]
|
111 |
34%|███▍ | 112/329 [44:44<1:09:32, 19.23s/it]
|
112 |
34%|███▍ | 113/329 [45:09<1:14:47, 20.77s/it]
|
113 |
35%|███▍ | 114/329 [45:18<1:02:12, 17.36s/it]
|
114 |
35%|███▍ | 115/329 [45:47<1:14:31, 20.89s/it]
|
115 |
35%|███▌ | 116/329 [46:13<1:19:16, 22.33s/it]
|
116 |
36%|███▌ | 117/329 [46:35<1:18:17, 22.16s/it]
|
117 |
36%|███▌ | 118/329 [46:46<1:06:43, 18.97s/it]
|
118 |
36%|███▌ | 119/329 [47:01<1:02:21, 17.81s/it]
|
119 |
36%|███▋ | 120/329 [47:31<1:14:28, 21.38s/it]
|
120 |
37%|███▋ | 121/329 [47:46<1:07:25, 19.45s/it]
|
121 |
37%|███▋ | 122/329 [48:08<1:09:56, 20.27s/it]
|
122 |
37%|███▋ | 123/329 [48:37<1:18:29, 22.86s/it]
|
123 |
38%|███▊ | 124/329 [49:09<1:27:32, 25.62s/it]
|
124 |
38%|███▊ | 125/329 [49:38<1:30:00, 26.47s/it]
|
125 |
38%|███▊ | 126/329 [50:10<1:35:44, 28.30s/it]
|
126 |
39%|███▊ | 127/329 [50:40<1:36:46, 28.74s/it]
|
127 |
39%|███▉ | 128/329 [51:05<1:32:14, 27.53s/it]
|
128 |
39%|███▉ | 129/329 [51:34<1:33:58, 28.19s/it]
|
129 |
40%|███▉ | 130/329 [52:04<1:35:19, 28.74s/it]
|
130 |
40%|███▉ | 131/329 [52:34<1:35:26, 28.92s/it]
|
131 |
40%|████ | 132/329 [53:01<1:33:06, 28.36s/it]
|
132 |
40%|████ | 133/329 [53:31<1:34:43, 29.00s/it]
|
133 |
41%|████ | 134/329 [53:47<1:21:41, 25.13s/it]
|
134 |
41%|████ | 135/329 [54:20<1:28:18, 27.31s/it]
|
135 |
41%|████▏ | 136/329 [54:48<1:28:32, 27.52s/it]
|
136 |
42%|████▏ | 137/329 [55:20<1:32:04, 28.77s/it]
|
137 |
42%|████▏ | 138/329 [55:49<1:32:00, 28.91s/it]
|
138 |
42%|████▏ | 139/329 [55:57<1:12:06, 22.77s/it]
|
139 |
43%|████▎ | 140/329 [56:17<1:08:54, 21.88s/it]
|
140 |
43%|████▎ | 141/329 [56:49<1:18:28, 25.04s/it]
|
141 |
43%|████▎ | 142/329 [57:11<1:14:46, 23.99s/it]
|
142 |
43%|████▎ | 143/329 [57:44<1:23:11, 26.84s/it]
|
143 |
44%|████▍ | 144/329 [58:09<1:20:57, 26.26s/it]
|
144 |
44%|████▍ | 145/329 [58:37<1:21:22, 26.54s/it]
|
145 |
44%|████▍ | 146/329 [59:07<1:24:21, 27.66s/it]
|
146 |
45%|████▍ | 147/329 [59:31<1:20:37, 26.58s/it]
|
147 |
45%|████▍ | 148/329 [59:57<1:19:55, 26.49s/it]
|
148 |
45%|████▌ | 149/329 [1:00:10<1:07:01, 22.34s/it]
|
149 |
46%|████▌ | 150/329 [1:00:45<1:18:26, 26.29s/it]
|
150 |
46%|████▌ | 151/329 [1:01:16<1:21:52, 27.60s/it]
|
151 |
46%|████▌ | 152/329 [1:01:42<1:19:49, 27.06s/it]
|
152 |
47%|████▋ | 153/329 [1:02:08<1:18:39, 26.81s/it]
|
153 |
47%|████▋ | 154/329 [1:02:26<1:10:39, 24.22s/it]
|
154 |
47%|████▋ | 155/329 [1:03:00<1:18:59, 27.24s/it]
|
155 |
47%|████▋ | 156/329 [1:03:24<1:15:00, 26.02s/it]
|
156 |
48%|████▊ | 157/329 [1:03:54<1:18:32, 27.40s/it]
|
157 |
48%|████▊ | 158/329 [1:04:08<1:06:35, 23.37s/it]
|
158 |
48%|████▊ | 159/329 [1:04:16<53:18, 18.82s/it]
|
159 |
49%|████▊ | 160/329 [1:04:48<1:03:33, 22.56s/it]
|
160 |
49%|████▉ | 161/329 [1:05:20<1:11:20, 25.48s/it]
|
161 |
49%|████▉ | 162/329 [1:05:37<1:03:28, 22.81s/it]
|
162 |
50%|████▉ | 163/329 [1:06:09<1:11:27, 25.83s/it]
|
163 |
50%|████▉ | 164/329 [1:06:43<1:17:32, 28.20s/it]
|
164 |
50%|█████ | 165/329 [1:07:14<1:19:02, 28.92s/it]
|
165 |
50%|█████ | 166/329 [1:07:51<1:25:23, 31.43s/it]
|
166 |
51%|█████ | 167/329 [1:08:18<1:21:10, 30.07s/it]
|
167 |
51%|█████ | 168/329 [1:08:49<1:21:28, 30.36s/it]
|
168 |
51%|█████▏ | 169/329 [1:09:01<1:05:52, 24.70s/it]
|
169 |
52%|█████▏ | 170/329 [1:09:31<1:09:55, 26.39s/it]
|
170 |
52%|█████▏ | 171/329 [1:09:48<1:01:56, 23.52s/it]
|
171 |
52%|█████▏ | 172/329 [1:10:21<1:09:30, 26.56s/it]
|
172 |
53%|█████▎ | 173/329 [1:10:45<1:06:53, 25.73s/it]
|
173 |
53%|█████▎ | 174/329 [1:11:16<1:10:41, 27.37s/it]
|
174 |
53%|█████▎ | 175/329 [1:11:40<1:07:38, 26.35s/it]
|
175 |
53%|█████▎ | 176/329 [1:12:17<1:15:17, 29.53s/it]
|
176 |
54%|█████▍ | 177/329 [1:12:48<1:15:45, 29.91s/it]
|
177 |
54%|█████▍ | 178/329 [1:13:03<1:03:57, 25.41s/it]
|
178 |
54%|█████▍ | 179/329 [1:13:31<1:05:32, 26.22s/it]
|
179 |
55%|█████▍ | 180/329 [1:13:37<50:07, 20.18s/it]
|
180 |
55%|█████▌ | 181/329 [1:14:09<58:43, 23.81s/it]
|
181 |
55%|█████▌ | 182/329 [1:14:44<1:06:11, 27.01s/it]
|
182 |
56%|█████▌ | 183/329 [1:15:17<1:10:13, 28.86s/it]
|
183 |
56%|█████▌ | 184/329 [1:15:53<1:14:48, 30.95s/it]
|
184 |
56%|█████▌ | 185/329 [1:16:14<1:06:56, 27.89s/it]
|
185 |
57%|█████▋ | 186/329 [1:16:42<1:07:03, 28.14s/it]
|
186 |
57%|█████▋ | 187/329 [1:17:16<1:10:33, 29.82s/it]
|
187 |
57%|█████▋ | 188/329 [1:17:55<1:16:17, 32.47s/it]
|
188 |
57%|█████▋ | 189/329 [1:18:20<1:10:38, 30.28s/it]
|
189 |
58%|█████▊ | 190/329 [1:18:43<1:05:19, 28.20s/it]
|
190 |
58%|█████▊ | 191/329 [1:18:51<50:33, 21.98s/it]
|
191 |
58%|█████▊ | 192/329 [1:19:26<59:26, 26.04s/it]
|
192 |
59%|█████▊ | 193/329 [1:19:39<50:13, 22.15s/it]
|
193 |
59%|█████▉ | 194/329 [1:20:08<54:20, 24.15s/it]
|
194 |
59%|█████▉ | 195/329 [1:20:19<45:21, 20.31s/it]
|
195 |
60%|█████▉ | 196/329 [1:20:51<52:25, 23.65s/it]
|
196 |
60%|█████▉ | 197/329 [1:21:29<1:01:49, 28.10s/it]
|
197 |
60%|██████ | 198/329 [1:22:01<1:03:30, 29.09s/it]
|
198 |
60%|██████ | 199/329 [1:22:36<1:07:07, 30.98s/it]
|
199 |
61%|██████ | 200/329 [1:23:13<1:10:06, 32.61s/it]
|
200 |
61%|██████ | 201/329 [1:23:42<1:07:12, 31.51s/it]
|
201 |
61%|██████▏ | 202/329 [1:24:13<1:06:33, 31.45s/it]
|
202 |
62%|██████▏ | 203/329 [1:24:42<1:04:48, 30.86s/it]
|
203 |
62%|██████▏ | 204/329 [1:25:21<1:09:15, 33.25s/it]
|
204 |
62%|██████▏ | 205/329 [1:25:52<1:07:03, 32.44s/it]
|
205 |
63%|██████▎ | 206/329 [1:26:22<1:05:03, 31.73s/it]
|
206 |
63%|██████▎ | 207/329 [1:26:33<51:46, 25.47s/it]
|
207 |
63%|██████▎ | 208/329 [1:26:54<48:48, 24.20s/it]
|
208 |
64%|██████▎ | 209/329 [1:27:22<50:35, 25.30s/it]
|
209 |
64%|██████▍ | 210/329 [1:27:53<53:33, 27.01s/it]
|
210 |
64%|██████▍ | 211/329 [1:28:22<54:34, 27.75s/it]
|
211 |
64%|██████▍ | 212/329 [1:28:49<53:37, 27.50s/it]
|
212 |
65%|██████▍ | 213/329 [1:29:18<54:04, 27.97s/it]
|
213 |
65%|██████▌ | 214/329 [1:29:31<44:44, 23.35s/it]
|
214 |
65%|██████▌ | 215/329 [1:29:59<47:12, 24.85s/it]
|
215 |
66%|██████▌ | 216/329 [1:30:16<42:15, 22.43s/it]
|
216 |
66%|██████▌ | 217/329 [1:30:48<47:21, 25.37s/it]
|
217 |
66%|██████▋ | 218/329 [1:31:21<50:56, 27.53s/it]
|
218 |
67%|██████▋ | 219/329 [1:31:51<51:56, 28.33s/it]
|
219 |
67%|██████▋ | 220/329 [1:32:17<50:24, 27.74s/it]
|
220 |
67%|██████▋ | 221/329 [1:32:45<49:45, 27.64s/it]
|
221 |
67%|██████▋ | 222/329 [1:33:16<51:30, 28.89s/it]
|
222 |
68%|██████▊ | 223/329 [1:33:42<49:18, 27.91s/it]
|
223 |
68%|██████▊ | 224/329 [1:33:55<40:49, 23.33s/it]
|
224 |
68%|██████▊ | 225/329 [1:34:22<42:34, 24.56s/it]
|
225 |
69%|██████▊ | 226/329 [1:34:55<46:24, 27.04s/it]
|
226 |
69%|██████▉ | 227/329 [1:35:26<47:51, 28.15s/it]
|
227 |
69%|██████▉ | 228/329 [1:35:59<50:04, 29.75s/it]
|
228 |
70%|██████▉ | 229/329 [1:36:21<45:48, 27.48s/it]
|
229 |
70%|██████▉ | 230/329 [1:36:46<44:07, 26.75s/it]
|
230 |
70%|███████ | 231/329 [1:37:16<45:12, 27.68s/it]
|
231 |
71%|███████ | 232/329 [1:37:42<43:54, 27.16s/it]
|
232 |
71%|███████ | 233/329 [1:38:10<43:52, 27.42s/it]
|
233 |
71%|███████ | 234/329 [1:38:36<42:25, 26.80s/it]
|
234 |
71%|███████▏ | 235/329 [1:38:43<32:42, 20.88s/it]
|
235 |
72%|███████▏ | 236/329 [1:38:50<25:58, 16.76s/it]
|
236 |
72%|███████▏ | 237/329 [1:38:54<20:06, 13.11s/it]
|
237 |
72%|███████▏ | 238/329 [1:39:20<25:45, 16.99s/it]
|
238 |
73%|███████▎ | 239/329 [1:39:29<21:33, 14.38s/it]
|
239 |
73%|███████▎ | 240/329 [1:39:52<25:22, 17.10s/it]
|
240 |
73%|███████▎ | 241/329 [1:40:09<25:03, 17.09s/it]
|
241 |
74%|███████▎ | 242/329 [1:40:32<27:25, 18.91s/it]
|
242 |
74%|███████▍ | 243/329 [1:40:54<28:17, 19.74s/it]
|
243 |
74%|███████▍ | 244/329 [1:41:16<29:00, 20.48s/it]
|
244 |
74%|███████▍ | 245/329 [1:41:32<26:33, 18.97s/it]
|
245 |
75%|███████▍ | 246/329 [1:41:54<27:46, 20.07s/it]
|
246 |
75%|███████▌ | 247/329 [1:42:27<32:46, 23.98s/it]
|
247 |
75%|███████▌ | 248/329 [1:42:54<33:23, 24.73s/it]
|
248 |
76%|███████▌ | 249/329 [1:43:08<28:37, 21.47s/it]
|
249 |
76%|███████▌ | 250/329 [1:43:37<31:28, 23.91s/it]
|
250 |
76%|███████▋ | 251/329 [1:44:09<34:14, 26.33s/it]
|
251 |
77%|███████▋ | 252/329 [1:44:38<34:31, 26.90s/it]
|
252 |
77%|███████▋ | 253/329 [1:45:06<34:29, 27.23s/it]
|
253 |
77%|███████▋ | 254/329 [1:45:32<33:38, 26.91s/it]
|
254 |
78%|███████▊ | 255/329 [1:45:58<32:59, 26.75s/it]
|
255 |
78%|███████▊ | 256/329 [1:46:11<27:36, 22.70s/it]
|
256 |
78%|███████▊ | 257/329 [1:46:36<28:02, 23.37s/it]
|
257 |
78%|███████▊ | 258/329 [1:47:01<27:59, 23.65s/it]
|
258 |
79%|███████▊ | 259/329 [1:47:10<22:40, 19.44s/it]
|
259 |
79%|███████▉ | 260/329 [1:47:18<18:23, 15.99s/it]
|
260 |
79%|███████▉ | 261/329 [1:47:43<21:01, 18.55s/it]
|
261 |
80%|███████▉ | 262/329 [1:47:54<18:18, 16.39s/it]
|
262 |
80%|███████▉ | 263/329 [1:48:17<20:12, 18.38s/it]
|
263 |
80%|████████ | 264/329 [1:48:49<24:17, 22.43s/it]
|
264 |
81%|████████ | 265/329 [1:49:15<25:09, 23.59s/it]
|
265 |
81%|████████ | 266/329 [1:49:42<25:46, 24.55s/it]
|
266 |
81%|████████ | 267/329 [1:50:06<25:04, 24.27s/it]
|
267 |
81%|████████▏ | 268/329 [1:50:39<27:27, 27.01s/it]
|
268 |
82%|████████▏ | 269/329 [1:51:05<26:33, 26.56s/it]
|
269 |
82%|████████▏ | 270/329 [1:51:34<26:55, 27.39s/it]
|
270 |
82%|████████▏ | 271/329 [1:51:58<25:38, 26.53s/it]
|
271 |
83%|████████▎ | 272/329 [1:52:26<25:36, 26.96s/it]
|
272 |
83%|████████▎ | 273/329 [1:52:41<21:35, 23.14s/it]
|
273 |
83%|████████▎ | 274/329 [1:53:06<21:52, 23.86s/it]
|
274 |
84%|████████▎ | 275/329 [1:53:33<22:16, 24.75s/it]
|
275 |
84%|████████▍ | 276/329 [1:54:07<24:19, 27.54s/it]
|
276 |
84%|████████▍ | 277/329 [1:54:27<21:47, 25.14s/it]
|
277 |
84%|████████▍ | 278/329 [1:54:57<22:42, 26.71s/it]
|
278 |
85%|████████▍ | 279/329 [1:55:27<22:59, 27.59s/it]
|
279 |
85%|████████▌ | 280/329 [1:55:41<19:14, 23.56s/it]
|
280 |
85%|████████▌ | 281/329 [1:56:06<19:13, 24.03s/it]
|
281 |
86%|████████▌ | 282/329 [1:56:32<19:20, 24.68s/it]
|
282 |
86%|████████▌ | 283/329 [1:57:02<20:12, 26.36s/it]
|
283 |
86%|████████▋ | 284/329 [1:57:11<15:50, 21.11s/it]
|
284 |
87%|████████▋ | 285/329 [1:57:46<18:31, 25.27s/it]
|
285 |
87%|████████▋ | 286/329 [1:58:09<17:35, 24.55s/it]
|
286 |
87%|████████▋ | 287/329 [1:58:20<14:24, 20.58s/it]
|
287 |
88%|████████▊ | 288/329 [1:58:27<11:14, 16.46s/it]
|
288 |
88%|████████▊ | 289/329 [1:58:59<13:55, 20.90s/it]
|
289 |
88%|████████▊ | 290/329 [1:59:23<14:16, 21.96s/it]
|
290 |
88%|████████▊ | 291/329 [1:59:35<12:00, 18.97s/it]slurmstepd-dl: error: *** JOB 1407 ON dl CANCELLED AT 2023-09-11T13:19:54 DUE TO TIME LIMIT ***
|
myerrors_1408.out
DELETED
The diff for this file is too large to render.
See raw diff
|
|
myerrors_1412.out
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
Traceback (most recent call last):
|
2 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 7, in <module>
|
3 |
-
import evaluate
|
4 |
-
ModuleNotFoundError: No module named 'evaluate'
|
|
|
|
|
|
|
|
|
|
myerrors_1413.out
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
|
2 |
0%| | 0/329 [00:00<?, ?it/s]
|
3 |
1%| | 2/329 [00:12<34:17, 6.29s/it]
|
4 |
1%| | 3/329 [00:30<1:01:25, 11.30s/it]
|
5 |
1%| | 4/329 [00:59<1:35:35, 17.65s/it]
|
6 |
2%|▏ | 5/329 [01:29<1:59:38, 22.15s/it]
|
7 |
2%|▏ | 6/329 [02:03<2:20:12, 26.04s/it]
|
8 |
2%|▏ | 7/329 [02:35<2:29:05, 27.78s/it]
|
9 |
2%|▏ | 8/329 [02:44<1:57:41, 22.00s/it]
|
10 |
3%|▎ | 9/329 [02:52<1:34:09, 17.65s/it]
|
11 |
3%|▎ | 10/329 [03:27<2:01:44, 22.90s/it]
|
12 |
3%|▎ | 11/329 [03:58<2:15:16, 25.52s/it]
|
13 |
4%|▎ | 12/329 [04:29<2:22:33, 26.98s/it]
|
14 |
4%|▍ | 13/329 [04:49<2:12:17, 25.12s/it]
|
15 |
4%|▍ | 14/329 [05:24<2:27:13, 28.04s/it]
|
16 |
5%|▍ | 15/329 [05:33<1:56:15, 22.22s/it]
|
17 |
5%|▍ | 16/329 [05:39<1:31:15, 17.49s/it]
|
18 |
5%|▌ | 17/329 [06:07<1:46:02, 20.39s/it]
|
19 |
5%|▌ | 18/329 [06:33<1:54:32, 22.10s/it]
|
20 |
6%|▌ | 19/329 [06:59<2:00:37, 23.35s/it]
|
21 |
6%|▌ | 20/329 [07:26<2:05:41, 24.40s/it]
|
22 |
6%|▋ | 21/329 [07:55<2:12:21, 25.78s/it]
|
23 |
7%|▋ | 22/329 [08:21<2:12:32, 25.90s/it]
|
24 |
7%|▋ | 23/329 [08:57<2:26:53, 28.80s/it]
|
25 |
7%|▋ | 24/329 [09:29<2:32:10, 29.94s/it]
|
26 |
8%|▊ | 25/329 [09:53<2:23:08, 28.25s/it]
|
27 |
8%|▊ | 26/329 [10:21<2:22:19, 28.18s/it]
|
28 |
8%|▊ | 27/329 [10:53<2:26:26, 29.09s/it]
|
29 |
9%|▊ | 28/329 [11:22<2:26:30, 29.21s/it]
|
30 |
9%|▉ | 29/329 [11:54<2:30:39, 30.13s/it]
|
31 |
9%|▉ | 30/329 [12:03<1:57:57, 23.67s/it]
|
32 |
9%|▉ | 31/329 [12:15<1:40:41, 20.27s/it]
|
33 |
10%|▉ | 32/329 [12:45<1:54:24, 23.11s/it]
|
34 |
10%|█ | 33/329 [13:16<2:05:18, 25.40s/it]
|
35 |
10%|█ | 34/329 [13:37<1:59:04, 24.22s/it]
|
36 |
11%|█ | 35/329 [14:05<2:04:21, 25.38s/it]
|
37 |
11%|█ | 36/329 [14:34<2:09:06, 26.44s/it]
|
38 |
11%|█ | 37/329 [14:50<1:52:40, 23.15s/it]
|
39 |
12%|█▏ | 38/329 [15:18<1:59:51, 24.71s/it]
|
40 |
12%|█▏ | 39/329 [15:26<1:35:11, 19.69s/it]
|
41 |
12%|█▏ | 40/329 [15:35<1:19:21, 16.48s/it]
|
42 |
12%|█▏ | 41/329 [15:58<1:28:38, 18.47s/it]
|
43 |
13%|█▎ | 42/329 [16:33<1:51:01, 23.21s/it]
|
44 |
13%|█▎ | 43/329 [17:05<2:03:15, 25.86s/it]
|
45 |
13%|█▎ | 44/329 [17:36<2:10:20, 27.44s/it]
|
46 |
14%|█▎ | 45/329 [18:01<2:07:02, 26.84s/it]
|
47 |
14%|█▍ | 46/329 [18:26<2:03:35, 26.20s/it]
|
48 |
14%|█▍ | 47/329 [18:50<2:00:05, 25.55s/it]
|
49 |
15%|█▍ | 48/329 [19:16<2:00:06, 25.65s/it]
|
50 |
15%|█▍ | 49/329 [19:47<2:08:14, 27.48s/it]
|
51 |
15%|█▌ | 50/329 [20:16<2:08:51, 27.71s/it]
|
52 |
16%|█▌ | 51/329 [20:41<2:05:15, 27.03s/it]
|
53 |
16%|█▌ | 52/329 [21:08<2:04:08, 26.89s/it]slurmstepd-dl: error: *** JOB 1413 ON dl CANCELLED AT 2023-09-12T07:20:27 ***
|
|
|
|
|
0 |
0%| | 0/329 [00:00<?, ?it/s]
|
1 |
1%| | 2/329 [00:12<34:17, 6.29s/it]
|
2 |
1%| | 3/329 [00:30<1:01:25, 11.30s/it]
|
3 |
1%| | 4/329 [00:59<1:35:35, 17.65s/it]
|
4 |
2%|▏ | 5/329 [01:29<1:59:38, 22.15s/it]
|
5 |
2%|▏ | 6/329 [02:03<2:20:12, 26.04s/it]
|
6 |
2%|▏ | 7/329 [02:35<2:29:05, 27.78s/it]
|
7 |
2%|▏ | 8/329 [02:44<1:57:41, 22.00s/it]
|
8 |
3%|▎ | 9/329 [02:52<1:34:09, 17.65s/it]
|
9 |
3%|▎ | 10/329 [03:27<2:01:44, 22.90s/it]
|
10 |
3%|▎ | 11/329 [03:58<2:15:16, 25.52s/it]
|
11 |
4%|▎ | 12/329 [04:29<2:22:33, 26.98s/it]
|
12 |
4%|▍ | 13/329 [04:49<2:12:17, 25.12s/it]
|
13 |
4%|▍ | 14/329 [05:24<2:27:13, 28.04s/it]
|
14 |
5%|▍ | 15/329 [05:33<1:56:15, 22.22s/it]
|
15 |
5%|▍ | 16/329 [05:39<1:31:15, 17.49s/it]
|
16 |
5%|▌ | 17/329 [06:07<1:46:02, 20.39s/it]
|
17 |
5%|▌ | 18/329 [06:33<1:54:32, 22.10s/it]
|
18 |
6%|▌ | 19/329 [06:59<2:00:37, 23.35s/it]
|
19 |
6%|▌ | 20/329 [07:26<2:05:41, 24.40s/it]
|
20 |
6%|▋ | 21/329 [07:55<2:12:21, 25.78s/it]
|
21 |
7%|▋ | 22/329 [08:21<2:12:32, 25.90s/it]
|
22 |
7%|▋ | 23/329 [08:57<2:26:53, 28.80s/it]
|
23 |
7%|▋ | 24/329 [09:29<2:32:10, 29.94s/it]
|
24 |
8%|▊ | 25/329 [09:53<2:23:08, 28.25s/it]
|
25 |
8%|▊ | 26/329 [10:21<2:22:19, 28.18s/it]
|
26 |
8%|▊ | 27/329 [10:53<2:26:26, 29.09s/it]
|
27 |
9%|▊ | 28/329 [11:22<2:26:30, 29.21s/it]
|
28 |
9%|▉ | 29/329 [11:54<2:30:39, 30.13s/it]
|
29 |
9%|▉ | 30/329 [12:03<1:57:57, 23.67s/it]
|
30 |
9%|▉ | 31/329 [12:15<1:40:41, 20.27s/it]
|
31 |
10%|▉ | 32/329 [12:45<1:54:24, 23.11s/it]
|
32 |
10%|█ | 33/329 [13:16<2:05:18, 25.40s/it]
|
33 |
10%|█ | 34/329 [13:37<1:59:04, 24.22s/it]
|
34 |
11%|█ | 35/329 [14:05<2:04:21, 25.38s/it]
|
35 |
11%|█ | 36/329 [14:34<2:09:06, 26.44s/it]
|
36 |
11%|█ | 37/329 [14:50<1:52:40, 23.15s/it]
|
37 |
12%|█▏ | 38/329 [15:18<1:59:51, 24.71s/it]
|
38 |
12%|█▏ | 39/329 [15:26<1:35:11, 19.69s/it]
|
39 |
12%|█▏ | 40/329 [15:35<1:19:21, 16.48s/it]
|
40 |
12%|█▏ | 41/329 [15:58<1:28:38, 18.47s/it]
|
41 |
13%|█▎ | 42/329 [16:33<1:51:01, 23.21s/it]
|
42 |
13%|█▎ | 43/329 [17:05<2:03:15, 25.86s/it]
|
43 |
13%|█▎ | 44/329 [17:36<2:10:20, 27.44s/it]
|
44 |
14%|█▎ | 45/329 [18:01<2:07:02, 26.84s/it]
|
45 |
14%|█▍ | 46/329 [18:26<2:03:35, 26.20s/it]
|
46 |
14%|█▍ | 47/329 [18:50<2:00:05, 25.55s/it]
|
47 |
15%|█▍ | 48/329 [19:16<2:00:06, 25.65s/it]
|
48 |
15%|█▍ | 49/329 [19:47<2:08:14, 27.48s/it]
|
49 |
15%|█▌ | 50/329 [20:16<2:08:51, 27.71s/it]
|
50 |
16%|█▌ | 51/329 [20:41<2:05:15, 27.03s/it]
|
51 |
16%|█▌ | 52/329 [21:08<2:04:08, 26.89s/it]slurmstepd-dl: error: *** JOB 1413 ON dl CANCELLED AT 2023-09-12T07:20:27 ***
|
myerrors_1414.out
DELETED
The diff for this file is too large to render.
See raw diff
|
|
myerrors_1419.out
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
Traceback (most recent call last):
|
2 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 7, in <module>
|
3 |
-
import evaluate
|
4 |
-
ModuleNotFoundError: No module named 'evaluate'
|
|
|
|
|
|
|
|
|
|
myerrors_1420.out
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
Traceback (most recent call last):
|
2 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 14, in <module>
|
3 |
-
from accelerate import Accelerator
|
4 |
-
ModuleNotFoundError: No module named 'accelerate'
|
|
|
|
|
|
|
|
|
|
myerrors_1421.out
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
Traceback (most recent call last):
|
2 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 23, in <module>
|
3 |
-
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint, return_tensors="pt")
|
4 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
5 |
-
File "/mnt/storage/aatherton/anaconda3/envs/nmt/lib/python3.11/site-packages/transformers/models/auto/tokenization_auto.py", line 750, in from_pretrained
|
6 |
-
raise ValueError(
|
7 |
-
ValueError: This tokenizer cannot be instantiated. Please make sure you have `sentencepiece` installed in order to use this tokenizer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myerrors_1422.out
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
/mnt/storage/aatherton/anaconda3/envs/nmt/lib/python3.11/site-packages/transformers/models/marian/tokenization_marian.py:194: UserWarning: Recommended: pip install sacremoses.
|
2 |
-
warnings.warn("Recommended: pip install sacremoses.")
|
3 |
-
Using the latest cached version of the module from /home/aatherton/.cache/huggingface/modules/evaluate_modules/metrics/evaluate-metric--sacrebleu/28676bf65b4f88b276df566e48e603732d0b4afd237603ebdf92acaacf5be99b (last modified on Mon Sep 11 11:01:03 2023) since it couldn't be found locally at evaluate-metric--sacrebleu, or remotely on the Hugging Face Hub.
|
4 |
-
Traceback (most recent call last):
|
5 |
-
File "/mnt/storage/aatherton/hf_eng_fra_reproduction/translation.py", line 54, in <module>
|
6 |
-
metric = evaluate.load("sacrebleu")
|
7 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
8 |
-
File "/mnt/storage/aatherton/anaconda3/envs/nmt/lib/python3.11/site-packages/evaluate/loading.py", line 734, in load
|
9 |
-
evaluation_cls = import_main_class(evaluation_module.module_path)
|
10 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
11 |
-
File "/mnt/storage/aatherton/anaconda3/envs/nmt/lib/python3.11/site-packages/evaluate/loading.py", line 77, in import_main_class
|
12 |
-
module = importlib.import_module(module_path)
|
13 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
14 |
-
File "/mnt/storage/aatherton/anaconda3/envs/nmt/lib/python3.11/importlib/__init__.py", line 126, in import_module
|
15 |
-
return _bootstrap._gcd_import(name[level:], package, level)
|
16 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
17 |
-
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
|
18 |
-
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
|
19 |
-
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
|
20 |
-
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
|
21 |
-
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
|
22 |
-
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
|
23 |
-
File "/home/aatherton/.cache/huggingface/modules/evaluate_modules/metrics/evaluate-metric--sacrebleu/28676bf65b4f88b276df566e48e603732d0b4afd237603ebdf92acaacf5be99b/sacrebleu.py", line 17, in <module>
|
24 |
-
import sacrebleu as scb
|
25 |
-
ModuleNotFoundError: No module named 'sacrebleu'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myerrors_1423.out
DELETED
The diff for this file is too large to render.
See raw diff
|
|
myerrors_1441.out
DELETED
The diff for this file is too large to render.
See raw diff
|
|
myerrors_1442.out
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
|
2 |
0%| | 0/17736 [00:00<?, ?it/s]
|
3 |
0%| | 1/17736 [00:01<6:16:56, 1.28s/it]
|
4 |
0%| | 2/17736 [00:01<2:54:32, 1.69it/s]
|
5 |
0%| | 3/17736 [00:01<1:56:20, 2.54it/s]
|
6 |
0%| | 5/17736 [00:01<1:09:46, 4.24it/s]
|
7 |
0%| | 6/17736 [00:01<1:02:15, 4.75it/s]
|
8 |
0%| | 7/17736 [00:02<58:05, 5.09it/s]
|
9 |
0%| | 9/17736 [00:02<47:14, 6.26it/s]
|
10 |
0%| | 10/17736 [00:02<47:33, 6.21it/s]
|
11 |
0%| | 12/17736 [00:02<38:38, 7.65it/s]
|
12 |
0%| | 13/17736 [00:02<38:33, 7.66it/s]
|
13 |
0%| | 15/17736 [00:02<33:45, 8.75it/s]
|
14 |
0%| | 17/17736 [00:03<34:24, 8.58it/s]
|
15 |
0%| | 18/17736 [00:03<36:36, 8.07it/s]
|
16 |
0%| | 19/17736 [00:03<35:45, 8.26it/s]
|
17 |
0%| | 20/17736 [00:03<37:34, 7.86it/s]
|
18 |
0%| | 21/17736 [00:03<40:21, 7.31it/s]
|
19 |
0%| | 22/17736 [00:03<37:39, 7.84it/s]
|
20 |
0%| | 23/17736 [00:04<40:54, 7.22it/s]
|
21 |
0%| | 25/17736 [00:04<38:58, 7.57it/s]
|
22 |
0%| | 26/17736 [00:04<39:02, 7.56it/s]
|
23 |
0%| | 27/17736 [00:04<38:35, 7.65it/s]
|
24 |
0%| | 29/17736 [00:04<32:44, 9.02it/s]
|
25 |
0%| | 30/17736 [00:04<32:22, 9.11it/s]
|
26 |
0%| | 31/17736 [00:04<33:41, 8.76it/s]
|
27 |
0%| | 33/17736 [00:05<30:49, 9.57it/s]
|
28 |
0%| | 35/17736 [00:05<32:04, 9.20it/s]
|
29 |
0%| | 37/17736 [00:05<29:19, 10.06it/s]
|
30 |
0%| | 39/17736 [00:05<29:37, 9.96it/s]
|
31 |
0%| | 41/17736 [00:05<31:19, 9.42it/s]
|
32 |
0%| | 42/17736 [00:06<34:16, 8.60it/s]
|
33 |
0%| | 44/17736 [00:06<33:01, 8.93it/s]
|
34 |
0%| | 45/17736 [00:06<35:51, 8.22it/s]
|
35 |
0%| | 47/17736 [00:06<36:18, 8.12it/s]
|
36 |
0%| | 49/17736 [00:06<32:11, 9.16it/s]
|
37 |
0%| | 50/17736 [00:07<35:19, 8.34it/s]
|
38 |
0%| | 51/17736 [00:07<35:11, 8.37it/s]
|
39 |
0%| | 52/17736 [00:07<37:59, 7.76it/s]
|
40 |
0%| | 53/17736 [00:07<39:28, 7.47it/s]
|
41 |
0%| | 55/17736 [00:07<38:47, 7.60it/s]
|
42 |
0%| | 56/17736 [00:07<37:00, 7.96it/s]
|
43 |
0%| | 58/17736 [00:08<36:41, 8.03it/s]
|
44 |
0%| | 59/17736 [00:08<39:14, 7.51it/s]
|
45 |
0%| | 61/17736 [00:08<37:49, 7.79it/s]
|
46 |
0%| | 63/17736 [00:08<37:06, 7.94it/s]
|
47 |
0%| | 64/17736 [00:08<39:14, 7.51it/s]
|
48 |
0%| | 66/17736 [00:09<37:33, 7.84it/s]
|
49 |
0%| | 68/17736 [00:09<34:19, 8.58it/s]
|
50 |
0%| | 69/17736 [00:09<35:31, 8.29it/s]
|
51 |
0%| | 71/17736 [00:09<32:08, 9.16it/s]
|
52 |
0%| | 72/17736 [00:09<34:34, 8.51it/s]
|
53 |
0%| | 74/17736 [00:10<32:42, 9.00it/s]
|
54 |
0%| | 75/17736 [00:10<33:43, 8.73it/s]
|
55 |
0%| | 76/17736 [00:10<32:47, 8.98it/s]
|
56 |
0%| | 77/17736 [00:10<36:52, 7.98it/s]
|
57 |
0%| | 78/17736 [00:10<37:24, 7.87it/s]
|
58 |
0%| | 80/17736 [00:10<32:28, 9.06it/s]
|
59 |
0%| | 81/17736 [00:10<35:57, 8.18it/s]
|
60 |
0%| | 82/17736 [00:11<39:00, 7.54it/s]
|
61 |
0%| | 84/17736 [00:11<37:40, 7.81it/s]
|
62 |
0%| | 85/17736 [00:11<40:07, 7.33it/s]
|
63 |
0%| | 86/17736 [00:11<42:13, 6.97it/s]
|
64 |
0%| | 87/17736 [00:11<43:50, 6.71it/s]
|
65 |
1%| | 89/17736 [00:11<37:25, 7.86it/s]
|
66 |
1%| | 90/17736 [00:12<40:06, 7.33it/s]
|
67 |
1%| | 92/17736 [00:12<34:12, 8.60it/s]
|
68 |
1%| | 94/17736 [00:12<33:07, 8.88it/s]slurmstepd-dl: error: *** JOB 1442 ON dl CANCELLED AT 2023-09-12T19:15:14 ***
|
|
|
|
|
0 |
0%| | 0/17736 [00:00<?, ?it/s]
|
1 |
0%| | 1/17736 [00:01<6:16:56, 1.28s/it]
|
2 |
0%| | 2/17736 [00:01<2:54:32, 1.69it/s]
|
3 |
0%| | 3/17736 [00:01<1:56:20, 2.54it/s]
|
4 |
0%| | 5/17736 [00:01<1:09:46, 4.24it/s]
|
5 |
0%| | 6/17736 [00:01<1:02:15, 4.75it/s]
|
6 |
0%| | 7/17736 [00:02<58:05, 5.09it/s]
|
7 |
0%| | 9/17736 [00:02<47:14, 6.26it/s]
|
8 |
0%| | 10/17736 [00:02<47:33, 6.21it/s]
|
9 |
0%| | 12/17736 [00:02<38:38, 7.65it/s]
|
10 |
0%| | 13/17736 [00:02<38:33, 7.66it/s]
|
11 |
0%| | 15/17736 [00:02<33:45, 8.75it/s]
|
12 |
0%| | 17/17736 [00:03<34:24, 8.58it/s]
|
13 |
0%| | 18/17736 [00:03<36:36, 8.07it/s]
|
14 |
0%| | 19/17736 [00:03<35:45, 8.26it/s]
|
15 |
0%| | 20/17736 [00:03<37:34, 7.86it/s]
|
16 |
0%| | 21/17736 [00:03<40:21, 7.31it/s]
|
17 |
0%| | 22/17736 [00:03<37:39, 7.84it/s]
|
18 |
0%| | 23/17736 [00:04<40:54, 7.22it/s]
|
19 |
0%| | 25/17736 [00:04<38:58, 7.57it/s]
|
20 |
0%| | 26/17736 [00:04<39:02, 7.56it/s]
|
21 |
0%| | 27/17736 [00:04<38:35, 7.65it/s]
|
22 |
0%| | 29/17736 [00:04<32:44, 9.02it/s]
|
23 |
0%| | 30/17736 [00:04<32:22, 9.11it/s]
|
24 |
0%| | 31/17736 [00:04<33:41, 8.76it/s]
|
25 |
0%| | 33/17736 [00:05<30:49, 9.57it/s]
|
26 |
0%| | 35/17736 [00:05<32:04, 9.20it/s]
|
27 |
0%| | 37/17736 [00:05<29:19, 10.06it/s]
|
28 |
0%| | 39/17736 [00:05<29:37, 9.96it/s]
|
29 |
0%| | 41/17736 [00:05<31:19, 9.42it/s]
|
30 |
0%| | 42/17736 [00:06<34:16, 8.60it/s]
|
31 |
0%| | 44/17736 [00:06<33:01, 8.93it/s]
|
32 |
0%| | 45/17736 [00:06<35:51, 8.22it/s]
|
33 |
0%| | 47/17736 [00:06<36:18, 8.12it/s]
|
34 |
0%| | 49/17736 [00:06<32:11, 9.16it/s]
|
35 |
0%| | 50/17736 [00:07<35:19, 8.34it/s]
|
36 |
0%| | 51/17736 [00:07<35:11, 8.37it/s]
|
37 |
0%| | 52/17736 [00:07<37:59, 7.76it/s]
|
38 |
0%| | 53/17736 [00:07<39:28, 7.47it/s]
|
39 |
0%| | 55/17736 [00:07<38:47, 7.60it/s]
|
40 |
0%| | 56/17736 [00:07<37:00, 7.96it/s]
|
41 |
0%| | 58/17736 [00:08<36:41, 8.03it/s]
|
42 |
0%| | 59/17736 [00:08<39:14, 7.51it/s]
|
43 |
0%| | 61/17736 [00:08<37:49, 7.79it/s]
|
44 |
0%| | 63/17736 [00:08<37:06, 7.94it/s]
|
45 |
0%| | 64/17736 [00:08<39:14, 7.51it/s]
|
46 |
0%| | 66/17736 [00:09<37:33, 7.84it/s]
|
47 |
0%| | 68/17736 [00:09<34:19, 8.58it/s]
|
48 |
0%| | 69/17736 [00:09<35:31, 8.29it/s]
|
49 |
0%| | 71/17736 [00:09<32:08, 9.16it/s]
|
50 |
0%| | 72/17736 [00:09<34:34, 8.51it/s]
|
51 |
0%| | 74/17736 [00:10<32:42, 9.00it/s]
|
52 |
0%| | 75/17736 [00:10<33:43, 8.73it/s]
|
53 |
0%| | 76/17736 [00:10<32:47, 8.98it/s]
|
54 |
0%| | 77/17736 [00:10<36:52, 7.98it/s]
|
55 |
0%| | 78/17736 [00:10<37:24, 7.87it/s]
|
56 |
0%| | 80/17736 [00:10<32:28, 9.06it/s]
|
57 |
0%| | 81/17736 [00:10<35:57, 8.18it/s]
|
58 |
0%| | 82/17736 [00:11<39:00, 7.54it/s]
|
59 |
0%| | 84/17736 [00:11<37:40, 7.81it/s]
|
60 |
0%| | 85/17736 [00:11<40:07, 7.33it/s]
|
61 |
0%| | 86/17736 [00:11<42:13, 6.97it/s]
|
62 |
0%| | 87/17736 [00:11<43:50, 6.71it/s]
|
63 |
1%| | 89/17736 [00:11<37:25, 7.86it/s]
|
64 |
1%| | 90/17736 [00:12<40:06, 7.33it/s]
|
65 |
1%| | 92/17736 [00:12<34:12, 8.60it/s]
|
66 |
1%| | 94/17736 [00:12<33:07, 8.88it/s]slurmstepd-dl: error: *** JOB 1442 ON dl CANCELLED AT 2023-09-12T19:15:14 ***
|
myerrors_1443.out
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
|
2 |
0%| | 0/17736 [00:00<?, ?it/s]
|
3 |
0%| | 1/17736 [00:01<6:28:58, 1.32s/it]
|
4 |
0%| | 2/17736 [00:01<2:59:32, 1.65it/s]
|
5 |
0%| | 3/17736 [00:01<1:58:51, 2.49it/s]
|
6 |
0%| | 5/17736 [00:01<1:11:06, 4.16it/s]
|
7 |
0%| | 6/17736 [00:01<1:03:06, 4.68it/s]
|
8 |
0%| | 7/17736 [00:02<58:43, 5.03it/s]
|
9 |
0%| | 9/17736 [00:02<47:29, 6.22it/s]
|
10 |
0%| | 10/17736 [00:02<47:51, 6.17it/s]
|
11 |
0%| | 12/17736 [00:02<38:32, 7.66it/s]
|
12 |
0%| | 13/17736 [00:02<38:36, 7.65it/s]
|
13 |
0%| | 15/17736 [00:03<33:59, 8.69it/s]
|
14 |
0%| | 17/17736 [00:03<34:32, 8.55it/s]
|
15 |
0%| | 18/17736 [00:03<36:45, 8.04it/s]
|
16 |
0%| | 19/17736 [00:03<35:54, 8.22it/s]
|
17 |
0%| | 20/17736 [00:03<37:43, 7.83it/s]
|
18 |
0%| | 21/17736 [00:03<40:36, 7.27it/s]
|
19 |
0%| | 22/17736 [00:03<37:46, 7.81it/s]
|
20 |
0%| | 23/17736 [00:04<41:01, 7.19it/s]
|
21 |
0%| | 25/17736 [00:04<39:07, 7.55it/s]
|
22 |
0%| | 26/17736 [00:04<38:58, 7.57it/s]
|
23 |
0%| | 27/17736 [00:04<38:34, 7.65it/s]
|
24 |
0%| | 29/17736 [00:04<32:46, 9.01it/s]
|
25 |
0%| | 30/17736 [00:04<32:25, 9.10it/s]
|
26 |
0%| | 31/17736 [00:05<33:43, 8.75it/s]
|
27 |
0%| | 33/17736 [00:05<30:49, 9.57it/s]
|
28 |
0%| | 35/17736 [00:05<31:56, 9.24it/s]
|
29 |
0%| | 37/17736 [00:05<29:20, 10.05it/s]
|
30 |
0%| | 39/17736 [00:05<29:36, 9.96it/s]
|
31 |
0%| | 41/17736 [00:06<31:16, 9.43it/s]
|
32 |
0%| | 42/17736 [00:06<34:19, 8.59it/s]
|
33 |
0%| | 44/17736 [00:06<33:02, 8.92it/s]
|
34 |
0%| | 45/17736 [00:06<35:54, 8.21it/s]
|
35 |
0%| | 47/17736 [00:06<36:15, 8.13it/s]
|
36 |
0%| | 49/17736 [00:06<32:12, 9.15it/s]
|
37 |
0%| | 50/17736 [00:07<35:21, 8.34it/s]
|
38 |
0%| | 51/17736 [00:07<35:18, 8.35it/s]
|
39 |
0%| | 52/17736 [00:07<38:01, 7.75it/s]
|
40 |
0%| | 53/17736 [00:07<39:33, 7.45it/s]
|
41 |
0%| | 55/17736 [00:07<39:02, 7.55it/s]
|
42 |
0%| | 56/17736 [00:07<37:22, 7.88it/s]
|
43 |
0%| | 58/17736 [00:08<36:57, 7.97it/s]
|
44 |
0%| | 59/17736 [00:08<39:29, 7.46it/s]
|
45 |
0%| | 61/17736 [00:08<38:05, 7.73it/s]
|
46 |
0%| | 63/17736 [00:08<37:22, 7.88it/s]
|
47 |
0%| | 64/17736 [00:08<39:30, 7.45it/s]
|
48 |
0%| | 66/17736 [00:09<37:43, 7.81it/s]
|
49 |
0%| | 68/17736 [00:09<34:20, 8.57it/s]
|
50 |
0%| | 69/17736 [00:09<35:29, 8.29it/s]
|
51 |
0%| | 71/17736 [00:09<32:23, 9.09it/s]
|
52 |
0%| | 72/17736 [00:09<34:50, 8.45it/s]
|
53 |
0%| | 74/17736 [00:10<32:54, 8.95it/s]
|
54 |
0%| | 75/17736 [00:10<33:54, 8.68it/s]
|
55 |
0%| | 76/17736 [00:10<32:58, 8.92it/s]
|
56 |
0%| | 77/17736 [00:10<36:59, 7.96it/s]
|
57 |
0%| | 78/17736 [00:10<37:29, 7.85it/s]
|
58 |
0%| | 80/17736 [00:10<32:37, 9.02it/s]
|
59 |
0%| | 81/17736 [00:10<36:05, 8.15it/s]
|
60 |
0%| | 82/17736 [00:11<39:09, 7.51it/s]
|
61 |
0%| | 84/17736 [00:11<37:53, 7.76it/s]
|
62 |
0%| | 85/17736 [00:11<40:23, 7.28it/s]
|
63 |
0%| | 86/17736 [00:11<42:29, 6.92it/s]
|
64 |
0%| | 87/17736 [00:11<44:03, 6.68it/s]
|
65 |
1%| | 89/17736 [00:12<37:39, 7.81it/s]
|
66 |
1%| | 90/17736 [00:12<40:19, 7.29it/s]
|
67 |
1%| | 92/17736 [00:12<34:23, 8.55it/s]
|
68 |
1%| | 94/17736 [00:12<33:15, 8.84it/s]
|
69 |
1%| | 95/17736 [00:12<34:23, 8.55it/s]
|
70 |
1%| | 97/17736 [00:12<31:51, 9.23it/s]
|
71 |
1%| | 99/17736 [00:13<29:42, 9.89it/s]
|
72 |
1%| | 101/17736 [00:13<28:08, 10.44it/s]
|
73 |
1%| | 103/17736 [00:13<26:34, 11.06it/s]
|
74 |
1%| | 105/17736 [00:13<29:40, 9.90it/s]
|
75 |
1%| | 107/17736 [00:13<28:32, 10.29it/s]
|
76 |
1%| | 109/17736 [00:14<31:40, 9.27it/s]
|
77 |
1%| | 111/17736 [00:14<31:50, 9.23it/s]
|
78 |
1%| | 113/17736 [00:14<33:57, 8.65it/s]
|
79 |
1%| | 114/17736 [00:14<36:12, 8.11it/s]
|
80 |
1%| | 116/17736 [00:15<35:51, 8.19it/s]
|
81 |
1%| | 117/17736 [00:15<35:06, 8.36it/s]
|
82 |
1%| | 119/17736 [00:15<35:09, 8.35it/s]
|
83 |
1%| | 121/17736 [00:15<31:24, 9.35it/s]
|
84 |
1%| | 123/17736 [00:15<30:05, 9.76it/s]
|
85 |
1%| | 124/17736 [00:15<33:34, 8.74it/s]
|
86 |
1%| | 126/17736 [00:16<35:16, 8.32it/s]
|
87 |
1%| | 127/17736 [00:16<35:48, 8.20it/s]
|
88 |
1%| | 128/17736 [00:16<38:37, 7.60it/s]
|
89 |
1%| | 129/17736 [00:16<36:46, 7.98it/s]
|
90 |
1%| | 130/17736 [00:16<39:54, 7.35it/s]
|
91 |
1%| | 132/17736 [00:16<32:31, 9.02it/s]
|
92 |
1%| | 134/17736 [00:17<29:59, 9.78it/s]
|
93 |
1%| | 136/17736 [00:17<30:55, 9.48it/s]
|
94 |
1%| | 137/17736 [00:17<31:19, 9.37it/s]
|
95 |
1%| | 139/17736 [00:17<29:30, 9.94it/s]
|
96 |
1%| | 140/17736 [00:17<32:46, 8.95it/s]
|
97 |
1%| | 142/17736 [00:17<30:48, 9.52it/s]
|
98 |
1%| | 144/17736 [00:18<31:30, 9.31it/s]
|
99 |
1%| | 146/17736 [00:18<31:28, 9.31it/s]
|
100 |
1%| | 148/17736 [00:18<28:52, 10.15it/s]
|
101 |
1%| | 150/17736 [00:18<30:45, 9.53it/s]
|
102 |
1%| | 152/17736 [00:18<29:50, 9.82it/s]
|
103 |
1%| | 154/17736 [00:19<29:47, 9.84it/s]
|
104 |
1%| | 155/17736 [00:19<33:11, 8.83it/s]
|
105 |
1%| | 156/17736 [00:19<33:53, 8.65it/s]
|
106 |
1%| | 157/17736 [00:19<33:12, 8.82it/s]
|
107 |
1%| | 159/17736 [00:19<32:01, 9.15it/s]
|
108 |
1%| | 161/17736 [00:19<29:42, 9.86it/s]
|
109 |
1%| | 163/17736 [00:20<27:37, 10.60it/s]
|
110 |
1%| | 165/17736 [00:20<26:11, 11.18it/s]
|
111 |
1%| | 167/17736 [00:20<31:50, 9.20it/s]
|
112 |
1%| | 168/17736 [00:20<34:49, 8.41it/s]
|
113 |
1%| | 170/17736 [00:20<31:02, 9.43it/s]
|
114 |
1%| | 171/17736 [00:20<32:09, 9.10it/s]
|
115 |
1%| | 173/17736 [00:21<29:16, 10.00it/s]
|
116 |
1%| | 175/17736 [00:21<27:25, 10.67it/s]
|
117 |
1%| | 177/17736 [00:21<28:35, 10.23it/s]
|
118 |
1%| | 179/17736 [00:21<34:53, 8.39it/s]
|
119 |
1%| | 180/17736 [00:21<34:49, 8.40it/s]
|
120 |
1%| | 181/17736 [00:22<37:42, 7.76it/s]
|
121 |
1%| | 183/17736 [00:22<32:50, 8.91it/s]
|
122 |
1%| | 184/17736 [00:22<33:43, 8.67it/s]
|
123 |
1%| | 186/17736 [00:22<31:23, 9.32it/s]
|
124 |
1%| | 187/17736 [00:22<34:52, 8.39it/s]
|
125 |
1%| | 188/17736 [00:22<33:41, 8.68it/s]
|
126 |
1%| | 189/17736 [00:23<37:27, 7.81it/s]
|
127 |
1%| | 190/17736 [00:23<38:00, 7.69it/s]
|
128 |
1%| | 192/17736 [00:23<37:40, 7.76it/s]
|
129 |
1%| | 193/17736 [00:23<36:01, 8.12it/s]
|
130 |
1%| | 195/17736 [00:23<31:29, 9.28it/s]
|
131 |
1%| | 197/17736 [00:23<28:18, 10.33it/s]
|
132 |
1%| | 199/17736 [00:24<31:59, 9.14it/s]
|
133 |
1%| | 200/17736 [00:24<31:44, 9.21it/s]
|
134 |
1%| | 201/17736 [00:24<34:31, 8.47it/s]
|
135 |
1%| | 203/17736 [00:24<30:52, 9.46it/s]
|
136 |
1%| | 204/17736 [00:24<33:30, 8.72it/s]
|
137 |
1%| | 205/17736 [00:24<36:45, 7.95it/s]
|
138 |
1%| | 207/17736 [00:25<33:05, 8.83it/s]
|
139 |
1%| | 209/17736 [00:25<29:18, 9.96it/s]
|
140 |
1%| | 211/17736 [00:25<27:49, 10.50it/s]
|
141 |
1%| | 213/17736 [00:25<28:57, 10.09it/s]
|
142 |
1%| | 215/17736 [00:25<27:50, 10.49it/s]
|
143 |
1%| | 217/17736 [00:26<31:15, 9.34it/s]
|
144 |
1%| | 218/17736 [00:26<34:11, 8.54it/s]
|
145 |
1%| | 219/17736 [00:26<34:56, 8.36it/s]
|
146 |
1%| | 220/17736 [00:26<33:58, 8.59it/s]
|
147 |
1%| | 221/17736 [00:26<37:08, 7.86it/s]
|
148 |
1%|▏ | 223/17736 [00:26<31:05, 9.39it/s]
|
149 |
1%|▏ | 224/17736 [00:26<34:46, 8.39it/s]
|
150 |
1%|▏ | 226/17736 [00:27<32:37, 8.95it/s]
|
151 |
1%|▏ | 227/17736 [00:27<32:43, 8.92it/s]
|
152 |
1%|▏ | 229/17736 [00:27<31:05, 9.39it/s]
|
153 |
1%|▏ | 231/17736 [00:27<29:56, 9.75it/s]
|
154 |
1%|▏ | 232/17736 [00:27<33:38, 8.67it/s]
|
155 |
1%|▏ | 234/17736 [00:27<31:09, 9.36it/s]
|
156 |
1%|▏ | 235/17736 [00:28<31:22, 9.30it/s]
|
157 |
1%|▏ | 236/17736 [00:28<34:04, 8.56it/s]
|
158 |
1%|▏ | 238/17736 [00:28<31:14, 9.33it/s]
|
159 |
1%|▏ | 240/17736 [00:28<33:43, 8.65it/s]
|
160 |
1%|▏ | 242/17736 [00:28<34:04, 8.56it/s]
|
161 |
1%|▏ | 243/17736 [00:29<35:28, 8.22it/s]
|
162 |
1%|▏ | 244/17736 [00:29<38:03, 7.66it/s]
|
163 |
1%|▏ | 246/17736 [00:29<34:33, 8.43it/s]
|
164 |
1%|▏ | 248/17736 [00:29<32:16, 9.03it/s]slurmstepd-dl: error: *** JOB 1443 ON dl CANCELLED AT 2023-09-12T19:18:43 ***
|
|
|
|
|
0 |
0%| | 0/17736 [00:00<?, ?it/s]
|
1 |
0%| | 1/17736 [00:01<6:28:58, 1.32s/it]
|
2 |
0%| | 2/17736 [00:01<2:59:32, 1.65it/s]
|
3 |
0%| | 3/17736 [00:01<1:58:51, 2.49it/s]
|
4 |
0%| | 5/17736 [00:01<1:11:06, 4.16it/s]
|
5 |
0%| | 6/17736 [00:01<1:03:06, 4.68it/s]
|
6 |
0%| | 7/17736 [00:02<58:43, 5.03it/s]
|
7 |
0%| | 9/17736 [00:02<47:29, 6.22it/s]
|
8 |
0%| | 10/17736 [00:02<47:51, 6.17it/s]
|
9 |
0%| | 12/17736 [00:02<38:32, 7.66it/s]
|
10 |
0%| | 13/17736 [00:02<38:36, 7.65it/s]
|
11 |
0%| | 15/17736 [00:03<33:59, 8.69it/s]
|
12 |
0%| | 17/17736 [00:03<34:32, 8.55it/s]
|
13 |
0%| | 18/17736 [00:03<36:45, 8.04it/s]
|
14 |
0%| | 19/17736 [00:03<35:54, 8.22it/s]
|
15 |
0%| | 20/17736 [00:03<37:43, 7.83it/s]
|
16 |
0%| | 21/17736 [00:03<40:36, 7.27it/s]
|
17 |
0%| | 22/17736 [00:03<37:46, 7.81it/s]
|
18 |
0%| | 23/17736 [00:04<41:01, 7.19it/s]
|
19 |
0%| | 25/17736 [00:04<39:07, 7.55it/s]
|
20 |
0%| | 26/17736 [00:04<38:58, 7.57it/s]
|
21 |
0%| | 27/17736 [00:04<38:34, 7.65it/s]
|
22 |
0%| | 29/17736 [00:04<32:46, 9.01it/s]
|
23 |
0%| | 30/17736 [00:04<32:25, 9.10it/s]
|
24 |
0%| | 31/17736 [00:05<33:43, 8.75it/s]
|
25 |
0%| | 33/17736 [00:05<30:49, 9.57it/s]
|
26 |
0%| | 35/17736 [00:05<31:56, 9.24it/s]
|
27 |
0%| | 37/17736 [00:05<29:20, 10.05it/s]
|
28 |
0%| | 39/17736 [00:05<29:36, 9.96it/s]
|
29 |
0%| | 41/17736 [00:06<31:16, 9.43it/s]
|
30 |
0%| | 42/17736 [00:06<34:19, 8.59it/s]
|
31 |
0%| | 44/17736 [00:06<33:02, 8.92it/s]
|
32 |
0%| | 45/17736 [00:06<35:54, 8.21it/s]
|
33 |
0%| | 47/17736 [00:06<36:15, 8.13it/s]
|
34 |
0%| | 49/17736 [00:06<32:12, 9.15it/s]
|
35 |
0%| | 50/17736 [00:07<35:21, 8.34it/s]
|
36 |
0%| | 51/17736 [00:07<35:18, 8.35it/s]
|
37 |
0%| | 52/17736 [00:07<38:01, 7.75it/s]
|
38 |
0%| | 53/17736 [00:07<39:33, 7.45it/s]
|
39 |
0%| | 55/17736 [00:07<39:02, 7.55it/s]
|
40 |
0%| | 56/17736 [00:07<37:22, 7.88it/s]
|
41 |
0%| | 58/17736 [00:08<36:57, 7.97it/s]
|
42 |
0%| | 59/17736 [00:08<39:29, 7.46it/s]
|
43 |
0%| | 61/17736 [00:08<38:05, 7.73it/s]
|
44 |
0%| | 63/17736 [00:08<37:22, 7.88it/s]
|
45 |
0%| | 64/17736 [00:08<39:30, 7.45it/s]
|
46 |
0%| | 66/17736 [00:09<37:43, 7.81it/s]
|
47 |
0%| | 68/17736 [00:09<34:20, 8.57it/s]
|
48 |
0%| | 69/17736 [00:09<35:29, 8.29it/s]
|
49 |
0%| | 71/17736 [00:09<32:23, 9.09it/s]
|
50 |
0%| | 72/17736 [00:09<34:50, 8.45it/s]
|
51 |
0%| | 74/17736 [00:10<32:54, 8.95it/s]
|
52 |
0%| | 75/17736 [00:10<33:54, 8.68it/s]
|
53 |
0%| | 76/17736 [00:10<32:58, 8.92it/s]
|
54 |
0%| | 77/17736 [00:10<36:59, 7.96it/s]
|
55 |
0%| | 78/17736 [00:10<37:29, 7.85it/s]
|
56 |
0%| | 80/17736 [00:10<32:37, 9.02it/s]
|
57 |
0%| | 81/17736 [00:10<36:05, 8.15it/s]
|
58 |
0%| | 82/17736 [00:11<39:09, 7.51it/s]
|
59 |
0%| | 84/17736 [00:11<37:53, 7.76it/s]
|
60 |
0%| | 85/17736 [00:11<40:23, 7.28it/s]
|
61 |
0%| | 86/17736 [00:11<42:29, 6.92it/s]
|
62 |
0%| | 87/17736 [00:11<44:03, 6.68it/s]
|
63 |
1%| | 89/17736 [00:12<37:39, 7.81it/s]
|
64 |
1%| | 90/17736 [00:12<40:19, 7.29it/s]
|
65 |
1%| | 92/17736 [00:12<34:23, 8.55it/s]
|
66 |
1%| | 94/17736 [00:12<33:15, 8.84it/s]
|
67 |
1%| | 95/17736 [00:12<34:23, 8.55it/s]
|
68 |
1%| | 97/17736 [00:12<31:51, 9.23it/s]
|
69 |
1%| | 99/17736 [00:13<29:42, 9.89it/s]
|
70 |
1%| | 101/17736 [00:13<28:08, 10.44it/s]
|
71 |
1%| | 103/17736 [00:13<26:34, 11.06it/s]
|
72 |
1%| | 105/17736 [00:13<29:40, 9.90it/s]
|
73 |
1%| | 107/17736 [00:13<28:32, 10.29it/s]
|
74 |
1%| | 109/17736 [00:14<31:40, 9.27it/s]
|
75 |
1%| | 111/17736 [00:14<31:50, 9.23it/s]
|
76 |
1%| | 113/17736 [00:14<33:57, 8.65it/s]
|
77 |
1%| | 114/17736 [00:14<36:12, 8.11it/s]
|
78 |
1%| | 116/17736 [00:15<35:51, 8.19it/s]
|
79 |
1%| | 117/17736 [00:15<35:06, 8.36it/s]
|
80 |
1%| | 119/17736 [00:15<35:09, 8.35it/s]
|
81 |
1%| | 121/17736 [00:15<31:24, 9.35it/s]
|
82 |
1%| | 123/17736 [00:15<30:05, 9.76it/s]
|
83 |
1%| | 124/17736 [00:15<33:34, 8.74it/s]
|
84 |
1%| | 126/17736 [00:16<35:16, 8.32it/s]
|
85 |
1%| | 127/17736 [00:16<35:48, 8.20it/s]
|
86 |
1%| | 128/17736 [00:16<38:37, 7.60it/s]
|
87 |
1%| | 129/17736 [00:16<36:46, 7.98it/s]
|
88 |
1%| | 130/17736 [00:16<39:54, 7.35it/s]
|
89 |
1%| | 132/17736 [00:16<32:31, 9.02it/s]
|
90 |
1%| | 134/17736 [00:17<29:59, 9.78it/s]
|
91 |
1%| | 136/17736 [00:17<30:55, 9.48it/s]
|
92 |
1%| | 137/17736 [00:17<31:19, 9.37it/s]
|
93 |
1%| | 139/17736 [00:17<29:30, 9.94it/s]
|
94 |
1%| | 140/17736 [00:17<32:46, 8.95it/s]
|
95 |
1%| | 142/17736 [00:17<30:48, 9.52it/s]
|
96 |
1%| | 144/17736 [00:18<31:30, 9.31it/s]
|
97 |
1%| | 146/17736 [00:18<31:28, 9.31it/s]
|
98 |
1%| | 148/17736 [00:18<28:52, 10.15it/s]
|
99 |
1%| | 150/17736 [00:18<30:45, 9.53it/s]
|
100 |
1%| | 152/17736 [00:18<29:50, 9.82it/s]
|
101 |
1%| | 154/17736 [00:19<29:47, 9.84it/s]
|
102 |
1%| | 155/17736 [00:19<33:11, 8.83it/s]
|
103 |
1%| | 156/17736 [00:19<33:53, 8.65it/s]
|
104 |
1%| | 157/17736 [00:19<33:12, 8.82it/s]
|
105 |
1%| | 159/17736 [00:19<32:01, 9.15it/s]
|
106 |
1%| | 161/17736 [00:19<29:42, 9.86it/s]
|
107 |
1%| | 163/17736 [00:20<27:37, 10.60it/s]
|
108 |
1%| | 165/17736 [00:20<26:11, 11.18it/s]
|
109 |
1%| | 167/17736 [00:20<31:50, 9.20it/s]
|
110 |
1%| | 168/17736 [00:20<34:49, 8.41it/s]
|
111 |
1%| | 170/17736 [00:20<31:02, 9.43it/s]
|
112 |
1%| | 171/17736 [00:20<32:09, 9.10it/s]
|
113 |
1%| | 173/17736 [00:21<29:16, 10.00it/s]
|
114 |
1%| | 175/17736 [00:21<27:25, 10.67it/s]
|
115 |
1%| | 177/17736 [00:21<28:35, 10.23it/s]
|
116 |
1%| | 179/17736 [00:21<34:53, 8.39it/s]
|
117 |
1%| | 180/17736 [00:21<34:49, 8.40it/s]
|
118 |
1%| | 181/17736 [00:22<37:42, 7.76it/s]
|
119 |
1%| | 183/17736 [00:22<32:50, 8.91it/s]
|
120 |
1%| | 184/17736 [00:22<33:43, 8.67it/s]
|
121 |
1%| | 186/17736 [00:22<31:23, 9.32it/s]
|
122 |
1%| | 187/17736 [00:22<34:52, 8.39it/s]
|
123 |
1%| | 188/17736 [00:22<33:41, 8.68it/s]
|
124 |
1%| | 189/17736 [00:23<37:27, 7.81it/s]
|
125 |
1%| | 190/17736 [00:23<38:00, 7.69it/s]
|
126 |
1%| | 192/17736 [00:23<37:40, 7.76it/s]
|
127 |
1%| | 193/17736 [00:23<36:01, 8.12it/s]
|
128 |
1%| | 195/17736 [00:23<31:29, 9.28it/s]
|
129 |
1%| | 197/17736 [00:23<28:18, 10.33it/s]
|
130 |
1%| | 199/17736 [00:24<31:59, 9.14it/s]
|
131 |
1%| | 200/17736 [00:24<31:44, 9.21it/s]
|
132 |
1%| | 201/17736 [00:24<34:31, 8.47it/s]
|
133 |
1%| | 203/17736 [00:24<30:52, 9.46it/s]
|
134 |
1%| | 204/17736 [00:24<33:30, 8.72it/s]
|
135 |
1%| | 205/17736 [00:24<36:45, 7.95it/s]
|
136 |
1%| | 207/17736 [00:25<33:05, 8.83it/s]
|
137 |
1%| | 209/17736 [00:25<29:18, 9.96it/s]
|
138 |
1%| | 211/17736 [00:25<27:49, 10.50it/s]
|
139 |
1%| | 213/17736 [00:25<28:57, 10.09it/s]
|
140 |
1%| | 215/17736 [00:25<27:50, 10.49it/s]
|
141 |
1%| | 217/17736 [00:26<31:15, 9.34it/s]
|
142 |
1%| | 218/17736 [00:26<34:11, 8.54it/s]
|
143 |
1%| | 219/17736 [00:26<34:56, 8.36it/s]
|
144 |
1%| | 220/17736 [00:26<33:58, 8.59it/s]
|
145 |
1%| | 221/17736 [00:26<37:08, 7.86it/s]
|
146 |
1%|▏ | 223/17736 [00:26<31:05, 9.39it/s]
|
147 |
1%|▏ | 224/17736 [00:26<34:46, 8.39it/s]
|
148 |
1%|▏ | 226/17736 [00:27<32:37, 8.95it/s]
|
149 |
1%|▏ | 227/17736 [00:27<32:43, 8.92it/s]
|
150 |
1%|▏ | 229/17736 [00:27<31:05, 9.39it/s]
|
151 |
1%|▏ | 231/17736 [00:27<29:56, 9.75it/s]
|
152 |
1%|▏ | 232/17736 [00:27<33:38, 8.67it/s]
|
153 |
1%|▏ | 234/17736 [00:27<31:09, 9.36it/s]
|
154 |
1%|▏ | 235/17736 [00:28<31:22, 9.30it/s]
|
155 |
1%|▏ | 236/17736 [00:28<34:04, 8.56it/s]
|
156 |
1%|▏ | 238/17736 [00:28<31:14, 9.33it/s]
|
157 |
1%|▏ | 240/17736 [00:28<33:43, 8.65it/s]
|
158 |
1%|▏ | 242/17736 [00:28<34:04, 8.56it/s]
|
159 |
1%|▏ | 243/17736 [00:29<35:28, 8.22it/s]
|
160 |
1%|▏ | 244/17736 [00:29<38:03, 7.66it/s]
|
161 |
1%|▏ | 246/17736 [00:29<34:33, 8.43it/s]
|
162 |
1%|▏ | 248/17736 [00:29<32:16, 9.03it/s]slurmstepd-dl: error: *** JOB 1443 ON dl CANCELLED AT 2023-09-12T19:18:43 ***
|
myerrors_1444.out
DELETED
The diff for this file is too large to render.
See raw diff
|
|
myerrors_1445.out
DELETED
The diff for this file is too large to render.
See raw diff
|
|
myerrors_1446.out
DELETED
The diff for this file is too large to render.
See raw diff
|
|
myerrors_1447.out
CHANGED
@@ -7892,3 +7892,44 @@ Adding files tracked by Git LFS: ['output/source.spm', 'output/target.spm']. Thi
|
|
7892 |
|
7893 |
|
7894 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7892 |
|
7893 |
|
7894 |
|
7895 |
+
|
7896 |
+
|
7897 |
+
|
7898 |
+
|
7899 |
+
|
7900 |
+
|
7901 |
+
|
7902 |
+
|
7903 |
+
|
7904 |
+
|
7905 |
+
|
7906 |
+
|
7907 |
+
|
7908 |
+
|
7909 |
+
|
7910 |
+
|
7911 |
+
|
7912 |
+
|
7913 |
+
|
7914 |
+
|
7915 |
+
|
7916 |
+
|
7917 |
+
|
7918 |
+
|
7919 |
+
|
7920 |
+
|
7921 |
+
|
7922 |
+
|
7923 |
+
|
7924 |
+
|
7925 |
+
|
7926 |
+
|
7927 |
+
|
7928 |
+
|
7929 |
+
|
7930 |
+
|
7931 |
+
|
7932 |
+
|
7933 |
+
|
7934 |
+
|
7935 |
+
|
myoutput_1401.out
DELETED
File without changes
|
myoutput_1402.out
DELETED
File without changes
|
myoutput_1403.out
DELETED
File without changes
|
myoutput_1404.out
DELETED
File without changes
|
myoutput_1405.out
DELETED
File without changes
|
myoutput_1406.out
DELETED
File without changes
|
myoutput_1407.out
DELETED
File without changes
|
myoutput_1408.out
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
{'loss': 1.4218, 'learning_rate': 1.9436175011276502e-05, 'epoch': 0.08}
|
2 |
-
{'loss': 1.2313, 'learning_rate': 1.8872350022553e-05, 'epoch': 0.17}
|
3 |
-
{'loss': 1.1854, 'learning_rate': 1.83085250338295e-05, 'epoch': 0.25}
|
4 |
-
{'loss': 1.1262, 'learning_rate': 1.7744700045106002e-05, 'epoch': 0.34}
|
5 |
-
{'loss': 1.1142, 'learning_rate': 1.71808750563825e-05, 'epoch': 0.42}
|
6 |
-
{'loss': 1.0709, 'learning_rate': 1.6617050067659e-05, 'epoch': 0.51}
|
7 |
-
{'loss': 1.0647, 'learning_rate': 1.60532250789355e-05, 'epoch': 0.59}
|
8 |
-
{'loss': 1.0325, 'learning_rate': 1.5489400090212e-05, 'epoch': 0.68}
|
9 |
-
{'loss': 1.0198, 'learning_rate': 1.49255751014885e-05, 'epoch': 0.76}
|
10 |
-
{'loss': 1.009, 'learning_rate': 1.4361750112764998e-05, 'epoch': 0.85}
|
11 |
-
{'loss': 1.0006, 'learning_rate': 1.3797925124041498e-05, 'epoch': 0.93}
|
12 |
-
{'loss': 0.9718, 'learning_rate': 1.3234100135317998e-05, 'epoch': 1.01}
|
13 |
-
{'loss': 0.9119, 'learning_rate': 1.2670275146594498e-05, 'epoch': 1.1}
|
14 |
-
{'loss': 0.9113, 'learning_rate': 1.2106450157870997e-05, 'epoch': 1.18}
|
15 |
-
{'loss': 0.8991, 'learning_rate': 1.1542625169147496e-05, 'epoch': 1.27}
|
16 |
-
{'loss': 0.9, 'learning_rate': 1.0978800180423997e-05, 'epoch': 1.35}
|
17 |
-
{'loss': 0.8961, 'learning_rate': 1.0414975191700496e-05, 'epoch': 1.44}
|
18 |
-
{'loss': 0.8996, 'learning_rate': 9.851150202976997e-06, 'epoch': 1.52}
|
19 |
-
{'loss': 0.8878, 'learning_rate': 9.287325214253496e-06, 'epoch': 1.61}
|
20 |
-
{'loss': 0.8794, 'learning_rate': 8.723500225529997e-06, 'epoch': 1.69}
|
21 |
-
{'loss': 0.8757, 'learning_rate': 8.159675236806496e-06, 'epoch': 1.78}
|
22 |
-
{'loss': 0.8735, 'learning_rate': 7.595850248082995e-06, 'epoch': 1.86}
|
23 |
-
{'loss': 0.872, 'learning_rate': 7.032025259359495e-06, 'epoch': 1.95}
|
24 |
-
{'loss': 0.8546, 'learning_rate': 6.468200270635994e-06, 'epoch': 2.03}
|
25 |
-
{'loss': 0.8228, 'learning_rate': 5.904375281912494e-06, 'epoch': 2.11}
|
26 |
-
{'loss': 0.8197, 'learning_rate': 5.340550293188994e-06, 'epoch': 2.2}
|
27 |
-
{'loss': 0.8121, 'learning_rate': 4.776725304465494e-06, 'epoch': 2.28}
|
28 |
-
{'loss': 0.8168, 'learning_rate': 4.2129003157419936e-06, 'epoch': 2.37}
|
29 |
-
{'loss': 0.8271, 'learning_rate': 3.6490753270184936e-06, 'epoch': 2.45}
|
30 |
-
{'loss': 0.8148, 'learning_rate': 3.085250338294993e-06, 'epoch': 2.54}
|
31 |
-
{'loss': 0.8157, 'learning_rate': 2.521425349571493e-06, 'epoch': 2.62}
|
32 |
-
{'loss': 0.8054, 'learning_rate': 1.9576003608479928e-06, 'epoch': 2.71}
|
33 |
-
{'loss': 0.8099, 'learning_rate': 1.3937753721244926e-06, 'epoch': 2.79}
|
34 |
-
{'loss': 0.8128, 'learning_rate': 8.299503834009924e-07, 'epoch': 2.88}
|
35 |
-
{'loss': 0.8174, 'learning_rate': 2.6612539467749214e-07, 'epoch': 2.96}
|
36 |
-
{'train_runtime': 26168.745, 'train_samples_per_second': 21.685, 'train_steps_per_second': 0.678, 'train_loss': 0.937921849252084, 'epoch': 3.0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myoutput_1412.out
DELETED
File without changes
|
myoutput_1413.out
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
evaluate1
|
|
|
|
myoutput_1414.out
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
evaluate1
|
2 |
-
trainer train 1
|
|
|
|
|
|
myoutput_1419.out
DELETED
File without changes
|
myoutput_1420.out
DELETED
File without changes
|
myoutput_1421.out
DELETED
File without changes
|
myoutput_1422.out
DELETED
File without changes
|
myoutput_1423.out
DELETED
@@ -1,40 +0,0 @@
|
|
1 |
-
evaluate1
|
2 |
-
trainer train 1
|
3 |
-
{'loss': 1.4145, 'learning_rate': 1.9436175011276502e-05, 'epoch': 0.08}
|
4 |
-
{'loss': 1.2213, 'learning_rate': 1.8872350022553e-05, 'epoch': 0.17}
|
5 |
-
{'loss': 1.1692, 'learning_rate': 1.83085250338295e-05, 'epoch': 0.25}
|
6 |
-
{'loss': 1.1296, 'learning_rate': 1.7744700045106002e-05, 'epoch': 0.34}
|
7 |
-
{'loss': 1.1181, 'learning_rate': 1.71808750563825e-05, 'epoch': 0.42}
|
8 |
-
{'loss': 1.0674, 'learning_rate': 1.6617050067659e-05, 'epoch': 0.51}
|
9 |
-
{'loss': 1.0653, 'learning_rate': 1.60532250789355e-05, 'epoch': 0.59}
|
10 |
-
{'loss': 1.028, 'learning_rate': 1.5489400090212e-05, 'epoch': 0.68}
|
11 |
-
{'loss': 1.0225, 'learning_rate': 1.49255751014885e-05, 'epoch': 0.76}
|
12 |
-
{'loss': 1.0257, 'learning_rate': 1.4361750112764998e-05, 'epoch': 0.85}
|
13 |
-
{'loss': 0.9992, 'learning_rate': 1.3797925124041498e-05, 'epoch': 0.93}
|
14 |
-
{'loss': 0.981, 'learning_rate': 1.3234100135317998e-05, 'epoch': 1.01}
|
15 |
-
{'loss': 0.9172, 'learning_rate': 1.2670275146594498e-05, 'epoch': 1.1}
|
16 |
-
{'loss': 0.9095, 'learning_rate': 1.2106450157870997e-05, 'epoch': 1.18}
|
17 |
-
{'loss': 0.8946, 'learning_rate': 1.1542625169147496e-05, 'epoch': 1.27}
|
18 |
-
{'loss': 0.9117, 'learning_rate': 1.0978800180423997e-05, 'epoch': 1.35}
|
19 |
-
{'loss': 0.8855, 'learning_rate': 1.0414975191700496e-05, 'epoch': 1.44}
|
20 |
-
{'loss': 0.8833, 'learning_rate': 9.851150202976997e-06, 'epoch': 1.52}
|
21 |
-
{'loss': 0.8926, 'learning_rate': 9.287325214253496e-06, 'epoch': 1.61}
|
22 |
-
{'loss': 0.8732, 'learning_rate': 8.723500225529997e-06, 'epoch': 1.69}
|
23 |
-
{'loss': 0.8762, 'learning_rate': 8.159675236806496e-06, 'epoch': 1.78}
|
24 |
-
{'loss': 0.8721, 'learning_rate': 7.595850248082995e-06, 'epoch': 1.86}
|
25 |
-
{'loss': 0.8729, 'learning_rate': 7.032025259359495e-06, 'epoch': 1.95}
|
26 |
-
{'loss': 0.8534, 'learning_rate': 6.468200270635994e-06, 'epoch': 2.03}
|
27 |
-
{'loss': 0.809, 'learning_rate': 5.904375281912494e-06, 'epoch': 2.11}
|
28 |
-
{'loss': 0.8138, 'learning_rate': 5.340550293188994e-06, 'epoch': 2.2}
|
29 |
-
{'loss': 0.8232, 'learning_rate': 4.776725304465494e-06, 'epoch': 2.28}
|
30 |
-
{'loss': 0.8283, 'learning_rate': 4.2129003157419936e-06, 'epoch': 2.37}
|
31 |
-
{'loss': 0.8175, 'learning_rate': 3.6490753270184936e-06, 'epoch': 2.45}
|
32 |
-
{'loss': 0.8165, 'learning_rate': 3.085250338294993e-06, 'epoch': 2.54}
|
33 |
-
{'loss': 0.8036, 'learning_rate': 2.521425349571493e-06, 'epoch': 2.62}
|
34 |
-
{'loss': 0.8204, 'learning_rate': 1.9576003608479928e-06, 'epoch': 2.71}
|
35 |
-
{'loss': 0.808, 'learning_rate': 1.3937753721244926e-06, 'epoch': 2.79}
|
36 |
-
{'loss': 0.806, 'learning_rate': 8.299503834009924e-07, 'epoch': 2.88}
|
37 |
-
{'loss': 0.8125, 'learning_rate': 2.6612539467749214e-07, 'epoch': 2.96}
|
38 |
-
{'train_runtime': 2443.2009, 'train_samples_per_second': 232.263, 'train_steps_per_second': 7.259, 'train_loss': 0.936724068723824, 'epoch': 3.0}
|
39 |
-
evaluate 2
|
40 |
-
aatherton2024/hf_eng_fra_reproduction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myoutput_1441.out
DELETED
@@ -1,40 +0,0 @@
|
|
1 |
-
evaluate1
|
2 |
-
trainer train 1
|
3 |
-
{'loss': 1.4145, 'learning_rate': 1.9436175011276502e-05, 'epoch': 0.08}
|
4 |
-
{'loss': 1.2213, 'learning_rate': 1.8872350022553e-05, 'epoch': 0.17}
|
5 |
-
{'loss': 1.1692, 'learning_rate': 1.83085250338295e-05, 'epoch': 0.25}
|
6 |
-
{'loss': 1.1296, 'learning_rate': 1.7744700045106002e-05, 'epoch': 0.34}
|
7 |
-
{'loss': 1.1181, 'learning_rate': 1.71808750563825e-05, 'epoch': 0.42}
|
8 |
-
{'loss': 1.0674, 'learning_rate': 1.6617050067659e-05, 'epoch': 0.51}
|
9 |
-
{'loss': 1.0653, 'learning_rate': 1.60532250789355e-05, 'epoch': 0.59}
|
10 |
-
{'loss': 1.028, 'learning_rate': 1.5489400090212e-05, 'epoch': 0.68}
|
11 |
-
{'loss': 1.0225, 'learning_rate': 1.49255751014885e-05, 'epoch': 0.76}
|
12 |
-
{'loss': 1.0257, 'learning_rate': 1.4361750112764998e-05, 'epoch': 0.85}
|
13 |
-
{'loss': 0.9992, 'learning_rate': 1.3797925124041498e-05, 'epoch': 0.93}
|
14 |
-
{'loss': 0.981, 'learning_rate': 1.3234100135317998e-05, 'epoch': 1.01}
|
15 |
-
{'loss': 0.9172, 'learning_rate': 1.2670275146594498e-05, 'epoch': 1.1}
|
16 |
-
{'loss': 0.9095, 'learning_rate': 1.2106450157870997e-05, 'epoch': 1.18}
|
17 |
-
{'loss': 0.8946, 'learning_rate': 1.1542625169147496e-05, 'epoch': 1.27}
|
18 |
-
{'loss': 0.9117, 'learning_rate': 1.0978800180423997e-05, 'epoch': 1.35}
|
19 |
-
{'loss': 0.8855, 'learning_rate': 1.0414975191700496e-05, 'epoch': 1.44}
|
20 |
-
{'loss': 0.8833, 'learning_rate': 9.851150202976997e-06, 'epoch': 1.52}
|
21 |
-
{'loss': 0.8926, 'learning_rate': 9.287325214253496e-06, 'epoch': 1.61}
|
22 |
-
{'loss': 0.8732, 'learning_rate': 8.723500225529997e-06, 'epoch': 1.69}
|
23 |
-
{'loss': 0.8762, 'learning_rate': 8.159675236806496e-06, 'epoch': 1.78}
|
24 |
-
{'loss': 0.8721, 'learning_rate': 7.595850248082995e-06, 'epoch': 1.86}
|
25 |
-
{'loss': 0.8729, 'learning_rate': 7.032025259359495e-06, 'epoch': 1.95}
|
26 |
-
{'loss': 0.8534, 'learning_rate': 6.468200270635994e-06, 'epoch': 2.03}
|
27 |
-
{'loss': 0.809, 'learning_rate': 5.904375281912494e-06, 'epoch': 2.11}
|
28 |
-
{'loss': 0.8138, 'learning_rate': 5.340550293188994e-06, 'epoch': 2.2}
|
29 |
-
{'loss': 0.8232, 'learning_rate': 4.776725304465494e-06, 'epoch': 2.28}
|
30 |
-
{'loss': 0.8283, 'learning_rate': 4.2129003157419936e-06, 'epoch': 2.37}
|
31 |
-
{'loss': 0.8175, 'learning_rate': 3.6490753270184936e-06, 'epoch': 2.45}
|
32 |
-
{'loss': 0.8165, 'learning_rate': 3.085250338294993e-06, 'epoch': 2.54}
|
33 |
-
{'loss': 0.8036, 'learning_rate': 2.521425349571493e-06, 'epoch': 2.62}
|
34 |
-
{'loss': 0.8204, 'learning_rate': 1.9576003608479928e-06, 'epoch': 2.71}
|
35 |
-
{'loss': 0.808, 'learning_rate': 1.3937753721244926e-06, 'epoch': 2.79}
|
36 |
-
{'loss': 0.806, 'learning_rate': 8.299503834009924e-07, 'epoch': 2.88}
|
37 |
-
{'loss': 0.8125, 'learning_rate': 2.6612539467749214e-07, 'epoch': 2.96}
|
38 |
-
{'train_runtime': 2058.2372, 'train_samples_per_second': 275.704, 'train_steps_per_second': 8.617, 'train_loss': 0.936724068723824, 'epoch': 3.0}
|
39 |
-
evaluate 2
|
40 |
-
aatherton2024/hf_eng_fra_reproduction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myoutput_1442.out
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
evaluate1
|
2 |
-
trainer train 1
|
|
|
|
|
|
myoutput_1443.out
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
evaluate1
|
2 |
-
trainer train 1
|
|
|
|
|
|
myoutput_1444.out
DELETED
@@ -1,39 +0,0 @@
|
|
1 |
-
evaluate1
|
2 |
-
trainer train 1
|
3 |
-
{'loss': 1.4145, 'learning_rate': 1.9436175011276502e-05, 'epoch': 0.08}
|
4 |
-
{'loss': 1.2213, 'learning_rate': 1.8872350022553e-05, 'epoch': 0.17}
|
5 |
-
{'loss': 1.1692, 'learning_rate': 1.83085250338295e-05, 'epoch': 0.25}
|
6 |
-
{'loss': 1.1296, 'learning_rate': 1.7744700045106002e-05, 'epoch': 0.34}
|
7 |
-
{'loss': 1.1181, 'learning_rate': 1.71808750563825e-05, 'epoch': 0.42}
|
8 |
-
{'loss': 1.0674, 'learning_rate': 1.6617050067659e-05, 'epoch': 0.51}
|
9 |
-
{'loss': 1.0653, 'learning_rate': 1.60532250789355e-05, 'epoch': 0.59}
|
10 |
-
{'loss': 1.028, 'learning_rate': 1.5489400090212e-05, 'epoch': 0.68}
|
11 |
-
{'loss': 1.0225, 'learning_rate': 1.49255751014885e-05, 'epoch': 0.76}
|
12 |
-
{'loss': 1.0257, 'learning_rate': 1.4361750112764998e-05, 'epoch': 0.85}
|
13 |
-
{'loss': 0.9992, 'learning_rate': 1.3797925124041498e-05, 'epoch': 0.93}
|
14 |
-
{'loss': 0.981, 'learning_rate': 1.3234100135317998e-05, 'epoch': 1.01}
|
15 |
-
{'loss': 0.9172, 'learning_rate': 1.2670275146594498e-05, 'epoch': 1.1}
|
16 |
-
{'loss': 0.9095, 'learning_rate': 1.2106450157870997e-05, 'epoch': 1.18}
|
17 |
-
{'loss': 0.8946, 'learning_rate': 1.1542625169147496e-05, 'epoch': 1.27}
|
18 |
-
{'loss': 0.9117, 'learning_rate': 1.0978800180423997e-05, 'epoch': 1.35}
|
19 |
-
{'loss': 0.8855, 'learning_rate': 1.0414975191700496e-05, 'epoch': 1.44}
|
20 |
-
{'loss': 0.8833, 'learning_rate': 9.851150202976997e-06, 'epoch': 1.52}
|
21 |
-
{'loss': 0.8926, 'learning_rate': 9.287325214253496e-06, 'epoch': 1.61}
|
22 |
-
{'loss': 0.8732, 'learning_rate': 8.723500225529997e-06, 'epoch': 1.69}
|
23 |
-
{'loss': 0.8762, 'learning_rate': 8.159675236806496e-06, 'epoch': 1.78}
|
24 |
-
{'loss': 0.8721, 'learning_rate': 7.595850248082995e-06, 'epoch': 1.86}
|
25 |
-
{'loss': 0.8729, 'learning_rate': 7.032025259359495e-06, 'epoch': 1.95}
|
26 |
-
{'loss': 0.8534, 'learning_rate': 6.468200270635994e-06, 'epoch': 2.03}
|
27 |
-
{'loss': 0.809, 'learning_rate': 5.904375281912494e-06, 'epoch': 2.11}
|
28 |
-
{'loss': 0.8138, 'learning_rate': 5.340550293188994e-06, 'epoch': 2.2}
|
29 |
-
{'loss': 0.8232, 'learning_rate': 4.776725304465494e-06, 'epoch': 2.28}
|
30 |
-
{'loss': 0.8283, 'learning_rate': 4.2129003157419936e-06, 'epoch': 2.37}
|
31 |
-
{'loss': 0.8175, 'learning_rate': 3.6490753270184936e-06, 'epoch': 2.45}
|
32 |
-
{'loss': 0.8165, 'learning_rate': 3.085250338294993e-06, 'epoch': 2.54}
|
33 |
-
{'loss': 0.8036, 'learning_rate': 2.521425349571493e-06, 'epoch': 2.62}
|
34 |
-
{'loss': 0.8204, 'learning_rate': 1.9576003608479928e-06, 'epoch': 2.71}
|
35 |
-
{'loss': 0.808, 'learning_rate': 1.3937753721244926e-06, 'epoch': 2.79}
|
36 |
-
{'loss': 0.806, 'learning_rate': 8.299503834009924e-07, 'epoch': 2.88}
|
37 |
-
{'loss': 0.8125, 'learning_rate': 2.6612539467749214e-07, 'epoch': 2.96}
|
38 |
-
{'train_runtime': 2061.6066, 'train_samples_per_second': 275.254, 'train_steps_per_second': 8.603, 'train_loss': 0.936724068723824, 'epoch': 3.0}
|
39 |
-
evaluate 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myoutput_1445.out
DELETED
@@ -1,39 +0,0 @@
|
|
1 |
-
evaluate1
|
2 |
-
trainer train 1
|
3 |
-
{'loss': 1.4145, 'learning_rate': 1.9436175011276502e-05, 'epoch': 0.08}
|
4 |
-
{'loss': 1.2213, 'learning_rate': 1.8872350022553e-05, 'epoch': 0.17}
|
5 |
-
{'loss': 1.1692, 'learning_rate': 1.83085250338295e-05, 'epoch': 0.25}
|
6 |
-
{'loss': 1.1296, 'learning_rate': 1.7744700045106002e-05, 'epoch': 0.34}
|
7 |
-
{'loss': 1.1181, 'learning_rate': 1.71808750563825e-05, 'epoch': 0.42}
|
8 |
-
{'loss': 1.0674, 'learning_rate': 1.6617050067659e-05, 'epoch': 0.51}
|
9 |
-
{'loss': 1.0653, 'learning_rate': 1.60532250789355e-05, 'epoch': 0.59}
|
10 |
-
{'loss': 1.028, 'learning_rate': 1.5489400090212e-05, 'epoch': 0.68}
|
11 |
-
{'loss': 1.0225, 'learning_rate': 1.49255751014885e-05, 'epoch': 0.76}
|
12 |
-
{'loss': 1.0257, 'learning_rate': 1.4361750112764998e-05, 'epoch': 0.85}
|
13 |
-
{'loss': 0.9992, 'learning_rate': 1.3797925124041498e-05, 'epoch': 0.93}
|
14 |
-
{'loss': 0.981, 'learning_rate': 1.3234100135317998e-05, 'epoch': 1.01}
|
15 |
-
{'loss': 0.9172, 'learning_rate': 1.2670275146594498e-05, 'epoch': 1.1}
|
16 |
-
{'loss': 0.9095, 'learning_rate': 1.2106450157870997e-05, 'epoch': 1.18}
|
17 |
-
{'loss': 0.8946, 'learning_rate': 1.1542625169147496e-05, 'epoch': 1.27}
|
18 |
-
{'loss': 0.9117, 'learning_rate': 1.0978800180423997e-05, 'epoch': 1.35}
|
19 |
-
{'loss': 0.8855, 'learning_rate': 1.0414975191700496e-05, 'epoch': 1.44}
|
20 |
-
{'loss': 0.8833, 'learning_rate': 9.851150202976997e-06, 'epoch': 1.52}
|
21 |
-
{'loss': 0.8926, 'learning_rate': 9.287325214253496e-06, 'epoch': 1.61}
|
22 |
-
{'loss': 0.8732, 'learning_rate': 8.723500225529997e-06, 'epoch': 1.69}
|
23 |
-
{'loss': 0.8762, 'learning_rate': 8.159675236806496e-06, 'epoch': 1.78}
|
24 |
-
{'loss': 0.8721, 'learning_rate': 7.595850248082995e-06, 'epoch': 1.86}
|
25 |
-
{'loss': 0.8729, 'learning_rate': 7.032025259359495e-06, 'epoch': 1.95}
|
26 |
-
{'loss': 0.8534, 'learning_rate': 6.468200270635994e-06, 'epoch': 2.03}
|
27 |
-
{'loss': 0.809, 'learning_rate': 5.904375281912494e-06, 'epoch': 2.11}
|
28 |
-
{'loss': 0.8138, 'learning_rate': 5.340550293188994e-06, 'epoch': 2.2}
|
29 |
-
{'loss': 0.8232, 'learning_rate': 4.776725304465494e-06, 'epoch': 2.28}
|
30 |
-
{'loss': 0.8283, 'learning_rate': 4.2129003157419936e-06, 'epoch': 2.37}
|
31 |
-
{'loss': 0.8175, 'learning_rate': 3.6490753270184936e-06, 'epoch': 2.45}
|
32 |
-
{'loss': 0.8165, 'learning_rate': 3.085250338294993e-06, 'epoch': 2.54}
|
33 |
-
{'loss': 0.8036, 'learning_rate': 2.521425349571493e-06, 'epoch': 2.62}
|
34 |
-
{'loss': 0.8204, 'learning_rate': 1.9576003608479928e-06, 'epoch': 2.71}
|
35 |
-
{'loss': 0.808, 'learning_rate': 1.3937753721244926e-06, 'epoch': 2.79}
|
36 |
-
{'loss': 0.806, 'learning_rate': 8.299503834009924e-07, 'epoch': 2.88}
|
37 |
-
{'loss': 0.8125, 'learning_rate': 2.6612539467749214e-07, 'epoch': 2.96}
|
38 |
-
{'train_runtime': 2060.1811, 'train_samples_per_second': 275.444, 'train_steps_per_second': 8.609, 'train_loss': 0.936724068723824, 'epoch': 3.0}
|
39 |
-
evaluate 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myoutput_1446.out
DELETED
@@ -1,39 +0,0 @@
|
|
1 |
-
evaluate1
|
2 |
-
trainer train 1
|
3 |
-
{'loss': 1.4145, 'learning_rate': 1.9436175011276502e-05, 'epoch': 0.08}
|
4 |
-
{'loss': 1.2213, 'learning_rate': 1.8872350022553e-05, 'epoch': 0.17}
|
5 |
-
{'loss': 1.1692, 'learning_rate': 1.83085250338295e-05, 'epoch': 0.25}
|
6 |
-
{'loss': 1.1296, 'learning_rate': 1.7744700045106002e-05, 'epoch': 0.34}
|
7 |
-
{'loss': 1.1181, 'learning_rate': 1.71808750563825e-05, 'epoch': 0.42}
|
8 |
-
{'loss': 1.0674, 'learning_rate': 1.6617050067659e-05, 'epoch': 0.51}
|
9 |
-
{'loss': 1.0653, 'learning_rate': 1.60532250789355e-05, 'epoch': 0.59}
|
10 |
-
{'loss': 1.028, 'learning_rate': 1.5489400090212e-05, 'epoch': 0.68}
|
11 |
-
{'loss': 1.0225, 'learning_rate': 1.49255751014885e-05, 'epoch': 0.76}
|
12 |
-
{'loss': 1.0257, 'learning_rate': 1.4361750112764998e-05, 'epoch': 0.85}
|
13 |
-
{'loss': 0.9992, 'learning_rate': 1.3797925124041498e-05, 'epoch': 0.93}
|
14 |
-
{'loss': 0.981, 'learning_rate': 1.3234100135317998e-05, 'epoch': 1.01}
|
15 |
-
{'loss': 0.9172, 'learning_rate': 1.2670275146594498e-05, 'epoch': 1.1}
|
16 |
-
{'loss': 0.9095, 'learning_rate': 1.2106450157870997e-05, 'epoch': 1.18}
|
17 |
-
{'loss': 0.8946, 'learning_rate': 1.1542625169147496e-05, 'epoch': 1.27}
|
18 |
-
{'loss': 0.9117, 'learning_rate': 1.0978800180423997e-05, 'epoch': 1.35}
|
19 |
-
{'loss': 0.8855, 'learning_rate': 1.0414975191700496e-05, 'epoch': 1.44}
|
20 |
-
{'loss': 0.8833, 'learning_rate': 9.851150202976997e-06, 'epoch': 1.52}
|
21 |
-
{'loss': 0.8926, 'learning_rate': 9.287325214253496e-06, 'epoch': 1.61}
|
22 |
-
{'loss': 0.8732, 'learning_rate': 8.723500225529997e-06, 'epoch': 1.69}
|
23 |
-
{'loss': 0.8762, 'learning_rate': 8.159675236806496e-06, 'epoch': 1.78}
|
24 |
-
{'loss': 0.8721, 'learning_rate': 7.595850248082995e-06, 'epoch': 1.86}
|
25 |
-
{'loss': 0.8729, 'learning_rate': 7.032025259359495e-06, 'epoch': 1.95}
|
26 |
-
{'loss': 0.8534, 'learning_rate': 6.468200270635994e-06, 'epoch': 2.03}
|
27 |
-
{'loss': 0.809, 'learning_rate': 5.904375281912494e-06, 'epoch': 2.11}
|
28 |
-
{'loss': 0.8138, 'learning_rate': 5.340550293188994e-06, 'epoch': 2.2}
|
29 |
-
{'loss': 0.8232, 'learning_rate': 4.776725304465494e-06, 'epoch': 2.28}
|
30 |
-
{'loss': 0.8283, 'learning_rate': 4.2129003157419936e-06, 'epoch': 2.37}
|
31 |
-
{'loss': 0.8175, 'learning_rate': 3.6490753270184936e-06, 'epoch': 2.45}
|
32 |
-
{'loss': 0.8165, 'learning_rate': 3.085250338294993e-06, 'epoch': 2.54}
|
33 |
-
{'loss': 0.8036, 'learning_rate': 2.521425349571493e-06, 'epoch': 2.62}
|
34 |
-
{'loss': 0.8204, 'learning_rate': 1.9576003608479928e-06, 'epoch': 2.71}
|
35 |
-
{'loss': 0.808, 'learning_rate': 1.3937753721244926e-06, 'epoch': 2.79}
|
36 |
-
{'loss': 0.806, 'learning_rate': 8.299503834009924e-07, 'epoch': 2.88}
|
37 |
-
{'loss': 0.8125, 'learning_rate': 2.6612539467749214e-07, 'epoch': 2.96}
|
38 |
-
{'train_runtime': 2059.1685, 'train_samples_per_second': 275.58, 'train_steps_per_second': 8.613, 'train_loss': 0.936724068723824, 'epoch': 3.0}
|
39 |
-
evaluate 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myoutput_1447.out
CHANGED
@@ -45,3 +45,4 @@ Trained
|
|
45 |
epoch 1, BLEU score: 53.16
|
46 |
training
|
47 |
Trained
|
|
|
|
45 |
epoch 1, BLEU score: 53.16
|
46 |
training
|
47 |
Trained
|
48 |
+
epoch 2, BLEU score: 53.85
|
translation.py
CHANGED
@@ -103,13 +103,12 @@ trainer = Seq2SeqTrainer(
|
|
103 |
compute_metrics=compute_metrics,
|
104 |
)
|
105 |
|
106 |
-
#see baseline scores, fine tune, then check out scores again
|
107 |
print("evaluate1")
|
108 |
-
|
109 |
print("trainer train 1")
|
110 |
trainer.train()
|
111 |
print("evaluate 2")
|
112 |
-
|
113 |
trainer.push_to_hub(tags="translation", commit_message="Training complete")
|
114 |
|
115 |
|
|
|
103 |
compute_metrics=compute_metrics,
|
104 |
)
|
105 |
|
|
|
106 |
print("evaluate1")
|
107 |
+
trainer.evaluate(max_length=max_length)
|
108 |
print("trainer train 1")
|
109 |
trainer.train()
|
110 |
print("evaluate 2")
|
111 |
+
trainer.evaluate(max_length=max_length)
|
112 |
trainer.push_to_hub(tags="translation", commit_message="Training complete")
|
113 |
|
114 |
|