Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- ckpts/universal/global_step20/zero/8.mlp.dense_h_to_4h_swiglu.weight/exp_avg.pt +3 -0
- lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/config.yaml +43 -0
- lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/output.log +42 -0
- lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/requirements.txt +163 -0
- lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-metadata.json +810 -0
- lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-summary.json +1 -0
- lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/logs/debug-internal.log +181 -0
- lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/logs/debug.log +28 -0
- lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/run-v2q64sh9.wandb +0 -0
- lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/config.yaml +43 -0
- lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/output.log +34 -0
- lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/logs/debug-internal.log +183 -0
- lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/logs/debug.log +29 -0
- lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/run-q6n3ywdp.wandb +0 -0
- lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/config.yaml +43 -0
- lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/output.log +34 -0
- lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/requirements.txt +155 -0
- lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-metadata.json +850 -0
- lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-summary.json +1 -0
- lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/logs/debug-internal.log +183 -0
- lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/logs/debug.log +29 -0
- lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/run-khb0dhn0.wandb +0 -0
- lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/config.yaml +43 -0
- lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/output.log +34 -0
- lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/requirements.txt +155 -0
- lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-metadata.json +850 -0
- lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-summary.json +1 -0
- lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/logs/debug-internal.log +183 -0
- lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/logs/debug.log +29 -0
- lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/run-bhoogr15.wandb +0 -0
- lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/config.yaml +284 -0
- lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/media/table/evaluation/eval_results_1_e5782786e65290af2607.table.json +1 -0
- lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/output.log +567 -0
- lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/requirements.txt +154 -0
- lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/wandb-metadata.json +850 -0
- lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/wandb-summary.json +1 -0
- lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/logs/debug-internal.log +0 -0
- lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/logs/debug.log +36 -0
- venv/lib/python3.10/site-packages/nvidia/cudnn/lib/libcudnn_ops_train.so.8 +3 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__init__.py +148 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/__init__.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/configuration_bart.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/convert_bart_original_pytorch_checkpoint_to_pytorch.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/modeling_bart.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/modeling_flax_bart.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/modeling_tf_bart.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/tokenization_bart.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/tokenization_bart_fast.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/transformers/models/bart/configuration_bart.py +401 -0
.gitattributes
CHANGED
@@ -89,3 +89,4 @@ venv/lib/python3.10/site-packages/nvidia/cuda_cupti/lib/libnvperf_target.so filt
|
|
89 |
venv/lib/python3.10/site-packages/nvidia/cufft/lib/libcufftw.so.11 filter=lfs diff=lfs merge=lfs -text
|
90 |
venv/lib/python3.10/site-packages/nvidia/cuda_cupti/lib/libnvperf_host.so filter=lfs diff=lfs merge=lfs -text
|
91 |
venv/lib/python3.10/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
89 |
venv/lib/python3.10/site-packages/nvidia/cufft/lib/libcufftw.so.11 filter=lfs diff=lfs merge=lfs -text
|
90 |
venv/lib/python3.10/site-packages/nvidia/cuda_cupti/lib/libnvperf_host.so filter=lfs diff=lfs merge=lfs -text
|
91 |
venv/lib/python3.10/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12 filter=lfs diff=lfs merge=lfs -text
|
92 |
+
venv/lib/python3.10/site-packages/nvidia/cudnn/lib/libcudnn_ops_train.so.8 filter=lfs diff=lfs merge=lfs -text
|
ckpts/universal/global_step20/zero/8.mlp.dense_h_to_4h_swiglu.weight/exp_avg.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cac94e2e231dc54326c8d3bcc8352288a650274b10a4ea339ef3f8b54495699
|
3 |
+
size 33555612
|
lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/config.yaml
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.12
|
7 |
+
cli_version: 0.17.0
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.40.2
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1715682677
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 5
|
17 |
+
- 11
|
18 |
+
- 49
|
19 |
+
- 51
|
20 |
+
- 53
|
21 |
+
- 55
|
22 |
+
- 71
|
23 |
+
- 98
|
24 |
+
- 100
|
25 |
+
2:
|
26 |
+
- 1
|
27 |
+
- 5
|
28 |
+
- 11
|
29 |
+
- 49
|
30 |
+
- 51
|
31 |
+
- 53
|
32 |
+
- 55
|
33 |
+
- 71
|
34 |
+
- 98
|
35 |
+
- 100
|
36 |
+
3:
|
37 |
+
- 23
|
38 |
+
4: 3.10.12
|
39 |
+
5: 0.17.0
|
40 |
+
6: 4.40.2
|
41 |
+
8:
|
42 |
+
- 5
|
43 |
+
13: linux-x86_64
|
lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/output.log
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-14:10:31:17,663 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-14:10:31:22,060 INFO [__main__.py:335] Selected Tasks: ['indiccopa-hi']
|
4 |
+
2024-05-14:10:31:22,063 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
|
5 |
+
2024-05-14:10:31:22,063 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/data/cronscript/ckpts//hf_ckpt//global_step20'}
|
6 |
+
Traceback (most recent call last):
|
7 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 398, in cached_file
|
8 |
+
resolved_file = hf_hub_download(
|
9 |
+
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 106, in _inner_fn
|
10 |
+
validate_repo_id(arg_value)
|
11 |
+
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 154, in validate_repo_id
|
12 |
+
raise HFValidationError(
|
13 |
+
huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/data/cronscript/ckpts//hf_ckpt//global_step20'. Use `repo_type` argument if needed.
|
14 |
+
The above exception was the direct cause of the following exception:
|
15 |
+
Traceback (most recent call last):
|
16 |
+
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
|
17 |
+
return _run_code(code, main_globals, None,
|
18 |
+
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
|
19 |
+
exec(code, run_globals)
|
20 |
+
File "/data/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 417, in <module>
|
21 |
+
cli_evaluate()
|
22 |
+
File "/data/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 341, in cli_evaluate
|
23 |
+
results = evaluator.simple_evaluate(
|
24 |
+
File "/data/cronscript/lm-evaluation-harness/lm_eval/utils.py", line 288, in _wrapper
|
25 |
+
return fn(*args, **kwargs)
|
26 |
+
File "/data/cronscript/lm-evaluation-harness/lm_eval/evaluator.py", line 180, in simple_evaluate
|
27 |
+
lm = lm_eval.api.registry.get_model(model).create_from_arg_string(
|
28 |
+
File "/data/cronscript/lm-evaluation-harness/lm_eval/api/model.py", line 134, in create_from_arg_string
|
29 |
+
return cls(**args, **args2)
|
30 |
+
File "/data/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 190, in __init__
|
31 |
+
self._get_config(
|
32 |
+
File "/data/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 471, in _get_config
|
33 |
+
self._config = transformers.AutoConfig.from_pretrained(
|
34 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py", line 928, in from_pretrained
|
35 |
+
config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
|
36 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 631, in get_config_dict
|
37 |
+
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
|
38 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 686, in _get_config_dict
|
39 |
+
resolved_config_file = cached_file(
|
40 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 462, in cached_file
|
41 |
+
raise EnvironmentError(
|
42 |
+
OSError: Incorrect path_or_model_id: '/data/cronscript/ckpts//hf_ckpt//global_step20'. Please provide either the path to a local folder or the repo_id of a model on the Hub.
|
lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/requirements.txt
ADDED
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DataProperty==1.0.1
|
2 |
+
GitPython==3.1.43
|
3 |
+
Jinja2==3.1.3
|
4 |
+
Markdown==3.6
|
5 |
+
MarkupSafe==2.1.5
|
6 |
+
Pillow-SIMD==7.0.0.post3
|
7 |
+
PyYAML==6.0
|
8 |
+
Werkzeug==3.0.2
|
9 |
+
absl-py==2.1.0
|
10 |
+
accelerate==0.30.1
|
11 |
+
aiohttp==3.9.4
|
12 |
+
aiosignal==1.3.1
|
13 |
+
antlr4-python3-runtime==4.9.3
|
14 |
+
anyio==4.3.0
|
15 |
+
async-timeout==4.0.3
|
16 |
+
attrs==23.2.0
|
17 |
+
av==9.2.0
|
18 |
+
cachetools==5.3.3
|
19 |
+
certifi==2024.2.2
|
20 |
+
cffi==1.15.1
|
21 |
+
cfgv==3.4.0
|
22 |
+
chardet==5.2.0
|
23 |
+
charset-normalizer==3.3.2
|
24 |
+
click==8.1.7
|
25 |
+
cmake==3.29.2
|
26 |
+
colorama==0.4.6
|
27 |
+
datasets==2.19.1
|
28 |
+
deepspeed==0.12.4+hpu.synapse.v1.15.1
|
29 |
+
dill==0.3.8
|
30 |
+
distlib==0.3.8
|
31 |
+
distro==1.9.0
|
32 |
+
docker-pycreds==0.4.0
|
33 |
+
einops==0.8.0
|
34 |
+
evaluate==0.4.2
|
35 |
+
exceptiongroup==1.2.0
|
36 |
+
expecttest==0.2.1
|
37 |
+
filelock==3.13.4
|
38 |
+
frozenlist==1.4.1
|
39 |
+
fsspec==2024.3.1
|
40 |
+
gitdb==4.0.11
|
41 |
+
google-auth-oauthlib==0.4.6
|
42 |
+
google-auth==2.29.0
|
43 |
+
grpcio==1.62.1
|
44 |
+
h11==0.14.0
|
45 |
+
habana-media-loader==1.15.1.15
|
46 |
+
habana-pyhlml==1.15.1.15
|
47 |
+
habana-torch-dataloader==1.15.1.15
|
48 |
+
habana-torch-plugin==1.15.1.15
|
49 |
+
habana_gpu_migration==1.15.1.15
|
50 |
+
habana_quantization_toolkit==1.15.1.15
|
51 |
+
hjson==3.1.0
|
52 |
+
httpcore==1.0.5
|
53 |
+
httpx==0.27.0
|
54 |
+
huggingface-hub==0.23.0
|
55 |
+
identify==2.5.35
|
56 |
+
idna==3.7
|
57 |
+
importlib_resources==6.4.0
|
58 |
+
iniconfig==2.0.0
|
59 |
+
joblib==1.4.2
|
60 |
+
jsonlines==4.0.0
|
61 |
+
lightning-habana==1.4.0
|
62 |
+
lightning-utilities==0.11.2
|
63 |
+
lightning==2.2.0.post0
|
64 |
+
lm_eval==0.3.0
|
65 |
+
lm_eval==0.4.2
|
66 |
+
lm_eval==0.4.2
|
67 |
+
lm_eval==0.4.2
|
68 |
+
mbstrdecoder==1.1.3
|
69 |
+
more-itertools==10.2.0
|
70 |
+
mpi4py==3.1.4
|
71 |
+
mpmath==1.3.0
|
72 |
+
multidict==6.0.5
|
73 |
+
multiprocess==0.70.16
|
74 |
+
networkx==3.3
|
75 |
+
ninja==1.11.1.1
|
76 |
+
nltk==3.8.1
|
77 |
+
nodeenv==1.8.0
|
78 |
+
numexpr==2.10.0
|
79 |
+
numpy==1.23.5
|
80 |
+
oauthlib==3.2.2
|
81 |
+
omegaconf==2.3.0
|
82 |
+
openai==1.29.0
|
83 |
+
packaging==24.0
|
84 |
+
pandas==2.0.1
|
85 |
+
pathspec==0.12.1
|
86 |
+
pathvalidate==3.2.0
|
87 |
+
peft==0.10.0
|
88 |
+
perfetto==0.7.0
|
89 |
+
pip==22.0.2
|
90 |
+
pip==23.3.1
|
91 |
+
platformdirs==4.2.0
|
92 |
+
pluggy==1.4.0
|
93 |
+
portalocker==2.8.2
|
94 |
+
pre-commit==3.3.3
|
95 |
+
protobuf==3.20.3
|
96 |
+
psutil==5.9.8
|
97 |
+
py-cpuinfo==9.0.0
|
98 |
+
pyarrow-hotfix==0.6
|
99 |
+
pyarrow==16.0.0
|
100 |
+
pyasn1==0.6.0
|
101 |
+
pyasn1_modules==0.4.0
|
102 |
+
pybind11==2.10.4
|
103 |
+
pycountry==23.12.11
|
104 |
+
pycparser==2.22
|
105 |
+
pydantic==1.10.13
|
106 |
+
pynvml==8.0.4
|
107 |
+
pytablewriter==1.2.0
|
108 |
+
pytest==8.1.1
|
109 |
+
python-dateutil==2.9.0.post0
|
110 |
+
pytorch-lightning==2.2.2
|
111 |
+
pytz==2024.1
|
112 |
+
regex==2023.5.5
|
113 |
+
requests-oauthlib==2.0.0
|
114 |
+
requests==2.31.0
|
115 |
+
rouge_score==0.1.2
|
116 |
+
rsa==4.9
|
117 |
+
sacrebleu==1.5.0
|
118 |
+
safetensors==0.4.3
|
119 |
+
scikit-learn==1.4.2
|
120 |
+
scipy==1.13.0
|
121 |
+
sentencepiece==0.2.0
|
122 |
+
sentry-sdk==2.1.1
|
123 |
+
setproctitle==1.3.3
|
124 |
+
setuptools==59.6.0
|
125 |
+
setuptools==69.5.1
|
126 |
+
six==1.16.0
|
127 |
+
smmap==5.0.1
|
128 |
+
sniffio==1.3.1
|
129 |
+
sqlitedict==2.1.0
|
130 |
+
symengine==0.11.0
|
131 |
+
sympy==1.12
|
132 |
+
tabledata==1.3.3
|
133 |
+
tcolorpy==0.1.6
|
134 |
+
tdqm==0.0.1
|
135 |
+
tensorboard-data-server==0.6.1
|
136 |
+
tensorboard-plugin-wit==1.8.1
|
137 |
+
tensorboard==2.11.2
|
138 |
+
threadpoolctl==3.5.0
|
139 |
+
tokenizers==0.19.1
|
140 |
+
tomli==2.0.1
|
141 |
+
torch==2.2.0a0+git8964477
|
142 |
+
torch_tb_profiler==0.4.0
|
143 |
+
torchaudio==2.2.0+08901ad
|
144 |
+
torchdata==0.7.1+5e6f7b7
|
145 |
+
torchmetrics==1.3.2
|
146 |
+
torchtext==0.17.0+400da5c
|
147 |
+
torchvision==0.17.0+b2383d4
|
148 |
+
tqdm-multiprocess==0.0.11
|
149 |
+
tqdm==4.66.2
|
150 |
+
transformers==4.40.2
|
151 |
+
typepy==1.3.2
|
152 |
+
typing_extensions==4.11.0
|
153 |
+
tzdata==2024.1
|
154 |
+
urllib3==1.26.18
|
155 |
+
virtualenv==20.25.1
|
156 |
+
wandb==0.17.0
|
157 |
+
wheel==0.37.1
|
158 |
+
wheel==0.43.0
|
159 |
+
word2number==1.1
|
160 |
+
xxhash==3.4.1
|
161 |
+
yamllint==1.35.1
|
162 |
+
yarl==1.9.4
|
163 |
+
zstandard==0.22.0
|
lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-metadata.json
ADDED
@@ -0,0 +1,810 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-5.15.0-92-generic-x86_64-with-glibc2.35",
|
3 |
+
"python": "3.10.12",
|
4 |
+
"heartbeatAt": "2024-05-14T10:31:17.529237",
|
5 |
+
"startedAt": "2024-05-14T10:31:17.041168",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [
|
9 |
+
"--model",
|
10 |
+
"hf",
|
11 |
+
"--model_args",
|
12 |
+
"pretrained=/data/cronscript/ckpts//hf_ckpt//global_step20",
|
13 |
+
"--tasks",
|
14 |
+
"indiccopa-hi",
|
15 |
+
"--batch_size",
|
16 |
+
"auto",
|
17 |
+
"--wandb_args",
|
18 |
+
"project=bharatgpt"
|
19 |
+
],
|
20 |
+
"state": "running",
|
21 |
+
"program": "-m lm_eval.__main__",
|
22 |
+
"codePathLocal": null,
|
23 |
+
"git": {
|
24 |
+
"remote": "https://github.com/EleutherAI/lm-evaluation-harness",
|
25 |
+
"commit": null
|
26 |
+
},
|
27 |
+
"email": null,
|
28 |
+
"root": "/data/cronscript/lm-evaluation-harness",
|
29 |
+
"host": "vizzhy-150-3",
|
30 |
+
"username": "root",
|
31 |
+
"executable": "/usr/bin/python3",
|
32 |
+
"cpu_count": 76,
|
33 |
+
"cpu_count_logical": 152,
|
34 |
+
"cpu_freq": {
|
35 |
+
"current": 3392.4617368421054,
|
36 |
+
"min": 800.0,
|
37 |
+
"max": 3400.0
|
38 |
+
},
|
39 |
+
"cpu_freq_per_core": [
|
40 |
+
{
|
41 |
+
"current": 3274.305,
|
42 |
+
"min": 800.0,
|
43 |
+
"max": 3400.0
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"current": 3274.29,
|
47 |
+
"min": 800.0,
|
48 |
+
"max": 3400.0
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"current": 3273.894,
|
52 |
+
"min": 800.0,
|
53 |
+
"max": 3400.0
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"current": 3400.0,
|
57 |
+
"min": 800.0,
|
58 |
+
"max": 3400.0
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"current": 3400.0,
|
62 |
+
"min": 800.0,
|
63 |
+
"max": 3400.0
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"current": 3400.0,
|
67 |
+
"min": 800.0,
|
68 |
+
"max": 3400.0
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"current": 3400.0,
|
72 |
+
"min": 800.0,
|
73 |
+
"max": 3400.0
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"current": 3400.0,
|
77 |
+
"min": 800.0,
|
78 |
+
"max": 3400.0
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"current": 3400.0,
|
82 |
+
"min": 800.0,
|
83 |
+
"max": 3400.0
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"current": 3400.0,
|
87 |
+
"min": 800.0,
|
88 |
+
"max": 3400.0
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"current": 3400.0,
|
92 |
+
"min": 800.0,
|
93 |
+
"max": 3400.0
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"current": 3400.0,
|
97 |
+
"min": 800.0,
|
98 |
+
"max": 3400.0
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"current": 3400.0,
|
102 |
+
"min": 800.0,
|
103 |
+
"max": 3400.0
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"current": 3270.786,
|
107 |
+
"min": 800.0,
|
108 |
+
"max": 3400.0
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"current": 3400.0,
|
112 |
+
"min": 800.0,
|
113 |
+
"max": 3400.0
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"current": 3400.0,
|
117 |
+
"min": 800.0,
|
118 |
+
"max": 3400.0
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"current": 3400.0,
|
122 |
+
"min": 800.0,
|
123 |
+
"max": 3400.0
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"current": 3400.0,
|
127 |
+
"min": 800.0,
|
128 |
+
"max": 3400.0
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"current": 3400.0,
|
132 |
+
"min": 800.0,
|
133 |
+
"max": 3400.0
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"current": 3400.0,
|
137 |
+
"min": 800.0,
|
138 |
+
"max": 3400.0
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"current": 3400.0,
|
142 |
+
"min": 800.0,
|
143 |
+
"max": 3400.0
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"current": 3400.0,
|
147 |
+
"min": 800.0,
|
148 |
+
"max": 3400.0
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"current": 3400.0,
|
152 |
+
"min": 800.0,
|
153 |
+
"max": 3400.0
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"current": 3400.0,
|
157 |
+
"min": 800.0,
|
158 |
+
"max": 3400.0
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"current": 3400.0,
|
162 |
+
"min": 800.0,
|
163 |
+
"max": 3400.0
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"current": 3400.0,
|
167 |
+
"min": 800.0,
|
168 |
+
"max": 3400.0
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"current": 3400.0,
|
172 |
+
"min": 800.0,
|
173 |
+
"max": 3400.0
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"current": 3400.0,
|
177 |
+
"min": 800.0,
|
178 |
+
"max": 3400.0
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"current": 3400.0,
|
182 |
+
"min": 800.0,
|
183 |
+
"max": 3400.0
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"current": 3400.0,
|
187 |
+
"min": 800.0,
|
188 |
+
"max": 3400.0
|
189 |
+
},
|
190 |
+
{
|
191 |
+
"current": 3400.0,
|
192 |
+
"min": 800.0,
|
193 |
+
"max": 3400.0
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"current": 3300.0,
|
197 |
+
"min": 800.0,
|
198 |
+
"max": 3400.0
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"current": 3400.0,
|
202 |
+
"min": 800.0,
|
203 |
+
"max": 3400.0
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"current": 3400.0,
|
207 |
+
"min": 800.0,
|
208 |
+
"max": 3400.0
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"current": 3400.0,
|
212 |
+
"min": 800.0,
|
213 |
+
"max": 3400.0
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"current": 3283.52,
|
217 |
+
"min": 800.0,
|
218 |
+
"max": 3400.0
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"current": 3400.0,
|
222 |
+
"min": 800.0,
|
223 |
+
"max": 3400.0
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"current": 3400.0,
|
227 |
+
"min": 800.0,
|
228 |
+
"max": 3400.0
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"current": 3300.0,
|
232 |
+
"min": 800.0,
|
233 |
+
"max": 3400.0
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"current": 3300.0,
|
237 |
+
"min": 800.0,
|
238 |
+
"max": 3400.0
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"current": 3400.0,
|
242 |
+
"min": 800.0,
|
243 |
+
"max": 3400.0
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"current": 3400.0,
|
247 |
+
"min": 800.0,
|
248 |
+
"max": 3400.0
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"current": 3400.0,
|
252 |
+
"min": 800.0,
|
253 |
+
"max": 3400.0
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"current": 3400.0,
|
257 |
+
"min": 800.0,
|
258 |
+
"max": 3400.0
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"current": 3300.0,
|
262 |
+
"min": 800.0,
|
263 |
+
"max": 3400.0
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"current": 3400.0,
|
267 |
+
"min": 800.0,
|
268 |
+
"max": 3400.0
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"current": 3400.0,
|
272 |
+
"min": 800.0,
|
273 |
+
"max": 3400.0
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"current": 3400.0,
|
277 |
+
"min": 800.0,
|
278 |
+
"max": 3400.0
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"current": 3400.0,
|
282 |
+
"min": 800.0,
|
283 |
+
"max": 3400.0
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"current": 3300.0,
|
287 |
+
"min": 800.0,
|
288 |
+
"max": 3400.0
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"current": 3400.0,
|
292 |
+
"min": 800.0,
|
293 |
+
"max": 3400.0
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"current": 3300.01,
|
297 |
+
"min": 800.0,
|
298 |
+
"max": 3400.0
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"current": 3400.0,
|
302 |
+
"min": 800.0,
|
303 |
+
"max": 3400.0
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"current": 3400.0,
|
307 |
+
"min": 800.0,
|
308 |
+
"max": 3400.0
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"current": 3400.0,
|
312 |
+
"min": 800.0,
|
313 |
+
"max": 3400.0
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"current": 3400.0,
|
317 |
+
"min": 800.0,
|
318 |
+
"max": 3400.0
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"current": 3400.0,
|
322 |
+
"min": 800.0,
|
323 |
+
"max": 3400.0
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"current": 3400.0,
|
327 |
+
"min": 800.0,
|
328 |
+
"max": 3400.0
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"current": 3400.0,
|
332 |
+
"min": 800.0,
|
333 |
+
"max": 3400.0
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"current": 3400.0,
|
337 |
+
"min": 800.0,
|
338 |
+
"max": 3400.0
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"current": 3400.0,
|
342 |
+
"min": 800.0,
|
343 |
+
"max": 3400.0
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"current": 3400.0,
|
347 |
+
"min": 800.0,
|
348 |
+
"max": 3400.0
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"current": 3400.0,
|
352 |
+
"min": 800.0,
|
353 |
+
"max": 3400.0
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"current": 3400.0,
|
357 |
+
"min": 800.0,
|
358 |
+
"max": 3400.0
|
359 |
+
},
|
360 |
+
{
|
361 |
+
"current": 3400.0,
|
362 |
+
"min": 800.0,
|
363 |
+
"max": 3400.0
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"current": 3400.0,
|
367 |
+
"min": 800.0,
|
368 |
+
"max": 3400.0
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"current": 3400.0,
|
372 |
+
"min": 800.0,
|
373 |
+
"max": 3400.0
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"current": 3400.0,
|
377 |
+
"min": 800.0,
|
378 |
+
"max": 3400.0
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"current": 3400.0,
|
382 |
+
"min": 800.0,
|
383 |
+
"max": 3400.0
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"current": 3400.0,
|
387 |
+
"min": 800.0,
|
388 |
+
"max": 3400.0
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"current": 3400.0,
|
392 |
+
"min": 800.0,
|
393 |
+
"max": 3400.0
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"current": 3400.0,
|
397 |
+
"min": 800.0,
|
398 |
+
"max": 3400.0
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"current": 3400.0,
|
402 |
+
"min": 800.0,
|
403 |
+
"max": 3400.0
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"current": 3400.0,
|
407 |
+
"min": 800.0,
|
408 |
+
"max": 3400.0
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"current": 3260.331,
|
412 |
+
"min": 800.0,
|
413 |
+
"max": 3400.0
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"current": 3400.0,
|
417 |
+
"min": 800.0,
|
418 |
+
"max": 3400.0
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"current": 3400.0,
|
422 |
+
"min": 800.0,
|
423 |
+
"max": 3400.0
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"current": 3400.0,
|
427 |
+
"min": 800.0,
|
428 |
+
"max": 3400.0
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"current": 3400.0,
|
432 |
+
"min": 800.0,
|
433 |
+
"max": 3400.0
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"current": 3400.0,
|
437 |
+
"min": 800.0,
|
438 |
+
"max": 3400.0
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"current": 3400.0,
|
442 |
+
"min": 800.0,
|
443 |
+
"max": 3400.0
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"current": 3400.0,
|
447 |
+
"min": 800.0,
|
448 |
+
"max": 3400.0
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"current": 3400.0,
|
452 |
+
"min": 800.0,
|
453 |
+
"max": 3400.0
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"current": 3400.0,
|
457 |
+
"min": 800.0,
|
458 |
+
"max": 3400.0
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"current": 3400.0,
|
462 |
+
"min": 800.0,
|
463 |
+
"max": 3400.0
|
464 |
+
},
|
465 |
+
{
|
466 |
+
"current": 3400.0,
|
467 |
+
"min": 800.0,
|
468 |
+
"max": 3400.0
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"current": 3400.0,
|
472 |
+
"min": 800.0,
|
473 |
+
"max": 3400.0
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"current": 3400.0,
|
477 |
+
"min": 800.0,
|
478 |
+
"max": 3400.0
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"current": 3400.0,
|
482 |
+
"min": 800.0,
|
483 |
+
"max": 3400.0
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"current": 3400.0,
|
487 |
+
"min": 800.0,
|
488 |
+
"max": 3400.0
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"current": 3400.0,
|
492 |
+
"min": 800.0,
|
493 |
+
"max": 3400.0
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"current": 3400.0,
|
497 |
+
"min": 800.0,
|
498 |
+
"max": 3400.0
|
499 |
+
},
|
500 |
+
{
|
501 |
+
"current": 3400.0,
|
502 |
+
"min": 800.0,
|
503 |
+
"max": 3400.0
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"current": 3400.0,
|
507 |
+
"min": 800.0,
|
508 |
+
"max": 3400.0
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"current": 3400.0,
|
512 |
+
"min": 800.0,
|
513 |
+
"max": 3400.0
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"current": 3400.0,
|
517 |
+
"min": 800.0,
|
518 |
+
"max": 3400.0
|
519 |
+
},
|
520 |
+
{
|
521 |
+
"current": 3400.0,
|
522 |
+
"min": 800.0,
|
523 |
+
"max": 3400.0
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"current": 3400.0,
|
527 |
+
"min": 800.0,
|
528 |
+
"max": 3400.0
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"current": 3400.0,
|
532 |
+
"min": 800.0,
|
533 |
+
"max": 3400.0
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"current": 3400.0,
|
537 |
+
"min": 800.0,
|
538 |
+
"max": 3400.0
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"current": 3400.0,
|
542 |
+
"min": 800.0,
|
543 |
+
"max": 3400.0
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"current": 3400.0,
|
547 |
+
"min": 800.0,
|
548 |
+
"max": 3400.0
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"current": 3400.0,
|
552 |
+
"min": 800.0,
|
553 |
+
"max": 3400.0
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"current": 3400.0,
|
557 |
+
"min": 800.0,
|
558 |
+
"max": 3400.0
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"current": 3400.0,
|
562 |
+
"min": 800.0,
|
563 |
+
"max": 3400.0
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"current": 3400.0,
|
567 |
+
"min": 800.0,
|
568 |
+
"max": 3400.0
|
569 |
+
},
|
570 |
+
{
|
571 |
+
"current": 3299.907,
|
572 |
+
"min": 800.0,
|
573 |
+
"max": 3400.0
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"current": 3400.0,
|
577 |
+
"min": 800.0,
|
578 |
+
"max": 3400.0
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"current": 3400.0,
|
582 |
+
"min": 800.0,
|
583 |
+
"max": 3400.0
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"current": 3400.0,
|
587 |
+
"min": 800.0,
|
588 |
+
"max": 3400.0
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"current": 3400.0,
|
592 |
+
"min": 800.0,
|
593 |
+
"max": 3400.0
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"current": 3400.0,
|
597 |
+
"min": 800.0,
|
598 |
+
"max": 3400.0
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"current": 3400.0,
|
602 |
+
"min": 800.0,
|
603 |
+
"max": 3400.0
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"current": 3400.0,
|
607 |
+
"min": 800.0,
|
608 |
+
"max": 3400.0
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"current": 3400.0,
|
612 |
+
"min": 800.0,
|
613 |
+
"max": 3400.0
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"current": 3400.0,
|
617 |
+
"min": 800.0,
|
618 |
+
"max": 3400.0
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"current": 3400.0,
|
622 |
+
"min": 800.0,
|
623 |
+
"max": 3400.0
|
624 |
+
},
|
625 |
+
{
|
626 |
+
"current": 3400.0,
|
627 |
+
"min": 800.0,
|
628 |
+
"max": 3400.0
|
629 |
+
},
|
630 |
+
{
|
631 |
+
"current": 3400.0,
|
632 |
+
"min": 800.0,
|
633 |
+
"max": 3400.0
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"current": 3400.0,
|
637 |
+
"min": 800.0,
|
638 |
+
"max": 3400.0
|
639 |
+
},
|
640 |
+
{
|
641 |
+
"current": 3400.0,
|
642 |
+
"min": 800.0,
|
643 |
+
"max": 3400.0
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"current": 3400.0,
|
647 |
+
"min": 800.0,
|
648 |
+
"max": 3400.0
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"current": 3400.0,
|
652 |
+
"min": 800.0,
|
653 |
+
"max": 3400.0
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"current": 3400.0,
|
657 |
+
"min": 800.0,
|
658 |
+
"max": 3400.0
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"current": 3400.0,
|
662 |
+
"min": 800.0,
|
663 |
+
"max": 3400.0
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"current": 3400.0,
|
667 |
+
"min": 800.0,
|
668 |
+
"max": 3400.0
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"current": 3400.0,
|
672 |
+
"min": 800.0,
|
673 |
+
"max": 3400.0
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"current": 3400.0,
|
677 |
+
"min": 800.0,
|
678 |
+
"max": 3400.0
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"current": 3400.0,
|
682 |
+
"min": 800.0,
|
683 |
+
"max": 3400.0
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"current": 3400.0,
|
687 |
+
"min": 800.0,
|
688 |
+
"max": 3400.0
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"current": 3400.0,
|
692 |
+
"min": 800.0,
|
693 |
+
"max": 3400.0
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"current": 3400.0,
|
697 |
+
"min": 800.0,
|
698 |
+
"max": 3400.0
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"current": 3400.0,
|
702 |
+
"min": 800.0,
|
703 |
+
"max": 3400.0
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"current": 3400.0,
|
707 |
+
"min": 800.0,
|
708 |
+
"max": 3400.0
|
709 |
+
},
|
710 |
+
{
|
711 |
+
"current": 3400.0,
|
712 |
+
"min": 800.0,
|
713 |
+
"max": 3400.0
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"current": 3400.0,
|
717 |
+
"min": 800.0,
|
718 |
+
"max": 3400.0
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"current": 3400.0,
|
722 |
+
"min": 800.0,
|
723 |
+
"max": 3400.0
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"current": 3400.0,
|
727 |
+
"min": 800.0,
|
728 |
+
"max": 3400.0
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"current": 3400.0,
|
732 |
+
"min": 800.0,
|
733 |
+
"max": 3400.0
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"current": 3400.0,
|
737 |
+
"min": 800.0,
|
738 |
+
"max": 3400.0
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"current": 3400.0,
|
742 |
+
"min": 800.0,
|
743 |
+
"max": 3400.0
|
744 |
+
},
|
745 |
+
{
|
746 |
+
"current": 3400.0,
|
747 |
+
"min": 800.0,
|
748 |
+
"max": 3400.0
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"current": 3400.0,
|
752 |
+
"min": 800.0,
|
753 |
+
"max": 3400.0
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"current": 3400.0,
|
757 |
+
"min": 800.0,
|
758 |
+
"max": 3400.0
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"current": 3400.0,
|
762 |
+
"min": 800.0,
|
763 |
+
"max": 3400.0
|
764 |
+
},
|
765 |
+
{
|
766 |
+
"current": 3400.0,
|
767 |
+
"min": 800.0,
|
768 |
+
"max": 3400.0
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"current": 3400.0,
|
772 |
+
"min": 800.0,
|
773 |
+
"max": 3400.0
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"current": 3400.0,
|
777 |
+
"min": 800.0,
|
778 |
+
"max": 3400.0
|
779 |
+
},
|
780 |
+
{
|
781 |
+
"current": 3400.0,
|
782 |
+
"min": 800.0,
|
783 |
+
"max": 3400.0
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"current": 3400.0,
|
787 |
+
"min": 800.0,
|
788 |
+
"max": 3400.0
|
789 |
+
},
|
790 |
+
{
|
791 |
+
"current": 3400.0,
|
792 |
+
"min": 800.0,
|
793 |
+
"max": 3400.0
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"current": 3400.0,
|
797 |
+
"min": 800.0,
|
798 |
+
"max": 3400.0
|
799 |
+
}
|
800 |
+
],
|
801 |
+
"disk": {
|
802 |
+
"/": {
|
803 |
+
"total": 866.4415092468262,
|
804 |
+
"used": 76.92284774780273
|
805 |
+
}
|
806 |
+
},
|
807 |
+
"memory": {
|
808 |
+
"total": 1007.5000267028809
|
809 |
+
}
|
810 |
+
}
|
lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 5}}
|
lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/logs/debug-internal.log
ADDED
@@ -0,0 +1,181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-14 10:31:17,052 INFO StreamThr :10010 [internal.py:wandb_internal():85] W&B internal server running at pid: 10010, started at: 2024-05-14 10:31:17.051774
|
2 |
+
2024-05-14 10:31:17,054 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: status
|
3 |
+
2024-05-14 10:31:17,056 INFO WriterThread:10010 [datastore.py:open_for_write():87] open: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/run-v2q64sh9.wandb
|
4 |
+
2024-05-14 10:31:17,057 DEBUG SenderThread:10010 [sender.py:send():378] send: header
|
5 |
+
2024-05-14 10:31:17,068 DEBUG SenderThread:10010 [sender.py:send():378] send: run
|
6 |
+
2024-05-14 10:31:17,352 INFO SenderThread:10010 [dir_watcher.py:__init__():211] watching files in: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files
|
7 |
+
2024-05-14 10:31:17,352 INFO SenderThread:10010 [sender.py:_start_run_threads():1123] run started: v2q64sh9 with start time 1715682677.051419
|
8 |
+
2024-05-14 10:31:17,360 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: check_version
|
9 |
+
2024-05-14 10:31:17,360 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: check_version
|
10 |
+
2024-05-14 10:31:17,442 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: run_start
|
11 |
+
2024-05-14 10:31:17,443 DEBUG HandlerThread:10010 [system_info.py:__init__():26] System info init
|
12 |
+
2024-05-14 10:31:17,443 DEBUG HandlerThread:10010 [system_info.py:__init__():41] System info init done
|
13 |
+
2024-05-14 10:31:17,443 INFO HandlerThread:10010 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-05-14 10:31:17,443 INFO SystemMonitor:10010 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-05-14 10:31:17,444 INFO HandlerThread:10010 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-05-14 10:31:17,444 INFO SystemMonitor:10010 [interfaces.py:start():188] Started cpu monitoring
|
17 |
+
2024-05-14 10:31:17,444 INFO SystemMonitor:10010 [interfaces.py:start():188] Started disk monitoring
|
18 |
+
2024-05-14 10:31:17,444 INFO SystemMonitor:10010 [interfaces.py:start():188] Started memory monitoring
|
19 |
+
2024-05-14 10:31:17,445 INFO SystemMonitor:10010 [interfaces.py:start():188] Started network monitoring
|
20 |
+
2024-05-14 10:31:17,529 DEBUG HandlerThread:10010 [system_info.py:probe():150] Probing system
|
21 |
+
2024-05-14 10:31:17,537 DEBUG HandlerThread:10010 [system_info.py:_probe_git():135] Probing git
|
22 |
+
2024-05-14 10:31:17,558 ERROR HandlerThread:10010 [gitlib.py:root():92] git root error: Cmd('git') failed due to: exit code(128)
|
23 |
+
cmdline: git rev-parse --show-toplevel
|
24 |
+
stderr: 'fatal: detected dubious ownership in repository at '/data/cronscript/lm-evaluation-harness'
|
25 |
+
To add an exception for this directory, call:
|
26 |
+
|
27 |
+
git config --global --add safe.directory /data/cronscript/lm-evaluation-harness'
|
28 |
+
2024-05-14 10:31:17,558 DEBUG HandlerThread:10010 [system_info.py:_probe_git():143] Probing git done
|
29 |
+
2024-05-14 10:31:17,558 DEBUG HandlerThread:10010 [system_info.py:probe():198] Probing system done
|
30 |
+
2024-05-14 10:31:17,558 DEBUG HandlerThread:10010 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-92-generic-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-05-14T10:31:17.529237', 'startedAt': '2024-05-14T10:31:17.041168', 'docker': None, 'cuda': None, 'args': ('--model', 'hf', '--model_args', 'pretrained=/data/cronscript/ckpts//hf_ckpt//global_step20', '--tasks', 'indiccopa-hi', '--batch_size', 'auto', '--wandb_args', 'project=bharatgpt'), 'state': 'running', 'program': '-m lm_eval.__main__', 'codePathLocal': None, 'git': {'remote': 'https://github.com/EleutherAI/lm-evaluation-harness', 'commit': None}, 'email': None, 'root': '/data/cronscript/lm-evaluation-harness', 'host': 'vizzhy-150-3', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 76, 'cpu_count_logical': 152, 'cpu_freq': {'current': 3392.4617368421054, 'min': 800.0, 'max': 3400.0}, 'cpu_freq_per_core': [{'current': 3274.305, 'min': 800.0, 'max': 3400.0}, {'current': 3274.29, 'min': 800.0, 'max': 3400.0}, {'current': 3273.894, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3270.786, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3283.52, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.01, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3260.331, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3299.907, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}], 'disk': {'/': {'total': 866.4415092468262, 'used': 76.92284774780273}}, 'memory': {'total': 1007.5000267028809}}
|
31 |
+
2024-05-14 10:31:17,558 INFO HandlerThread:10010 [system_monitor.py:probe():224] Finished collecting system info
|
32 |
+
2024-05-14 10:31:17,558 INFO HandlerThread:10010 [system_monitor.py:probe():227] Publishing system info
|
33 |
+
2024-05-14 10:31:17,559 INFO HandlerThread:10010 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-05-14 10:31:17,563 DEBUG SenderThread:10010 [sender.py:send():378] send: files
|
35 |
+
2024-05-14 10:31:17,563 INFO SenderThread:10010 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
|
36 |
+
2024-05-14 10:31:17,660 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: python_packages
|
37 |
+
2024-05-14 10:31:17,661 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: python_packages
|
38 |
+
2024-05-14 10:31:17,661 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: stop_status
|
39 |
+
2024-05-14 10:31:17,662 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: stop_status
|
40 |
+
2024-05-14 10:31:17,823 DEBUG SenderThread:10010 [sender.py:send():378] send: telemetry
|
41 |
+
2024-05-14 10:31:18,060 INFO wandb-upload_0:10010 [upload_job.py:push():130] Uploaded file /tmp/tmpvcjvhcn1wandb/b1n3vucg-wandb-metadata.json
|
42 |
+
2024-05-14 10:31:18,353 INFO Thread-12 :10010 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/requirements.txt
|
43 |
+
2024-05-14 10:31:18,354 INFO Thread-12 :10010 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-metadata.json
|
44 |
+
2024-05-14 10:31:18,354 INFO Thread-12 :10010 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/output.log
|
45 |
+
2024-05-14 10:31:20,354 INFO Thread-12 :10010 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/output.log
|
46 |
+
2024-05-14 10:31:22,062 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: status_report
|
47 |
+
2024-05-14 10:31:23,214 DEBUG SenderThread:10010 [sender.py:send():378] send: exit
|
48 |
+
2024-05-14 10:31:23,214 INFO SenderThread:10010 [sender.py:send_exit():585] handling exit code: 1
|
49 |
+
2024-05-14 10:31:23,215 INFO SenderThread:10010 [sender.py:send_exit():587] handling runtime: 5
|
50 |
+
2024-05-14 10:31:23,215 INFO SenderThread:10010 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
51 |
+
2024-05-14 10:31:23,216 INFO SenderThread:10010 [sender.py:send_exit():593] send defer
|
52 |
+
2024-05-14 10:31:23,216 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
53 |
+
2024-05-14 10:31:23,216 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 0
|
54 |
+
2024-05-14 10:31:23,216 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
55 |
+
2024-05-14 10:31:23,216 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 0
|
56 |
+
2024-05-14 10:31:23,216 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 1
|
57 |
+
2024-05-14 10:31:23,216 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
58 |
+
2024-05-14 10:31:23,216 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 1
|
59 |
+
2024-05-14 10:31:23,216 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
60 |
+
2024-05-14 10:31:23,216 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 1
|
61 |
+
2024-05-14 10:31:23,216 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 2
|
62 |
+
2024-05-14 10:31:23,216 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
63 |
+
2024-05-14 10:31:23,216 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 2
|
64 |
+
2024-05-14 10:31:23,216 INFO HandlerThread:10010 [system_monitor.py:finish():203] Stopping system monitor
|
65 |
+
2024-05-14 10:31:23,216 DEBUG SystemMonitor:10010 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
66 |
+
2024-05-14 10:31:23,217 INFO HandlerThread:10010 [interfaces.py:finish():200] Joined cpu monitor
|
67 |
+
2024-05-14 10:31:23,217 DEBUG SystemMonitor:10010 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
68 |
+
2024-05-14 10:31:23,217 INFO HandlerThread:10010 [interfaces.py:finish():200] Joined disk monitor
|
69 |
+
2024-05-14 10:31:23,217 DEBUG SystemMonitor:10010 [system_monitor.py:_start():183] Publishing last batch of metrics
|
70 |
+
2024-05-14 10:31:23,217 INFO HandlerThread:10010 [interfaces.py:finish():200] Joined memory monitor
|
71 |
+
2024-05-14 10:31:23,219 INFO HandlerThread:10010 [interfaces.py:finish():200] Joined network monitor
|
72 |
+
2024-05-14 10:31:23,219 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
73 |
+
2024-05-14 10:31:23,219 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 2
|
74 |
+
2024-05-14 10:31:23,219 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 3
|
75 |
+
2024-05-14 10:31:23,219 DEBUG SenderThread:10010 [sender.py:send():378] send: stats
|
76 |
+
2024-05-14 10:31:23,219 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
77 |
+
2024-05-14 10:31:23,220 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 3
|
78 |
+
2024-05-14 10:31:23,220 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
79 |
+
2024-05-14 10:31:23,220 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 3
|
80 |
+
2024-05-14 10:31:23,220 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 4
|
81 |
+
2024-05-14 10:31:23,220 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
82 |
+
2024-05-14 10:31:23,220 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 4
|
83 |
+
2024-05-14 10:31:23,220 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
84 |
+
2024-05-14 10:31:23,220 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 4
|
85 |
+
2024-05-14 10:31:23,220 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 5
|
86 |
+
2024-05-14 10:31:23,220 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
87 |
+
2024-05-14 10:31:23,220 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 5
|
88 |
+
2024-05-14 10:31:23,220 DEBUG SenderThread:10010 [sender.py:send():378] send: summary
|
89 |
+
2024-05-14 10:31:23,221 INFO SenderThread:10010 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
90 |
+
2024-05-14 10:31:23,221 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
91 |
+
2024-05-14 10:31:23,221 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 5
|
92 |
+
2024-05-14 10:31:23,221 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 6
|
93 |
+
2024-05-14 10:31:23,221 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
94 |
+
2024-05-14 10:31:23,221 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 6
|
95 |
+
2024-05-14 10:31:23,221 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
96 |
+
2024-05-14 10:31:23,221 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 6
|
97 |
+
2024-05-14 10:31:23,224 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: status_report
|
98 |
+
2024-05-14 10:31:23,356 INFO Thread-12 :10010 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-summary.json
|
99 |
+
2024-05-14 10:31:23,564 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 7
|
100 |
+
2024-05-14 10:31:23,564 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
101 |
+
2024-05-14 10:31:23,564 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 7
|
102 |
+
2024-05-14 10:31:23,564 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
103 |
+
2024-05-14 10:31:23,564 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 7
|
104 |
+
2024-05-14 10:31:23,841 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 8
|
105 |
+
2024-05-14 10:31:23,842 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
106 |
+
2024-05-14 10:31:23,842 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 8
|
107 |
+
2024-05-14 10:31:23,842 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
108 |
+
2024-05-14 10:31:23,842 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 8
|
109 |
+
2024-05-14 10:31:23,842 INFO SenderThread:10010 [job_builder.py:build():432] Attempting to build job artifact
|
110 |
+
2024-05-14 10:31:23,842 INFO SenderThread:10010 [job_builder.py:_get_source_type():576] no source found
|
111 |
+
2024-05-14 10:31:23,842 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 9
|
112 |
+
2024-05-14 10:31:23,842 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
113 |
+
2024-05-14 10:31:23,842 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 9
|
114 |
+
2024-05-14 10:31:23,842 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
115 |
+
2024-05-14 10:31:23,842 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 9
|
116 |
+
2024-05-14 10:31:23,842 INFO SenderThread:10010 [dir_watcher.py:finish():358] shutting down directory watcher
|
117 |
+
2024-05-14 10:31:24,215 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: poll_exit
|
118 |
+
2024-05-14 10:31:24,357 INFO SenderThread:10010 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/config.yaml
|
119 |
+
2024-05-14 10:31:24,357 INFO SenderThread:10010 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/output.log
|
120 |
+
2024-05-14 10:31:24,357 INFO SenderThread:10010 [dir_watcher.py:finish():388] scan: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files
|
121 |
+
2024-05-14 10:31:24,357 INFO SenderThread:10010 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-metadata.json wandb-metadata.json
|
122 |
+
2024-05-14 10:31:24,357 INFO SenderThread:10010 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-summary.json wandb-summary.json
|
123 |
+
2024-05-14 10:31:24,357 INFO SenderThread:10010 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/requirements.txt requirements.txt
|
124 |
+
2024-05-14 10:31:24,357 INFO SenderThread:10010 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/config.yaml config.yaml
|
125 |
+
2024-05-14 10:31:24,360 INFO SenderThread:10010 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/output.log output.log
|
126 |
+
2024-05-14 10:31:24,360 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 10
|
127 |
+
2024-05-14 10:31:24,362 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: poll_exit
|
128 |
+
2024-05-14 10:31:24,363 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
129 |
+
2024-05-14 10:31:24,363 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 10
|
130 |
+
2024-05-14 10:31:24,364 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
131 |
+
2024-05-14 10:31:24,364 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 10
|
132 |
+
2024-05-14 10:31:24,364 INFO SenderThread:10010 [file_pusher.py:finish():169] shutting down file pusher
|
133 |
+
2024-05-14 10:31:24,589 INFO wandb-upload_0:10010 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/wandb-summary.json
|
134 |
+
2024-05-14 10:31:24,760 INFO wandb-upload_1:10010 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/requirements.txt
|
135 |
+
2024-05-14 10:31:24,852 INFO wandb-upload_2:10010 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/config.yaml
|
136 |
+
2024-05-14 10:31:24,877 INFO wandb-upload_3:10010 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/files/output.log
|
137 |
+
2024-05-14 10:31:25,077 INFO Thread-11 (_thread_body):10010 [sender.py:transition_state():613] send defer: 11
|
138 |
+
2024-05-14 10:31:25,077 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
139 |
+
2024-05-14 10:31:25,077 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 11
|
140 |
+
2024-05-14 10:31:25,078 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
141 |
+
2024-05-14 10:31:25,078 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 11
|
142 |
+
2024-05-14 10:31:25,078 INFO SenderThread:10010 [file_pusher.py:join():175] waiting for file pusher
|
143 |
+
2024-05-14 10:31:25,078 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 12
|
144 |
+
2024-05-14 10:31:25,078 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
145 |
+
2024-05-14 10:31:25,078 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 12
|
146 |
+
2024-05-14 10:31:25,078 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
147 |
+
2024-05-14 10:31:25,078 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 12
|
148 |
+
2024-05-14 10:31:25,078 INFO SenderThread:10010 [file_stream.py:finish():601] file stream finish called
|
149 |
+
2024-05-14 10:31:25,215 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: poll_exit
|
150 |
+
2024-05-14 10:31:25,566 INFO SenderThread:10010 [file_stream.py:finish():605] file stream finish is done
|
151 |
+
2024-05-14 10:31:25,567 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 13
|
152 |
+
2024-05-14 10:31:25,567 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: poll_exit
|
153 |
+
2024-05-14 10:31:25,567 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
154 |
+
2024-05-14 10:31:25,567 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 13
|
155 |
+
2024-05-14 10:31:25,567 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
156 |
+
2024-05-14 10:31:25,567 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 13
|
157 |
+
2024-05-14 10:31:25,567 INFO SenderThread:10010 [sender.py:transition_state():613] send defer: 14
|
158 |
+
2024-05-14 10:31:25,567 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: defer
|
159 |
+
2024-05-14 10:31:25,567 DEBUG SenderThread:10010 [sender.py:send():378] send: final
|
160 |
+
2024-05-14 10:31:25,567 DEBUG SenderThread:10010 [sender.py:send():378] send: footer
|
161 |
+
2024-05-14 10:31:25,567 INFO HandlerThread:10010 [handler.py:handle_request_defer():184] handle defer: 14
|
162 |
+
2024-05-14 10:31:25,568 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: defer
|
163 |
+
2024-05-14 10:31:25,568 INFO SenderThread:10010 [sender.py:send_request_defer():609] handle sender defer: 14
|
164 |
+
2024-05-14 10:31:25,568 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: poll_exit
|
165 |
+
2024-05-14 10:31:25,568 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: poll_exit
|
166 |
+
2024-05-14 10:31:25,568 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: poll_exit
|
167 |
+
2024-05-14 10:31:25,568 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: poll_exit
|
168 |
+
2024-05-14 10:31:25,569 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: server_info
|
169 |
+
2024-05-14 10:31:25,569 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: get_summary
|
170 |
+
2024-05-14 10:31:25,569 DEBUG SenderThread:10010 [sender.py:send_request():405] send_request: server_info
|
171 |
+
2024-05-14 10:31:25,570 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: sampled_history
|
172 |
+
2024-05-14 10:31:25,570 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: internal_messages
|
173 |
+
2024-05-14 10:31:25,620 INFO MainThread:10010 [wandb_run.py:_footer_history_summary_info():3994] rendering history
|
174 |
+
2024-05-14 10:31:25,620 INFO MainThread:10010 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
|
175 |
+
2024-05-14 10:31:25,621 INFO MainThread:10010 [wandb_run.py:_footer_sync_info():3953] logging synced files
|
176 |
+
2024-05-14 10:31:25,621 DEBUG HandlerThread:10010 [handler.py:handle_request():158] handle_request: shutdown
|
177 |
+
2024-05-14 10:31:25,621 INFO HandlerThread:10010 [handler.py:finish():882] shutting down handler
|
178 |
+
2024-05-14 10:31:26,569 INFO WriterThread:10010 [datastore.py:close():296] close: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/run-v2q64sh9.wandb
|
179 |
+
2024-05-14 10:31:26,620 INFO SenderThread:10010 [sender.py:finish():1545] shutting down sender
|
180 |
+
2024-05-14 10:31:26,620 INFO SenderThread:10010 [file_pusher.py:finish():169] shutting down file pusher
|
181 |
+
2024-05-14 10:31:26,620 INFO SenderThread:10010 [file_pusher.py:join():175] waiting for file pusher
|
lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/logs/debug.log
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
|
2 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_setup.py:_flush():76] Configure stats pid to 8781
|
3 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
|
4 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_setup.py:_flush():76] Loading settings from /data/cronscript/lm-evaluation-harness/wandb/settings
|
5 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-05-14 10:31:17,048 WARNING MainThread:8781 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
|
8 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
|
9 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_setup.py:_flush():76] Applying login settings: {}
|
10 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_init.py:_log_setup():520] Logging user logs to /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/logs/debug.log
|
11 |
+
2024-05-14 10:31:17,048 INFO MainThread:8781 [wandb_init.py:_log_setup():521] Logging internal logs to /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/logs/debug-internal.log
|
12 |
+
2024-05-14 10:31:17,049 INFO MainThread:8781 [wandb_init.py:init():560] calling init triggers
|
13 |
+
2024-05-14 10:31:17,049 INFO MainThread:8781 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
|
14 |
+
config: {}
|
15 |
+
2024-05-14 10:31:17,049 INFO MainThread:8781 [wandb_init.py:init():610] starting backend
|
16 |
+
2024-05-14 10:31:17,049 INFO MainThread:8781 [wandb_init.py:init():614] setting up manager
|
17 |
+
2024-05-14 10:31:17,050 INFO MainThread:8781 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
18 |
+
2024-05-14 10:31:17,051 INFO MainThread:8781 [wandb_init.py:init():622] backend started and connected
|
19 |
+
2024-05-14 10:31:17,056 INFO MainThread:8781 [wandb_init.py:init():711] updated telemetry
|
20 |
+
2024-05-14 10:31:17,067 INFO MainThread:8781 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-05-14 10:31:17,359 INFO MainThread:8781 [wandb_run.py:_on_init():2396] communicating current version
|
22 |
+
2024-05-14 10:31:17,437 INFO MainThread:8781 [wandb_run.py:_on_init():2405] got version response
|
23 |
+
2024-05-14 10:31:17,437 INFO MainThread:8781 [wandb_init.py:init():795] starting run threads in backend
|
24 |
+
2024-05-14 10:31:17,660 INFO MainThread:8781 [wandb_run.py:_console_start():2374] atexit reg
|
25 |
+
2024-05-14 10:31:17,660 INFO MainThread:8781 [wandb_run.py:_redirect():2229] redirect: wrap_raw
|
26 |
+
2024-05-14 10:31:17,661 INFO MainThread:8781 [wandb_run.py:_redirect():2294] Wrapping output streams.
|
27 |
+
2024-05-14 10:31:17,661 INFO MainThread:8781 [wandb_run.py:_redirect():2319] Redirects installed.
|
28 |
+
2024-05-14 10:31:17,662 INFO MainThread:8781 [wandb_init.py:init():838] run started, returning control to user process
|
lm-evaluation-harness/wandb/run-20240514_103117-v2q64sh9/run-v2q64sh9.wandb
ADDED
Binary file (12.1 kB). View file
|
|
lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/config.yaml
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.12
|
7 |
+
cli_version: 0.17.0
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.41.0
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1716399833
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 5
|
17 |
+
- 11
|
18 |
+
- 49
|
19 |
+
- 51
|
20 |
+
- 53
|
21 |
+
- 55
|
22 |
+
- 71
|
23 |
+
- 98
|
24 |
+
- 100
|
25 |
+
2:
|
26 |
+
- 1
|
27 |
+
- 5
|
28 |
+
- 11
|
29 |
+
- 49
|
30 |
+
- 51
|
31 |
+
- 53
|
32 |
+
- 55
|
33 |
+
- 71
|
34 |
+
- 98
|
35 |
+
- 100
|
36 |
+
3:
|
37 |
+
- 23
|
38 |
+
4: 3.10.12
|
39 |
+
5: 0.17.0
|
40 |
+
6: 4.41.0
|
41 |
+
8:
|
42 |
+
- 5
|
43 |
+
13: linux-x86_64
|
lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/output.log
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-22:17:43:54,109 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-22:17:44:02,733 INFO [__main__.py:335] Selected Tasks: ['arc_easy', 'hellaswag', 'mrpc', 'openbookqa', 'sst2', 'winogrande']
|
4 |
+
2024-05-22:17:44:02,734 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
|
5 |
+
2024-05-22:17:44:02,735 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step100'}
|
6 |
+
2024-05-22:17:44:05,037 INFO [huggingface.py:164] Using device 'cuda'
|
7 |
+
Traceback (most recent call last):
|
8 |
+
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
|
9 |
+
return _run_code(code, main_globals, None,
|
10 |
+
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
|
11 |
+
exec(code, run_globals)
|
12 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 417, in <module>
|
13 |
+
cli_evaluate()
|
14 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 341, in cli_evaluate
|
15 |
+
results = evaluator.simple_evaluate(
|
16 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/utils.py", line 288, in _wrapper
|
17 |
+
return fn(*args, **kwargs)
|
18 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/evaluator.py", line 180, in simple_evaluate
|
19 |
+
lm = lm_eval.api.registry.get_model(model).create_from_arg_string(
|
20 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/api/model.py", line 134, in create_from_arg_string
|
21 |
+
return cls(**args, **args2)
|
22 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 190, in __init__
|
23 |
+
self._get_config(
|
24 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 471, in _get_config
|
25 |
+
self._config = transformers.AutoConfig.from_pretrained(
|
26 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py", line 934, in from_pretrained
|
27 |
+
config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
|
28 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 632, in get_config_dict
|
29 |
+
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
|
30 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 689, in _get_config_dict
|
31 |
+
resolved_config_file = cached_file(
|
32 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 370, in cached_file
|
33 |
+
raise EnvironmentError(
|
34 |
+
OSError: /mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step100 does not appear to have a file named config.json. Checkout 'https://huggingface.co//mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step100/tree/main' for available files.
|
lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/logs/debug-internal.log
ADDED
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-22 17:43:53,374 INFO StreamThr :800 [internal.py:wandb_internal():85] W&B internal server running at pid: 800, started at: 2024-05-22 17:43:53.372084
|
2 |
+
2024-05-22 17:43:53,378 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: status
|
3 |
+
2024-05-22 17:43:53,379 INFO WriterThread:800 [datastore.py:open_for_write():87] open: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/run-q6n3ywdp.wandb
|
4 |
+
2024-05-22 17:43:53,381 DEBUG SenderThread:800 [sender.py:send():378] send: header
|
5 |
+
2024-05-22 17:43:53,385 DEBUG SenderThread:800 [sender.py:send():378] send: run
|
6 |
+
2024-05-22 17:43:53,707 INFO SenderThread:800 [dir_watcher.py:__init__():211] watching files in: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files
|
7 |
+
2024-05-22 17:43:53,707 INFO SenderThread:800 [sender.py:_start_run_threads():1123] run started: q6n3ywdp with start time 1716399833.371926
|
8 |
+
2024-05-22 17:43:53,713 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: check_version
|
9 |
+
2024-05-22 17:43:53,714 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: check_version
|
10 |
+
2024-05-22 17:43:53,830 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: run_start
|
11 |
+
2024-05-22 17:43:53,832 DEBUG HandlerThread:800 [system_info.py:__init__():26] System info init
|
12 |
+
2024-05-22 17:43:53,832 DEBUG HandlerThread:800 [system_info.py:__init__():41] System info init done
|
13 |
+
2024-05-22 17:43:53,832 INFO HandlerThread:800 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-05-22 17:43:53,832 INFO SystemMonitor:800 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-05-22 17:43:53,832 INFO HandlerThread:800 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-05-22 17:43:53,840 INFO SystemMonitor:800 [interfaces.py:start():188] Started cpu monitoring
|
17 |
+
2024-05-22 17:43:53,840 INFO SystemMonitor:800 [interfaces.py:start():188] Started disk monitoring
|
18 |
+
2024-05-22 17:43:53,842 INFO SystemMonitor:800 [interfaces.py:start():188] Started memory monitoring
|
19 |
+
2024-05-22 17:43:53,842 INFO SystemMonitor:800 [interfaces.py:start():188] Started network monitoring
|
20 |
+
2024-05-22 17:43:53,906 DEBUG HandlerThread:800 [system_info.py:probe():150] Probing system
|
21 |
+
2024-05-22 17:43:53,909 DEBUG HandlerThread:800 [system_info.py:_probe_git():135] Probing git
|
22 |
+
2024-05-22 17:43:53,919 ERROR HandlerThread:800 [gitlib.py:root():92] git root error: Cmd('git') failed due to: exit code(128)
|
23 |
+
cmdline: git rev-parse --show-toplevel
|
24 |
+
stderr: 'fatal: detected dubious ownership in repository at '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
|
25 |
+
To add an exception for this directory, call:
|
26 |
+
|
27 |
+
git config --global --add safe.directory /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
|
28 |
+
2024-05-22 17:43:53,920 DEBUG HandlerThread:800 [system_info.py:_probe_git():143] Probing git done
|
29 |
+
2024-05-22 17:43:53,920 DEBUG HandlerThread:800 [system_info.py:probe():198] Probing system done
|
30 |
+
2024-05-22 17:43:53,920 DEBUG HandlerThread:800 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-92-generic-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-05-22T17:43:53.906296', 'startedAt': '2024-05-22T17:43:53.349389', 'docker': None, 'cuda': None, 'args': ('--model', 'hf', '--model_args', 'pretrained=/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step100', '--tasks', 'hellaswag,arc_easy,openbookqa,winogrande,sst2,mrpc', '--batch_size', 'auto', '--wandb_args', 'project=bharatgpt,group=trial_expt_2'), 'state': 'running', 'program': '-m lm_eval.__main__', 'codePathLocal': None, 'git': {'remote': 'https://github.com/EleutherAI/lm-evaluation-harness', 'commit': None}, 'email': None, 'root': '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness', 'host': 'peacock-evaluation-worker-0', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 80, 'cpu_count_logical': 160, 'cpu_freq': {'current': 2327.5, 'min': 800.0, 'max': 3400.0}, 'cpu_freq_per_core': [{'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}], 'disk': {'/': {'total': 877.6341285705566, 'used': 211.65006637573242}}, 'memory': {'total': 1007.4379997253418}}
|
31 |
+
2024-05-22 17:43:53,920 INFO HandlerThread:800 [system_monitor.py:probe():224] Finished collecting system info
|
32 |
+
2024-05-22 17:43:53,920 INFO HandlerThread:800 [system_monitor.py:probe():227] Publishing system info
|
33 |
+
2024-05-22 17:43:53,923 INFO HandlerThread:800 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-05-22 17:43:53,928 DEBUG SenderThread:800 [sender.py:send():378] send: files
|
35 |
+
2024-05-22 17:43:53,928 INFO SenderThread:800 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
|
36 |
+
2024-05-22 17:43:54,103 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: python_packages
|
37 |
+
2024-05-22 17:43:54,104 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: python_packages
|
38 |
+
2024-05-22 17:43:54,106 DEBUG SenderThread:800 [sender.py:send():378] send: telemetry
|
39 |
+
2024-05-22 17:43:54,149 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: stop_status
|
40 |
+
2024-05-22 17:43:54,150 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: stop_status
|
41 |
+
2024-05-22 17:43:54,542 INFO wandb-upload_0:800 [upload_job.py:push():130] Uploaded file /tmp/tmp2hynoasrwandb/kdt1jxc7-wandb-metadata.json
|
42 |
+
2024-05-22 17:43:54,709 INFO Thread-12 :800 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/requirements.txt
|
43 |
+
2024-05-22 17:43:54,709 INFO Thread-12 :800 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/output.log
|
44 |
+
2024-05-22 17:43:54,709 INFO Thread-12 :800 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/wandb-metadata.json
|
45 |
+
2024-05-22 17:43:56,708 INFO Thread-12 :800 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/output.log
|
46 |
+
2024-05-22 17:43:59,285 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: status_report
|
47 |
+
2024-05-22 17:44:04,717 INFO Thread-12 :800 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/output.log
|
48 |
+
2024-05-22 17:44:04,736 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: status_report
|
49 |
+
2024-05-22 17:44:05,049 DEBUG SenderThread:800 [sender.py:send():378] send: exit
|
50 |
+
2024-05-22 17:44:05,049 INFO SenderThread:800 [sender.py:send_exit():585] handling exit code: 1
|
51 |
+
2024-05-22 17:44:05,049 INFO SenderThread:800 [sender.py:send_exit():587] handling runtime: 11
|
52 |
+
2024-05-22 17:44:05,050 INFO SenderThread:800 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
53 |
+
2024-05-22 17:44:05,051 INFO SenderThread:800 [sender.py:send_exit():593] send defer
|
54 |
+
2024-05-22 17:44:05,051 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
55 |
+
2024-05-22 17:44:05,051 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 0
|
56 |
+
2024-05-22 17:44:05,051 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
57 |
+
2024-05-22 17:44:05,051 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 0
|
58 |
+
2024-05-22 17:44:05,051 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 1
|
59 |
+
2024-05-22 17:44:05,051 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
60 |
+
2024-05-22 17:44:05,051 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 1
|
61 |
+
2024-05-22 17:44:05,051 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
62 |
+
2024-05-22 17:44:05,051 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 1
|
63 |
+
2024-05-22 17:44:05,051 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 2
|
64 |
+
2024-05-22 17:44:05,051 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
65 |
+
2024-05-22 17:44:05,052 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 2
|
66 |
+
2024-05-22 17:44:05,052 INFO HandlerThread:800 [system_monitor.py:finish():203] Stopping system monitor
|
67 |
+
2024-05-22 17:44:05,052 DEBUG SystemMonitor:800 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
68 |
+
2024-05-22 17:44:05,052 DEBUG SystemMonitor:800 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
69 |
+
2024-05-22 17:44:05,052 DEBUG SystemMonitor:800 [system_monitor.py:_start():183] Publishing last batch of metrics
|
70 |
+
2024-05-22 17:44:05,055 INFO HandlerThread:800 [interfaces.py:finish():200] Joined cpu monitor
|
71 |
+
2024-05-22 17:44:05,055 INFO HandlerThread:800 [interfaces.py:finish():200] Joined disk monitor
|
72 |
+
2024-05-22 17:44:05,055 INFO HandlerThread:800 [interfaces.py:finish():200] Joined memory monitor
|
73 |
+
2024-05-22 17:44:05,055 INFO HandlerThread:800 [interfaces.py:finish():200] Joined network monitor
|
74 |
+
2024-05-22 17:44:05,056 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
75 |
+
2024-05-22 17:44:05,056 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 2
|
76 |
+
2024-05-22 17:44:05,056 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 3
|
77 |
+
2024-05-22 17:44:05,056 DEBUG SenderThread:800 [sender.py:send():378] send: stats
|
78 |
+
2024-05-22 17:44:05,057 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
79 |
+
2024-05-22 17:44:05,057 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 3
|
80 |
+
2024-05-22 17:44:05,057 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
81 |
+
2024-05-22 17:44:05,057 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 3
|
82 |
+
2024-05-22 17:44:05,057 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 4
|
83 |
+
2024-05-22 17:44:05,057 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
84 |
+
2024-05-22 17:44:05,057 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 4
|
85 |
+
2024-05-22 17:44:05,058 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
86 |
+
2024-05-22 17:44:05,058 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 4
|
87 |
+
2024-05-22 17:44:05,058 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 5
|
88 |
+
2024-05-22 17:44:05,058 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
89 |
+
2024-05-22 17:44:05,058 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 5
|
90 |
+
2024-05-22 17:44:05,058 DEBUG SenderThread:800 [sender.py:send():378] send: summary
|
91 |
+
2024-05-22 17:44:05,059 INFO SenderThread:800 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
92 |
+
2024-05-22 17:44:05,059 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
93 |
+
2024-05-22 17:44:05,059 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 5
|
94 |
+
2024-05-22 17:44:05,059 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 6
|
95 |
+
2024-05-22 17:44:05,059 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
96 |
+
2024-05-22 17:44:05,059 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 6
|
97 |
+
2024-05-22 17:44:05,059 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
98 |
+
2024-05-22 17:44:05,059 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 6
|
99 |
+
2024-05-22 17:44:05,064 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: status_report
|
100 |
+
2024-05-22 17:44:05,132 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 7
|
101 |
+
2024-05-22 17:44:05,132 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
102 |
+
2024-05-22 17:44:05,133 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 7
|
103 |
+
2024-05-22 17:44:05,133 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
104 |
+
2024-05-22 17:44:05,133 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 7
|
105 |
+
2024-05-22 17:44:05,718 INFO Thread-12 :800 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/config.yaml
|
106 |
+
2024-05-22 17:44:05,719 INFO Thread-12 :800 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/wandb-summary.json
|
107 |
+
2024-05-22 17:44:06,049 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: poll_exit
|
108 |
+
2024-05-22 17:44:06,306 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 8
|
109 |
+
2024-05-22 17:44:06,306 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: poll_exit
|
110 |
+
2024-05-22 17:44:06,306 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
111 |
+
2024-05-22 17:44:06,306 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 8
|
112 |
+
2024-05-22 17:44:06,307 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
113 |
+
2024-05-22 17:44:06,307 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 8
|
114 |
+
2024-05-22 17:44:06,307 INFO SenderThread:800 [job_builder.py:build():432] Attempting to build job artifact
|
115 |
+
2024-05-22 17:44:06,307 INFO SenderThread:800 [job_builder.py:_get_source_type():576] no source found
|
116 |
+
2024-05-22 17:44:06,307 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 9
|
117 |
+
2024-05-22 17:44:06,307 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
118 |
+
2024-05-22 17:44:06,307 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 9
|
119 |
+
2024-05-22 17:44:06,308 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
120 |
+
2024-05-22 17:44:06,308 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 9
|
121 |
+
2024-05-22 17:44:06,308 INFO SenderThread:800 [dir_watcher.py:finish():358] shutting down directory watcher
|
122 |
+
2024-05-22 17:44:06,720 INFO SenderThread:800 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/output.log
|
123 |
+
2024-05-22 17:44:06,720 INFO SenderThread:800 [dir_watcher.py:finish():388] scan: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files
|
124 |
+
2024-05-22 17:44:06,720 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/wandb-metadata.json wandb-metadata.json
|
125 |
+
2024-05-22 17:44:06,720 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/wandb-summary.json wandb-summary.json
|
126 |
+
2024-05-22 17:44:06,721 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/requirements.txt requirements.txt
|
127 |
+
2024-05-22 17:44:06,723 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/output.log output.log
|
128 |
+
2024-05-22 17:44:06,723 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/config.yaml config.yaml
|
129 |
+
2024-05-22 17:44:06,723 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 10
|
130 |
+
2024-05-22 17:44:06,723 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
131 |
+
2024-05-22 17:44:06,724 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 10
|
132 |
+
2024-05-22 17:44:06,724 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
133 |
+
2024-05-22 17:44:06,724 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 10
|
134 |
+
2024-05-22 17:44:06,724 INFO SenderThread:800 [file_pusher.py:finish():169] shutting down file pusher
|
135 |
+
2024-05-22 17:44:06,964 INFO wandb-upload_0:800 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/wandb-summary.json
|
136 |
+
2024-05-22 17:44:07,049 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: poll_exit
|
137 |
+
2024-05-22 17:44:07,049 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: poll_exit
|
138 |
+
2024-05-22 17:44:07,246 INFO wandb-upload_1:800 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/requirements.txt
|
139 |
+
2024-05-22 17:44:07,290 INFO wandb-upload_2:800 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/output.log
|
140 |
+
2024-05-22 17:44:07,340 INFO wandb-upload_3:800 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/files/config.yaml
|
141 |
+
2024-05-22 17:44:07,540 INFO Thread-11 (_thread_body):800 [sender.py:transition_state():613] send defer: 11
|
142 |
+
2024-05-22 17:44:07,540 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
143 |
+
2024-05-22 17:44:07,540 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 11
|
144 |
+
2024-05-22 17:44:07,540 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
145 |
+
2024-05-22 17:44:07,540 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 11
|
146 |
+
2024-05-22 17:44:07,540 INFO SenderThread:800 [file_pusher.py:join():175] waiting for file pusher
|
147 |
+
2024-05-22 17:44:07,541 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 12
|
148 |
+
2024-05-22 17:44:07,541 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
149 |
+
2024-05-22 17:44:07,541 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 12
|
150 |
+
2024-05-22 17:44:07,541 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
151 |
+
2024-05-22 17:44:07,541 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 12
|
152 |
+
2024-05-22 17:44:07,541 INFO SenderThread:800 [file_stream.py:finish():601] file stream finish called
|
153 |
+
2024-05-22 17:44:07,864 INFO SenderThread:800 [file_stream.py:finish():605] file stream finish is done
|
154 |
+
2024-05-22 17:44:07,864 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 13
|
155 |
+
2024-05-22 17:44:07,864 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
156 |
+
2024-05-22 17:44:07,864 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 13
|
157 |
+
2024-05-22 17:44:07,864 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
158 |
+
2024-05-22 17:44:07,864 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 13
|
159 |
+
2024-05-22 17:44:07,864 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 14
|
160 |
+
2024-05-22 17:44:07,864 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
161 |
+
2024-05-22 17:44:07,864 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 14
|
162 |
+
2024-05-22 17:44:07,865 DEBUG SenderThread:800 [sender.py:send():378] send: final
|
163 |
+
2024-05-22 17:44:07,865 DEBUG SenderThread:800 [sender.py:send():378] send: footer
|
164 |
+
2024-05-22 17:44:07,865 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
165 |
+
2024-05-22 17:44:07,865 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 14
|
166 |
+
2024-05-22 17:44:07,866 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: poll_exit
|
167 |
+
2024-05-22 17:44:07,866 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: poll_exit
|
168 |
+
2024-05-22 17:44:07,866 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: server_info
|
169 |
+
2024-05-22 17:44:07,866 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: get_summary
|
170 |
+
2024-05-22 17:44:07,866 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: sampled_history
|
171 |
+
2024-05-22 17:44:07,866 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: internal_messages
|
172 |
+
2024-05-22 17:44:07,866 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: poll_exit
|
173 |
+
2024-05-22 17:44:07,866 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: poll_exit
|
174 |
+
2024-05-22 17:44:07,867 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: server_info
|
175 |
+
2024-05-22 17:44:07,921 INFO MainThread:800 [wandb_run.py:_footer_history_summary_info():3994] rendering history
|
176 |
+
2024-05-22 17:44:07,921 INFO MainThread:800 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
|
177 |
+
2024-05-22 17:44:07,921 INFO MainThread:800 [wandb_run.py:_footer_sync_info():3953] logging synced files
|
178 |
+
2024-05-22 17:44:07,921 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: shutdown
|
179 |
+
2024-05-22 17:44:07,921 INFO HandlerThread:800 [handler.py:finish():882] shutting down handler
|
180 |
+
2024-05-22 17:44:08,866 INFO WriterThread:800 [datastore.py:close():296] close: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/run-q6n3ywdp.wandb
|
181 |
+
2024-05-22 17:44:08,920 INFO SenderThread:800 [sender.py:finish():1545] shutting down sender
|
182 |
+
2024-05-22 17:44:08,921 INFO SenderThread:800 [file_pusher.py:finish():169] shutting down file pusher
|
183 |
+
2024-05-22 17:44:08,921 INFO SenderThread:800 [file_pusher.py:join():175] waiting for file pusher
|
lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/logs/debug.log
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-22 17:43:53,365 INFO MainThread:644 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
|
2 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_setup.py:_flush():76] Configure stats pid to 644
|
3 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
|
4 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_setup.py:_flush():76] Loading settings from /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/settings
|
5 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-05-22 17:43:53,366 WARNING MainThread:644 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
|
8 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
|
9 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_setup.py:_flush():76] Applying login settings: {}
|
10 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_init.py:_log_setup():520] Logging user logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/logs/debug.log
|
11 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_init.py:_log_setup():521] Logging internal logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/logs/debug-internal.log
|
12 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_init.py:init():560] calling init triggers
|
13 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
|
14 |
+
config: {}
|
15 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_init.py:init():610] starting backend
|
16 |
+
2024-05-22 17:43:53,366 INFO MainThread:644 [wandb_init.py:init():614] setting up manager
|
17 |
+
2024-05-22 17:43:53,370 INFO MainThread:644 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
18 |
+
2024-05-22 17:43:53,371 INFO MainThread:644 [wandb_init.py:init():622] backend started and connected
|
19 |
+
2024-05-22 17:43:53,375 INFO MainThread:644 [wandb_init.py:init():711] updated telemetry
|
20 |
+
2024-05-22 17:43:53,385 INFO MainThread:644 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-05-22 17:43:53,713 INFO MainThread:644 [wandb_run.py:_on_init():2396] communicating current version
|
22 |
+
2024-05-22 17:43:53,823 INFO MainThread:644 [wandb_run.py:_on_init():2405] got version response
|
23 |
+
2024-05-22 17:43:53,824 INFO MainThread:644 [wandb_init.py:init():795] starting run threads in backend
|
24 |
+
2024-05-22 17:43:54,104 INFO MainThread:644 [wandb_run.py:_console_start():2374] atexit reg
|
25 |
+
2024-05-22 17:43:54,105 INFO MainThread:644 [wandb_run.py:_redirect():2229] redirect: wrap_raw
|
26 |
+
2024-05-22 17:43:54,105 INFO MainThread:644 [wandb_run.py:_redirect():2294] Wrapping output streams.
|
27 |
+
2024-05-22 17:43:54,105 INFO MainThread:644 [wandb_run.py:_redirect():2319] Redirects installed.
|
28 |
+
2024-05-22 17:43:54,106 INFO MainThread:644 [wandb_init.py:init():838] run started, returning control to user process
|
29 |
+
2024-05-22 17:44:08,922 WARNING MsgRouterThr:644 [router.py:message_loop():77] message_loop has been closed
|
lm-evaluation-harness/wandb/run-20240522_174353-q6n3ywdp/run-q6n3ywdp.wandb
ADDED
Binary file (11.1 kB). View file
|
|
lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/config.yaml
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.12
|
7 |
+
cli_version: 0.17.0
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.41.0
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1716404137
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 5
|
17 |
+
- 11
|
18 |
+
- 49
|
19 |
+
- 51
|
20 |
+
- 53
|
21 |
+
- 55
|
22 |
+
- 71
|
23 |
+
- 98
|
24 |
+
- 100
|
25 |
+
2:
|
26 |
+
- 1
|
27 |
+
- 5
|
28 |
+
- 11
|
29 |
+
- 49
|
30 |
+
- 51
|
31 |
+
- 53
|
32 |
+
- 55
|
33 |
+
- 71
|
34 |
+
- 98
|
35 |
+
- 100
|
36 |
+
3:
|
37 |
+
- 23
|
38 |
+
4: 3.10.12
|
39 |
+
5: 0.17.0
|
40 |
+
6: 4.41.0
|
41 |
+
8:
|
42 |
+
- 5
|
43 |
+
13: linux-x86_64
|
lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/output.log
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-22:18:55:38,331 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-22:18:55:46,805 INFO [__main__.py:335] Selected Tasks: ['arc_easy', 'hellaswag', 'mrpc', 'openbookqa', 'sst2', 'winogrande']
|
4 |
+
2024-05-22:18:55:46,806 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
|
5 |
+
2024-05-22:18:55:46,807 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step2000'}
|
6 |
+
2024-05-22:18:55:49,108 INFO [huggingface.py:164] Using device 'cuda'
|
7 |
+
Traceback (most recent call last):
|
8 |
+
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
|
9 |
+
return _run_code(code, main_globals, None,
|
10 |
+
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
|
11 |
+
exec(code, run_globals)
|
12 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 417, in <module>
|
13 |
+
cli_evaluate()
|
14 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 341, in cli_evaluate
|
15 |
+
results = evaluator.simple_evaluate(
|
16 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/utils.py", line 288, in _wrapper
|
17 |
+
return fn(*args, **kwargs)
|
18 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/evaluator.py", line 180, in simple_evaluate
|
19 |
+
lm = lm_eval.api.registry.get_model(model).create_from_arg_string(
|
20 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/api/model.py", line 134, in create_from_arg_string
|
21 |
+
return cls(**args, **args2)
|
22 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 190, in __init__
|
23 |
+
self._get_config(
|
24 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 471, in _get_config
|
25 |
+
self._config = transformers.AutoConfig.from_pretrained(
|
26 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py", line 934, in from_pretrained
|
27 |
+
config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
|
28 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 632, in get_config_dict
|
29 |
+
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
|
30 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 689, in _get_config_dict
|
31 |
+
resolved_config_file = cached_file(
|
32 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 370, in cached_file
|
33 |
+
raise EnvironmentError(
|
34 |
+
OSError: /mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step2000 does not appear to have a file named config.json. Checkout 'https://huggingface.co//mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step2000/tree/main' for available files.
|
lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/requirements.txt
ADDED
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DataProperty==1.0.1
|
2 |
+
GitPython==3.1.43
|
3 |
+
Jinja2==3.1.4
|
4 |
+
Markdown==3.6
|
5 |
+
MarkupSafe==2.1.5
|
6 |
+
Pillow-SIMD==7.0.0.post3
|
7 |
+
PyYAML==6.0
|
8 |
+
Werkzeug==3.0.3
|
9 |
+
absl-py==2.1.0
|
10 |
+
accelerate==0.30.1
|
11 |
+
aiohttp==3.9.5
|
12 |
+
aiosignal==1.3.1
|
13 |
+
async-timeout==4.0.3
|
14 |
+
attrs==23.2.0
|
15 |
+
av==9.2.0
|
16 |
+
cachetools==5.3.3
|
17 |
+
certifi==2024.2.2
|
18 |
+
cffi==1.15.1
|
19 |
+
cfgv==3.4.0
|
20 |
+
chardet==5.2.0
|
21 |
+
charset-normalizer==3.3.2
|
22 |
+
click==8.1.7
|
23 |
+
cmake==3.29.2
|
24 |
+
colorama==0.4.6
|
25 |
+
datasets==2.19.1
|
26 |
+
deepspeed==0.12.4+hpu.synapse.v1.15.1
|
27 |
+
dill==0.3.8
|
28 |
+
distlib==0.3.8
|
29 |
+
docker-pycreds==0.4.0
|
30 |
+
einops==0.8.0
|
31 |
+
evaluate==0.4.2
|
32 |
+
exceptiongroup==1.2.1
|
33 |
+
expecttest==0.2.1
|
34 |
+
filelock==3.14.0
|
35 |
+
frozenlist==1.4.1
|
36 |
+
fsspec==2024.3.1
|
37 |
+
gitdb==4.0.11
|
38 |
+
google-auth-oauthlib==0.4.6
|
39 |
+
google-auth==2.29.0
|
40 |
+
grpcio==1.63.0
|
41 |
+
habana-media-loader==1.15.1.15
|
42 |
+
habana-pyhlml==1.15.1.15
|
43 |
+
habana-torch-dataloader==1.15.1.15
|
44 |
+
habana-torch-plugin==1.15.1.15
|
45 |
+
habana_gpu_migration==1.15.1.15
|
46 |
+
habana_quantization_toolkit==1.15.1.15
|
47 |
+
hjson==3.1.0
|
48 |
+
huggingface-hub==0.23.1
|
49 |
+
identify==2.5.36
|
50 |
+
idna==3.7
|
51 |
+
iniconfig==2.0.0
|
52 |
+
joblib==1.4.2
|
53 |
+
jsonlines==4.0.0
|
54 |
+
lightning-habana==1.4.0
|
55 |
+
lightning-utilities==0.11.2
|
56 |
+
lightning==2.2.0.post0
|
57 |
+
lm_eval==0.4.2
|
58 |
+
lm_eval==0.4.2
|
59 |
+
lm_eval==0.4.2
|
60 |
+
lxml==5.2.2
|
61 |
+
mbstrdecoder==1.1.3
|
62 |
+
more-itertools==10.2.0
|
63 |
+
mpi4py==3.1.4
|
64 |
+
mpmath==1.3.0
|
65 |
+
multidict==6.0.5
|
66 |
+
multiprocess==0.70.16
|
67 |
+
networkx==3.3
|
68 |
+
ninja==1.11.1.1
|
69 |
+
nltk==3.8.1
|
70 |
+
nodeenv==1.8.0
|
71 |
+
numexpr==2.10.0
|
72 |
+
numpy==1.23.5
|
73 |
+
oauthlib==3.2.2
|
74 |
+
packaging==24.0
|
75 |
+
pandas==2.0.1
|
76 |
+
pathspec==0.12.1
|
77 |
+
pathvalidate==3.2.0
|
78 |
+
peft==0.11.1
|
79 |
+
perfetto==0.7.0
|
80 |
+
pillow==10.3.0
|
81 |
+
pip==22.0.2
|
82 |
+
pip==23.3.1
|
83 |
+
platformdirs==4.2.1
|
84 |
+
pluggy==1.5.0
|
85 |
+
portalocker==2.8.2
|
86 |
+
pre-commit==3.3.3
|
87 |
+
pretty-errors==1.2.25
|
88 |
+
protobuf==3.20.3
|
89 |
+
psutil==5.9.8
|
90 |
+
py-cpuinfo==9.0.0
|
91 |
+
pyarrow-hotfix==0.6
|
92 |
+
pyarrow==16.1.0
|
93 |
+
pyasn1==0.6.0
|
94 |
+
pyasn1_modules==0.4.0
|
95 |
+
pybind11==2.10.4
|
96 |
+
pycparser==2.22
|
97 |
+
pydantic==1.10.13
|
98 |
+
pynvml==8.0.4
|
99 |
+
pytablewriter==1.2.0
|
100 |
+
pytest==8.2.0
|
101 |
+
python-dateutil==2.9.0.post0
|
102 |
+
pytorch-lightning==2.2.4
|
103 |
+
pytz==2024.1
|
104 |
+
regex==2023.5.5
|
105 |
+
requests-oauthlib==2.0.0
|
106 |
+
requests==2.31.0
|
107 |
+
rouge_score==0.1.2
|
108 |
+
rsa==4.9
|
109 |
+
sacrebleu==2.4.2
|
110 |
+
safetensors==0.4.3
|
111 |
+
scikit-learn==1.5.0
|
112 |
+
scipy==1.13.0
|
113 |
+
sentencepiece==0.2.0
|
114 |
+
sentry-sdk==2.2.1
|
115 |
+
setproctitle==1.3.3
|
116 |
+
setuptools==59.6.0
|
117 |
+
setuptools==69.5.1
|
118 |
+
six==1.16.0
|
119 |
+
smmap==5.0.1
|
120 |
+
sqlitedict==2.1.0
|
121 |
+
symengine==0.11.0
|
122 |
+
sympy==1.12
|
123 |
+
tabledata==1.3.3
|
124 |
+
tabulate==0.9.0
|
125 |
+
tcolorpy==0.1.6
|
126 |
+
tdqm==0.0.1
|
127 |
+
tensorboard-data-server==0.6.1
|
128 |
+
tensorboard-plugin-wit==1.8.1
|
129 |
+
tensorboard==2.11.2
|
130 |
+
threadpoolctl==3.5.0
|
131 |
+
tokenizers==0.19.1
|
132 |
+
tomli==2.0.1
|
133 |
+
torch==2.2.0a0+git8964477
|
134 |
+
torch_tb_profiler==0.4.0
|
135 |
+
torchaudio==2.2.0+08901ad
|
136 |
+
torchdata==0.7.1+5e6f7b7
|
137 |
+
torchmetrics==1.4.0
|
138 |
+
torchtext==0.17.0+400da5c
|
139 |
+
torchvision==0.17.0+b2383d4
|
140 |
+
tqdm-multiprocess==0.0.11
|
141 |
+
tqdm==4.66.4
|
142 |
+
transformers==4.41.0
|
143 |
+
typepy==1.3.2
|
144 |
+
typing_extensions==4.11.0
|
145 |
+
tzdata==2024.1
|
146 |
+
urllib3==1.26.18
|
147 |
+
virtualenv==20.26.1
|
148 |
+
wandb==0.17.0
|
149 |
+
wheel==0.37.1
|
150 |
+
wheel==0.43.0
|
151 |
+
word2number==1.1
|
152 |
+
xxhash==3.4.1
|
153 |
+
yamllint==1.35.1
|
154 |
+
yarl==1.9.4
|
155 |
+
zstandard==0.22.0
|
lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-metadata.json
ADDED
@@ -0,0 +1,850 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-5.15.0-92-generic-x86_64-with-glibc2.35",
|
3 |
+
"python": "3.10.12",
|
4 |
+
"heartbeatAt": "2024-05-22T18:55:38.129220",
|
5 |
+
"startedAt": "2024-05-22T18:55:37.583172",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [
|
9 |
+
"--model",
|
10 |
+
"hf",
|
11 |
+
"--model_args",
|
12 |
+
"pretrained=/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step2000",
|
13 |
+
"--tasks",
|
14 |
+
"hellaswag,arc_easy,openbookqa,winogrande,sst2,mrpc",
|
15 |
+
"--batch_size",
|
16 |
+
"auto",
|
17 |
+
"--wandb_args",
|
18 |
+
"project=bharatgpt,group=trial_expt_2"
|
19 |
+
],
|
20 |
+
"state": "running",
|
21 |
+
"program": "-m lm_eval.__main__",
|
22 |
+
"codePathLocal": null,
|
23 |
+
"git": {
|
24 |
+
"remote": "https://github.com/EleutherAI/lm-evaluation-harness",
|
25 |
+
"commit": null
|
26 |
+
},
|
27 |
+
"email": null,
|
28 |
+
"root": "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness",
|
29 |
+
"host": "peacock-evaluation-worker-0",
|
30 |
+
"username": "root",
|
31 |
+
"executable": "/usr/bin/python3",
|
32 |
+
"cpu_count": 80,
|
33 |
+
"cpu_count_logical": 160,
|
34 |
+
"cpu_freq": {
|
35 |
+
"current": 2334.25230625,
|
36 |
+
"min": 800.0,
|
37 |
+
"max": 3400.0
|
38 |
+
},
|
39 |
+
"cpu_freq_per_core": [
|
40 |
+
{
|
41 |
+
"current": 3400.0,
|
42 |
+
"min": 800.0,
|
43 |
+
"max": 3400.0
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"current": 3400.0,
|
47 |
+
"min": 800.0,
|
48 |
+
"max": 3400.0
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"current": 2300.0,
|
52 |
+
"min": 800.0,
|
53 |
+
"max": 3400.0
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"current": 2300.0,
|
57 |
+
"min": 800.0,
|
58 |
+
"max": 3400.0
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"current": 2300.0,
|
62 |
+
"min": 800.0,
|
63 |
+
"max": 3400.0
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"current": 2300.0,
|
67 |
+
"min": 800.0,
|
68 |
+
"max": 3400.0
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"current": 2300.0,
|
72 |
+
"min": 800.0,
|
73 |
+
"max": 3400.0
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"current": 2300.0,
|
77 |
+
"min": 800.0,
|
78 |
+
"max": 3400.0
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"current": 2300.0,
|
82 |
+
"min": 800.0,
|
83 |
+
"max": 3400.0
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"current": 2300.0,
|
87 |
+
"min": 800.0,
|
88 |
+
"max": 3400.0
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"current": 2300.0,
|
92 |
+
"min": 800.0,
|
93 |
+
"max": 3400.0
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"current": 2300.0,
|
97 |
+
"min": 800.0,
|
98 |
+
"max": 3400.0
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"current": 2300.0,
|
102 |
+
"min": 800.0,
|
103 |
+
"max": 3400.0
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"current": 2300.0,
|
107 |
+
"min": 800.0,
|
108 |
+
"max": 3400.0
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"current": 2300.0,
|
112 |
+
"min": 800.0,
|
113 |
+
"max": 3400.0
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"current": 2300.0,
|
117 |
+
"min": 800.0,
|
118 |
+
"max": 3400.0
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"current": 2300.0,
|
122 |
+
"min": 800.0,
|
123 |
+
"max": 3400.0
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"current": 2300.0,
|
127 |
+
"min": 800.0,
|
128 |
+
"max": 3400.0
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"current": 2300.0,
|
132 |
+
"min": 800.0,
|
133 |
+
"max": 3400.0
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"current": 2300.0,
|
137 |
+
"min": 800.0,
|
138 |
+
"max": 3400.0
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"current": 2300.0,
|
142 |
+
"min": 800.0,
|
143 |
+
"max": 3400.0
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"current": 2300.0,
|
147 |
+
"min": 800.0,
|
148 |
+
"max": 3400.0
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"current": 2300.0,
|
152 |
+
"min": 800.0,
|
153 |
+
"max": 3400.0
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"current": 2300.0,
|
157 |
+
"min": 800.0,
|
158 |
+
"max": 3400.0
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"current": 2300.0,
|
162 |
+
"min": 800.0,
|
163 |
+
"max": 3400.0
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"current": 2300.0,
|
167 |
+
"min": 800.0,
|
168 |
+
"max": 3400.0
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"current": 2300.0,
|
172 |
+
"min": 800.0,
|
173 |
+
"max": 3400.0
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"current": 2300.0,
|
177 |
+
"min": 800.0,
|
178 |
+
"max": 3400.0
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"current": 2300.0,
|
182 |
+
"min": 800.0,
|
183 |
+
"max": 3400.0
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"current": 2300.0,
|
187 |
+
"min": 800.0,
|
188 |
+
"max": 3400.0
|
189 |
+
},
|
190 |
+
{
|
191 |
+
"current": 2300.0,
|
192 |
+
"min": 800.0,
|
193 |
+
"max": 3400.0
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"current": 2300.0,
|
197 |
+
"min": 800.0,
|
198 |
+
"max": 3400.0
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"current": 2300.0,
|
202 |
+
"min": 800.0,
|
203 |
+
"max": 3400.0
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"current": 2300.0,
|
207 |
+
"min": 800.0,
|
208 |
+
"max": 3400.0
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"current": 2300.0,
|
212 |
+
"min": 800.0,
|
213 |
+
"max": 3400.0
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"current": 2300.0,
|
217 |
+
"min": 800.0,
|
218 |
+
"max": 3400.0
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"current": 2300.0,
|
222 |
+
"min": 800.0,
|
223 |
+
"max": 3400.0
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"current": 2300.0,
|
227 |
+
"min": 800.0,
|
228 |
+
"max": 3400.0
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"current": 2300.0,
|
232 |
+
"min": 800.0,
|
233 |
+
"max": 3400.0
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"current": 2300.0,
|
237 |
+
"min": 800.0,
|
238 |
+
"max": 3400.0
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"current": 3400.0,
|
242 |
+
"min": 800.0,
|
243 |
+
"max": 3400.0
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"current": 2300.0,
|
247 |
+
"min": 800.0,
|
248 |
+
"max": 3400.0
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"current": 2300.0,
|
252 |
+
"min": 800.0,
|
253 |
+
"max": 3400.0
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"current": 2300.0,
|
257 |
+
"min": 800.0,
|
258 |
+
"max": 3400.0
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"current": 2300.0,
|
262 |
+
"min": 800.0,
|
263 |
+
"max": 3400.0
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"current": 2300.0,
|
267 |
+
"min": 800.0,
|
268 |
+
"max": 3400.0
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"current": 2300.0,
|
272 |
+
"min": 800.0,
|
273 |
+
"max": 3400.0
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"current": 2300.0,
|
277 |
+
"min": 800.0,
|
278 |
+
"max": 3400.0
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"current": 2300.0,
|
282 |
+
"min": 800.0,
|
283 |
+
"max": 3400.0
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"current": 2300.0,
|
287 |
+
"min": 800.0,
|
288 |
+
"max": 3400.0
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"current": 2300.0,
|
292 |
+
"min": 800.0,
|
293 |
+
"max": 3400.0
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"current": 2300.0,
|
297 |
+
"min": 800.0,
|
298 |
+
"max": 3400.0
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"current": 2300.0,
|
302 |
+
"min": 800.0,
|
303 |
+
"max": 3400.0
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"current": 2300.0,
|
307 |
+
"min": 800.0,
|
308 |
+
"max": 3400.0
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"current": 2300.0,
|
312 |
+
"min": 800.0,
|
313 |
+
"max": 3400.0
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"current": 2300.0,
|
317 |
+
"min": 800.0,
|
318 |
+
"max": 3400.0
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"current": 2300.0,
|
322 |
+
"min": 800.0,
|
323 |
+
"max": 3400.0
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"current": 2300.0,
|
327 |
+
"min": 800.0,
|
328 |
+
"max": 3400.0
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"current": 2300.0,
|
332 |
+
"min": 800.0,
|
333 |
+
"max": 3400.0
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"current": 2300.0,
|
337 |
+
"min": 800.0,
|
338 |
+
"max": 3400.0
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"current": 2300.0,
|
342 |
+
"min": 800.0,
|
343 |
+
"max": 3400.0
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"current": 2300.0,
|
347 |
+
"min": 800.0,
|
348 |
+
"max": 3400.0
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"current": 2300.0,
|
352 |
+
"min": 800.0,
|
353 |
+
"max": 3400.0
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"current": 2300.0,
|
357 |
+
"min": 800.0,
|
358 |
+
"max": 3400.0
|
359 |
+
},
|
360 |
+
{
|
361 |
+
"current": 2300.0,
|
362 |
+
"min": 800.0,
|
363 |
+
"max": 3400.0
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"current": 2300.0,
|
367 |
+
"min": 800.0,
|
368 |
+
"max": 3400.0
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"current": 2300.0,
|
372 |
+
"min": 800.0,
|
373 |
+
"max": 3400.0
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"current": 2300.0,
|
377 |
+
"min": 800.0,
|
378 |
+
"max": 3400.0
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"current": 2300.0,
|
382 |
+
"min": 800.0,
|
383 |
+
"max": 3400.0
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"current": 2300.0,
|
387 |
+
"min": 800.0,
|
388 |
+
"max": 3400.0
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"current": 2300.0,
|
392 |
+
"min": 800.0,
|
393 |
+
"max": 3400.0
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"current": 2300.0,
|
397 |
+
"min": 800.0,
|
398 |
+
"max": 3400.0
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"current": 2300.0,
|
402 |
+
"min": 800.0,
|
403 |
+
"max": 3400.0
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"current": 2300.0,
|
407 |
+
"min": 800.0,
|
408 |
+
"max": 3400.0
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"current": 2300.0,
|
412 |
+
"min": 800.0,
|
413 |
+
"max": 3400.0
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"current": 2300.0,
|
417 |
+
"min": 800.0,
|
418 |
+
"max": 3400.0
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"current": 2300.0,
|
422 |
+
"min": 800.0,
|
423 |
+
"max": 3400.0
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"current": 2300.0,
|
427 |
+
"min": 800.0,
|
428 |
+
"max": 3400.0
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"current": 2300.0,
|
432 |
+
"min": 800.0,
|
433 |
+
"max": 3400.0
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"current": 2300.0,
|
437 |
+
"min": 800.0,
|
438 |
+
"max": 3400.0
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"current": 3400.0,
|
442 |
+
"min": 800.0,
|
443 |
+
"max": 3400.0
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"current": 2300.0,
|
447 |
+
"min": 800.0,
|
448 |
+
"max": 3400.0
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"current": 2300.0,
|
452 |
+
"min": 800.0,
|
453 |
+
"max": 3400.0
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"current": 2300.0,
|
457 |
+
"min": 800.0,
|
458 |
+
"max": 3400.0
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"current": 2300.0,
|
462 |
+
"min": 800.0,
|
463 |
+
"max": 3400.0
|
464 |
+
},
|
465 |
+
{
|
466 |
+
"current": 2300.0,
|
467 |
+
"min": 800.0,
|
468 |
+
"max": 3400.0
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"current": 2300.0,
|
472 |
+
"min": 800.0,
|
473 |
+
"max": 3400.0
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"current": 2300.0,
|
477 |
+
"min": 800.0,
|
478 |
+
"max": 3400.0
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"current": 2300.0,
|
482 |
+
"min": 800.0,
|
483 |
+
"max": 3400.0
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"current": 2300.0,
|
487 |
+
"min": 800.0,
|
488 |
+
"max": 3400.0
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"current": 2300.0,
|
492 |
+
"min": 800.0,
|
493 |
+
"max": 3400.0
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"current": 2300.0,
|
497 |
+
"min": 800.0,
|
498 |
+
"max": 3400.0
|
499 |
+
},
|
500 |
+
{
|
501 |
+
"current": 2300.0,
|
502 |
+
"min": 800.0,
|
503 |
+
"max": 3400.0
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"current": 2300.0,
|
507 |
+
"min": 800.0,
|
508 |
+
"max": 3400.0
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"current": 2300.0,
|
512 |
+
"min": 800.0,
|
513 |
+
"max": 3400.0
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"current": 2300.0,
|
517 |
+
"min": 800.0,
|
518 |
+
"max": 3400.0
|
519 |
+
},
|
520 |
+
{
|
521 |
+
"current": 2300.0,
|
522 |
+
"min": 800.0,
|
523 |
+
"max": 3400.0
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"current": 2300.0,
|
527 |
+
"min": 800.0,
|
528 |
+
"max": 3400.0
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"current": 2300.0,
|
532 |
+
"min": 800.0,
|
533 |
+
"max": 3400.0
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"current": 2300.0,
|
537 |
+
"min": 800.0,
|
538 |
+
"max": 3400.0
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"current": 2300.0,
|
542 |
+
"min": 800.0,
|
543 |
+
"max": 3400.0
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"current": 2300.0,
|
547 |
+
"min": 800.0,
|
548 |
+
"max": 3400.0
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"current": 2300.0,
|
552 |
+
"min": 800.0,
|
553 |
+
"max": 3400.0
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"current": 2300.0,
|
557 |
+
"min": 800.0,
|
558 |
+
"max": 3400.0
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"current": 2300.0,
|
562 |
+
"min": 800.0,
|
563 |
+
"max": 3400.0
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"current": 2300.0,
|
567 |
+
"min": 800.0,
|
568 |
+
"max": 3400.0
|
569 |
+
},
|
570 |
+
{
|
571 |
+
"current": 2300.0,
|
572 |
+
"min": 800.0,
|
573 |
+
"max": 3400.0
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"current": 2300.0,
|
577 |
+
"min": 800.0,
|
578 |
+
"max": 3400.0
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"current": 2300.0,
|
582 |
+
"min": 800.0,
|
583 |
+
"max": 3400.0
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"current": 2300.0,
|
587 |
+
"min": 800.0,
|
588 |
+
"max": 3400.0
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"current": 2300.0,
|
592 |
+
"min": 800.0,
|
593 |
+
"max": 3400.0
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"current": 2300.0,
|
597 |
+
"min": 800.0,
|
598 |
+
"max": 3400.0
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"current": 2300.0,
|
602 |
+
"min": 800.0,
|
603 |
+
"max": 3400.0
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"current": 2300.0,
|
607 |
+
"min": 800.0,
|
608 |
+
"max": 3400.0
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"current": 2300.0,
|
612 |
+
"min": 800.0,
|
613 |
+
"max": 3400.0
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"current": 2300.0,
|
617 |
+
"min": 800.0,
|
618 |
+
"max": 3400.0
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"current": 2300.0,
|
622 |
+
"min": 800.0,
|
623 |
+
"max": 3400.0
|
624 |
+
},
|
625 |
+
{
|
626 |
+
"current": 2300.0,
|
627 |
+
"min": 800.0,
|
628 |
+
"max": 3400.0
|
629 |
+
},
|
630 |
+
{
|
631 |
+
"current": 2300.0,
|
632 |
+
"min": 800.0,
|
633 |
+
"max": 3400.0
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"current": 2300.0,
|
637 |
+
"min": 800.0,
|
638 |
+
"max": 3400.0
|
639 |
+
},
|
640 |
+
{
|
641 |
+
"current": 2300.0,
|
642 |
+
"min": 800.0,
|
643 |
+
"max": 3400.0
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"current": 2300.0,
|
647 |
+
"min": 800.0,
|
648 |
+
"max": 3400.0
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"current": 2300.0,
|
652 |
+
"min": 800.0,
|
653 |
+
"max": 3400.0
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"current": 2300.0,
|
657 |
+
"min": 800.0,
|
658 |
+
"max": 3400.0
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"current": 2300.0,
|
662 |
+
"min": 800.0,
|
663 |
+
"max": 3400.0
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"current": 2300.0,
|
667 |
+
"min": 800.0,
|
668 |
+
"max": 3400.0
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"current": 2300.0,
|
672 |
+
"min": 800.0,
|
673 |
+
"max": 3400.0
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"current": 2300.0,
|
677 |
+
"min": 800.0,
|
678 |
+
"max": 3400.0
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"current": 2300.0,
|
682 |
+
"min": 800.0,
|
683 |
+
"max": 3400.0
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"current": 2300.0,
|
687 |
+
"min": 800.0,
|
688 |
+
"max": 3400.0
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"current": 2300.0,
|
692 |
+
"min": 800.0,
|
693 |
+
"max": 3400.0
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"current": 2300.0,
|
697 |
+
"min": 800.0,
|
698 |
+
"max": 3400.0
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"current": 2300.0,
|
702 |
+
"min": 800.0,
|
703 |
+
"max": 3400.0
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"current": 2300.0,
|
707 |
+
"min": 800.0,
|
708 |
+
"max": 3400.0
|
709 |
+
},
|
710 |
+
{
|
711 |
+
"current": 2300.0,
|
712 |
+
"min": 800.0,
|
713 |
+
"max": 3400.0
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"current": 2300.0,
|
717 |
+
"min": 800.0,
|
718 |
+
"max": 3400.0
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"current": 2300.0,
|
722 |
+
"min": 800.0,
|
723 |
+
"max": 3400.0
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"current": 2300.0,
|
727 |
+
"min": 800.0,
|
728 |
+
"max": 3400.0
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"current": 2300.0,
|
732 |
+
"min": 800.0,
|
733 |
+
"max": 3400.0
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"current": 2300.0,
|
737 |
+
"min": 800.0,
|
738 |
+
"max": 3400.0
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"current": 2300.0,
|
742 |
+
"min": 800.0,
|
743 |
+
"max": 3400.0
|
744 |
+
},
|
745 |
+
{
|
746 |
+
"current": 2300.0,
|
747 |
+
"min": 800.0,
|
748 |
+
"max": 3400.0
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"current": 2300.0,
|
752 |
+
"min": 800.0,
|
753 |
+
"max": 3400.0
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"current": 2300.0,
|
757 |
+
"min": 800.0,
|
758 |
+
"max": 3400.0
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"current": 2300.0,
|
762 |
+
"min": 800.0,
|
763 |
+
"max": 3400.0
|
764 |
+
},
|
765 |
+
{
|
766 |
+
"current": 2300.0,
|
767 |
+
"min": 800.0,
|
768 |
+
"max": 3400.0
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"current": 2300.0,
|
772 |
+
"min": 800.0,
|
773 |
+
"max": 3400.0
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"current": 2300.0,
|
777 |
+
"min": 800.0,
|
778 |
+
"max": 3400.0
|
779 |
+
},
|
780 |
+
{
|
781 |
+
"current": 2300.0,
|
782 |
+
"min": 800.0,
|
783 |
+
"max": 3400.0
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"current": 2300.0,
|
787 |
+
"min": 800.0,
|
788 |
+
"max": 3400.0
|
789 |
+
},
|
790 |
+
{
|
791 |
+
"current": 2300.0,
|
792 |
+
"min": 800.0,
|
793 |
+
"max": 3400.0
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"current": 2300.0,
|
797 |
+
"min": 800.0,
|
798 |
+
"max": 3400.0
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"current": 2300.0,
|
802 |
+
"min": 800.0,
|
803 |
+
"max": 3400.0
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"current": 2300.0,
|
807 |
+
"min": 800.0,
|
808 |
+
"max": 3400.0
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"current": 2300.0,
|
812 |
+
"min": 800.0,
|
813 |
+
"max": 3400.0
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"current": 2300.0,
|
817 |
+
"min": 800.0,
|
818 |
+
"max": 3400.0
|
819 |
+
},
|
820 |
+
{
|
821 |
+
"current": 2300.0,
|
822 |
+
"min": 800.0,
|
823 |
+
"max": 3400.0
|
824 |
+
},
|
825 |
+
{
|
826 |
+
"current": 2300.0,
|
827 |
+
"min": 800.0,
|
828 |
+
"max": 3400.0
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"current": 2300.0,
|
832 |
+
"min": 800.0,
|
833 |
+
"max": 3400.0
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"current": 2300.0,
|
837 |
+
"min": 800.0,
|
838 |
+
"max": 3400.0
|
839 |
+
}
|
840 |
+
],
|
841 |
+
"disk": {
|
842 |
+
"/": {
|
843 |
+
"total": 877.6341285705566,
|
844 |
+
"used": 211.6365089416504
|
845 |
+
}
|
846 |
+
},
|
847 |
+
"memory": {
|
848 |
+
"total": 1007.4379997253418
|
849 |
+
}
|
850 |
+
}
|
lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 11}}
|
lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/logs/debug-internal.log
ADDED
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-22 18:55:37,606 INFO StreamThr :2329 [internal.py:wandb_internal():85] W&B internal server running at pid: 2329, started at: 2024-05-22 18:55:37.604292
|
2 |
+
2024-05-22 18:55:37,611 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: status
|
3 |
+
2024-05-22 18:55:37,613 INFO WriterThread:2329 [datastore.py:open_for_write():87] open: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/run-khb0dhn0.wandb
|
4 |
+
2024-05-22 18:55:37,615 DEBUG SenderThread:2329 [sender.py:send():378] send: header
|
5 |
+
2024-05-22 18:55:37,618 DEBUG SenderThread:2329 [sender.py:send():378] send: run
|
6 |
+
2024-05-22 18:55:37,928 INFO SenderThread:2329 [dir_watcher.py:__init__():211] watching files in: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files
|
7 |
+
2024-05-22 18:55:37,929 INFO SenderThread:2329 [sender.py:_start_run_threads():1123] run started: khb0dhn0 with start time 1716404137.604146
|
8 |
+
2024-05-22 18:55:37,933 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: check_version
|
9 |
+
2024-05-22 18:55:37,933 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: check_version
|
10 |
+
2024-05-22 18:55:38,053 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: run_start
|
11 |
+
2024-05-22 18:55:38,055 DEBUG HandlerThread:2329 [system_info.py:__init__():26] System info init
|
12 |
+
2024-05-22 18:55:38,056 DEBUG HandlerThread:2329 [system_info.py:__init__():41] System info init done
|
13 |
+
2024-05-22 18:55:38,056 INFO HandlerThread:2329 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-05-22 18:55:38,056 INFO SystemMonitor:2329 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-05-22 18:55:38,056 INFO HandlerThread:2329 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-05-22 18:55:38,062 INFO SystemMonitor:2329 [interfaces.py:start():188] Started cpu monitoring
|
17 |
+
2024-05-22 18:55:38,063 INFO SystemMonitor:2329 [interfaces.py:start():188] Started disk monitoring
|
18 |
+
2024-05-22 18:55:38,063 INFO SystemMonitor:2329 [interfaces.py:start():188] Started memory monitoring
|
19 |
+
2024-05-22 18:55:38,064 INFO SystemMonitor:2329 [interfaces.py:start():188] Started network monitoring
|
20 |
+
2024-05-22 18:55:38,129 DEBUG HandlerThread:2329 [system_info.py:probe():150] Probing system
|
21 |
+
2024-05-22 18:55:38,132 DEBUG HandlerThread:2329 [system_info.py:_probe_git():135] Probing git
|
22 |
+
2024-05-22 18:55:38,142 ERROR HandlerThread:2329 [gitlib.py:root():92] git root error: Cmd('git') failed due to: exit code(128)
|
23 |
+
cmdline: git rev-parse --show-toplevel
|
24 |
+
stderr: 'fatal: detected dubious ownership in repository at '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
|
25 |
+
To add an exception for this directory, call:
|
26 |
+
|
27 |
+
git config --global --add safe.directory /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
|
28 |
+
2024-05-22 18:55:38,142 DEBUG HandlerThread:2329 [system_info.py:_probe_git():143] Probing git done
|
29 |
+
2024-05-22 18:55:38,142 DEBUG HandlerThread:2329 [system_info.py:probe():198] Probing system done
|
30 |
+
2024-05-22 18:55:38,142 DEBUG HandlerThread:2329 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-92-generic-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-05-22T18:55:38.129220', 'startedAt': '2024-05-22T18:55:37.583172', 'docker': None, 'cuda': None, 'args': ('--model', 'hf', '--model_args', 'pretrained=/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step2000', '--tasks', 'hellaswag,arc_easy,openbookqa,winogrande,sst2,mrpc', '--batch_size', 'auto', '--wandb_args', 'project=bharatgpt,group=trial_expt_2'), 'state': 'running', 'program': '-m lm_eval.__main__', 'codePathLocal': None, 'git': {'remote': 'https://github.com/EleutherAI/lm-evaluation-harness', 'commit': None}, 'email': None, 'root': '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness', 'host': 'peacock-evaluation-worker-0', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 80, 'cpu_count_logical': 160, 'cpu_freq': {'current': 2334.25230625, 'min': 800.0, 'max': 3400.0}, 'cpu_freq_per_core': [{'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}], 'disk': {'/': {'total': 877.6341285705566, 'used': 211.6365089416504}}, 'memory': {'total': 1007.4379997253418}}
|
31 |
+
2024-05-22 18:55:38,143 INFO HandlerThread:2329 [system_monitor.py:probe():224] Finished collecting system info
|
32 |
+
2024-05-22 18:55:38,143 INFO HandlerThread:2329 [system_monitor.py:probe():227] Publishing system info
|
33 |
+
2024-05-22 18:55:38,146 INFO HandlerThread:2329 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-05-22 18:55:38,151 DEBUG SenderThread:2329 [sender.py:send():378] send: files
|
35 |
+
2024-05-22 18:55:38,151 INFO SenderThread:2329 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
|
36 |
+
2024-05-22 18:55:38,324 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: python_packages
|
37 |
+
2024-05-22 18:55:38,324 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: python_packages
|
38 |
+
2024-05-22 18:55:38,325 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: stop_status
|
39 |
+
2024-05-22 18:55:38,327 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: stop_status
|
40 |
+
2024-05-22 18:55:38,425 DEBUG SenderThread:2329 [sender.py:send():378] send: telemetry
|
41 |
+
2024-05-22 18:55:38,712 INFO wandb-upload_0:2329 [upload_job.py:push():130] Uploaded file /tmp/tmp1dvrnq05wandb/yutz7wln-wandb-metadata.json
|
42 |
+
2024-05-22 18:55:38,931 INFO Thread-12 :2329 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-metadata.json
|
43 |
+
2024-05-22 18:55:38,931 INFO Thread-12 :2329 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/requirements.txt
|
44 |
+
2024-05-22 18:55:38,931 INFO Thread-12 :2329 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/output.log
|
45 |
+
2024-05-22 18:55:40,931 INFO Thread-12 :2329 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/output.log
|
46 |
+
2024-05-22 18:55:43,430 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: status_report
|
47 |
+
2024-05-22 18:55:48,807 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: status_report
|
48 |
+
2024-05-22 18:55:48,937 INFO Thread-12 :2329 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/output.log
|
49 |
+
2024-05-22 18:55:49,116 DEBUG SenderThread:2329 [sender.py:send():378] send: exit
|
50 |
+
2024-05-22 18:55:49,116 INFO SenderThread:2329 [sender.py:send_exit():585] handling exit code: 1
|
51 |
+
2024-05-22 18:55:49,116 INFO SenderThread:2329 [sender.py:send_exit():587] handling runtime: 11
|
52 |
+
2024-05-22 18:55:49,118 INFO SenderThread:2329 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
53 |
+
2024-05-22 18:55:49,118 INFO SenderThread:2329 [sender.py:send_exit():593] send defer
|
54 |
+
2024-05-22 18:55:49,118 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
55 |
+
2024-05-22 18:55:49,118 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 0
|
56 |
+
2024-05-22 18:55:49,118 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
57 |
+
2024-05-22 18:55:49,118 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 0
|
58 |
+
2024-05-22 18:55:49,118 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 1
|
59 |
+
2024-05-22 18:55:49,118 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
60 |
+
2024-05-22 18:55:49,118 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 1
|
61 |
+
2024-05-22 18:55:49,118 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
62 |
+
2024-05-22 18:55:49,119 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 1
|
63 |
+
2024-05-22 18:55:49,119 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 2
|
64 |
+
2024-05-22 18:55:49,119 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
65 |
+
2024-05-22 18:55:49,119 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 2
|
66 |
+
2024-05-22 18:55:49,119 INFO HandlerThread:2329 [system_monitor.py:finish():203] Stopping system monitor
|
67 |
+
2024-05-22 18:55:49,119 DEBUG SystemMonitor:2329 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
68 |
+
2024-05-22 18:55:49,119 DEBUG SystemMonitor:2329 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
69 |
+
2024-05-22 18:55:49,120 DEBUG SystemMonitor:2329 [system_monitor.py:_start():183] Publishing last batch of metrics
|
70 |
+
2024-05-22 18:55:49,122 INFO HandlerThread:2329 [interfaces.py:finish():200] Joined cpu monitor
|
71 |
+
2024-05-22 18:55:49,122 INFO HandlerThread:2329 [interfaces.py:finish():200] Joined disk monitor
|
72 |
+
2024-05-22 18:55:49,122 INFO HandlerThread:2329 [interfaces.py:finish():200] Joined memory monitor
|
73 |
+
2024-05-22 18:55:49,123 INFO HandlerThread:2329 [interfaces.py:finish():200] Joined network monitor
|
74 |
+
2024-05-22 18:55:49,123 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
75 |
+
2024-05-22 18:55:49,123 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 2
|
76 |
+
2024-05-22 18:55:49,123 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 3
|
77 |
+
2024-05-22 18:55:49,123 DEBUG SenderThread:2329 [sender.py:send():378] send: stats
|
78 |
+
2024-05-22 18:55:49,124 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
79 |
+
2024-05-22 18:55:49,124 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 3
|
80 |
+
2024-05-22 18:55:49,124 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
81 |
+
2024-05-22 18:55:49,124 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 3
|
82 |
+
2024-05-22 18:55:49,124 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 4
|
83 |
+
2024-05-22 18:55:49,125 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
84 |
+
2024-05-22 18:55:49,125 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 4
|
85 |
+
2024-05-22 18:55:49,125 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
86 |
+
2024-05-22 18:55:49,125 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 4
|
87 |
+
2024-05-22 18:55:49,125 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 5
|
88 |
+
2024-05-22 18:55:49,125 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
89 |
+
2024-05-22 18:55:49,125 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 5
|
90 |
+
2024-05-22 18:55:49,125 DEBUG SenderThread:2329 [sender.py:send():378] send: summary
|
91 |
+
2024-05-22 18:55:49,126 INFO SenderThread:2329 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
92 |
+
2024-05-22 18:55:49,126 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
93 |
+
2024-05-22 18:55:49,126 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 5
|
94 |
+
2024-05-22 18:55:49,126 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 6
|
95 |
+
2024-05-22 18:55:49,126 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
96 |
+
2024-05-22 18:55:49,126 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 6
|
97 |
+
2024-05-22 18:55:49,126 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
98 |
+
2024-05-22 18:55:49,126 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 6
|
99 |
+
2024-05-22 18:55:49,131 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: status_report
|
100 |
+
2024-05-22 18:55:49,218 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 7
|
101 |
+
2024-05-22 18:55:49,218 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
102 |
+
2024-05-22 18:55:49,218 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 7
|
103 |
+
2024-05-22 18:55:49,218 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
104 |
+
2024-05-22 18:55:49,218 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 7
|
105 |
+
2024-05-22 18:55:49,938 INFO Thread-12 :2329 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/config.yaml
|
106 |
+
2024-05-22 18:55:49,938 INFO Thread-12 :2329 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-summary.json
|
107 |
+
2024-05-22 18:55:50,116 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: poll_exit
|
108 |
+
2024-05-22 18:55:50,452 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 8
|
109 |
+
2024-05-22 18:55:50,452 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: poll_exit
|
110 |
+
2024-05-22 18:55:50,452 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
111 |
+
2024-05-22 18:55:50,452 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 8
|
112 |
+
2024-05-22 18:55:50,452 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
113 |
+
2024-05-22 18:55:50,452 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 8
|
114 |
+
2024-05-22 18:55:50,452 INFO SenderThread:2329 [job_builder.py:build():432] Attempting to build job artifact
|
115 |
+
2024-05-22 18:55:50,453 INFO SenderThread:2329 [job_builder.py:_get_source_type():576] no source found
|
116 |
+
2024-05-22 18:55:50,453 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 9
|
117 |
+
2024-05-22 18:55:50,453 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
118 |
+
2024-05-22 18:55:50,453 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 9
|
119 |
+
2024-05-22 18:55:50,453 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
120 |
+
2024-05-22 18:55:50,453 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 9
|
121 |
+
2024-05-22 18:55:50,453 INFO SenderThread:2329 [dir_watcher.py:finish():358] shutting down directory watcher
|
122 |
+
2024-05-22 18:55:50,939 INFO SenderThread:2329 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/output.log
|
123 |
+
2024-05-22 18:55:50,940 INFO SenderThread:2329 [dir_watcher.py:finish():388] scan: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files
|
124 |
+
2024-05-22 18:55:50,940 INFO SenderThread:2329 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/requirements.txt requirements.txt
|
125 |
+
2024-05-22 18:55:50,940 INFO SenderThread:2329 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-metadata.json wandb-metadata.json
|
126 |
+
2024-05-22 18:55:50,940 INFO SenderThread:2329 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/config.yaml config.yaml
|
127 |
+
2024-05-22 18:55:50,942 INFO SenderThread:2329 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-summary.json wandb-summary.json
|
128 |
+
2024-05-22 18:55:50,945 INFO SenderThread:2329 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/output.log output.log
|
129 |
+
2024-05-22 18:55:50,947 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 10
|
130 |
+
2024-05-22 18:55:50,947 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
131 |
+
2024-05-22 18:55:50,947 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 10
|
132 |
+
2024-05-22 18:55:50,977 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
133 |
+
2024-05-22 18:55:50,977 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 10
|
134 |
+
2024-05-22 18:55:50,977 INFO SenderThread:2329 [file_pusher.py:finish():169] shutting down file pusher
|
135 |
+
2024-05-22 18:55:51,118 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: poll_exit
|
136 |
+
2024-05-22 18:55:51,118 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: poll_exit
|
137 |
+
2024-05-22 18:55:51,207 INFO wandb-upload_0:2329 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/requirements.txt
|
138 |
+
2024-05-22 18:55:51,534 INFO wandb-upload_3:2329 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/output.log
|
139 |
+
2024-05-22 18:55:51,553 INFO wandb-upload_2:2329 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/wandb-summary.json
|
140 |
+
2024-05-22 18:55:51,573 INFO wandb-upload_1:2329 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/files/config.yaml
|
141 |
+
2024-05-22 18:55:51,774 INFO Thread-11 (_thread_body):2329 [sender.py:transition_state():613] send defer: 11
|
142 |
+
2024-05-22 18:55:51,774 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
143 |
+
2024-05-22 18:55:51,774 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 11
|
144 |
+
2024-05-22 18:55:51,774 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
145 |
+
2024-05-22 18:55:51,774 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 11
|
146 |
+
2024-05-22 18:55:51,774 INFO SenderThread:2329 [file_pusher.py:join():175] waiting for file pusher
|
147 |
+
2024-05-22 18:55:51,774 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 12
|
148 |
+
2024-05-22 18:55:51,775 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
149 |
+
2024-05-22 18:55:51,775 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 12
|
150 |
+
2024-05-22 18:55:51,775 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
151 |
+
2024-05-22 18:55:51,775 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 12
|
152 |
+
2024-05-22 18:55:51,775 INFO SenderThread:2329 [file_stream.py:finish():601] file stream finish called
|
153 |
+
2024-05-22 18:55:51,838 INFO SenderThread:2329 [file_stream.py:finish():605] file stream finish is done
|
154 |
+
2024-05-22 18:55:51,838 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 13
|
155 |
+
2024-05-22 18:55:51,838 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
156 |
+
2024-05-22 18:55:51,838 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 13
|
157 |
+
2024-05-22 18:55:51,838 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
158 |
+
2024-05-22 18:55:51,838 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 13
|
159 |
+
2024-05-22 18:55:51,838 INFO SenderThread:2329 [sender.py:transition_state():613] send defer: 14
|
160 |
+
2024-05-22 18:55:51,838 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: defer
|
161 |
+
2024-05-22 18:55:51,838 INFO HandlerThread:2329 [handler.py:handle_request_defer():184] handle defer: 14
|
162 |
+
2024-05-22 18:55:51,839 DEBUG SenderThread:2329 [sender.py:send():378] send: final
|
163 |
+
2024-05-22 18:55:51,839 DEBUG SenderThread:2329 [sender.py:send():378] send: footer
|
164 |
+
2024-05-22 18:55:51,839 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: defer
|
165 |
+
2024-05-22 18:55:51,839 INFO SenderThread:2329 [sender.py:send_request_defer():609] handle sender defer: 14
|
166 |
+
2024-05-22 18:55:51,839 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: poll_exit
|
167 |
+
2024-05-22 18:55:51,839 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: poll_exit
|
168 |
+
2024-05-22 18:55:51,840 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: server_info
|
169 |
+
2024-05-22 18:55:51,840 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: get_summary
|
170 |
+
2024-05-22 18:55:51,840 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: sampled_history
|
171 |
+
2024-05-22 18:55:51,840 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: internal_messages
|
172 |
+
2024-05-22 18:55:51,840 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: poll_exit
|
173 |
+
2024-05-22 18:55:51,840 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: poll_exit
|
174 |
+
2024-05-22 18:55:51,840 DEBUG SenderThread:2329 [sender.py:send_request():405] send_request: server_info
|
175 |
+
2024-05-22 18:55:51,907 INFO MainThread:2329 [wandb_run.py:_footer_history_summary_info():3994] rendering history
|
176 |
+
2024-05-22 18:55:51,908 INFO MainThread:2329 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
|
177 |
+
2024-05-22 18:55:51,908 INFO MainThread:2329 [wandb_run.py:_footer_sync_info():3953] logging synced files
|
178 |
+
2024-05-22 18:55:51,908 DEBUG HandlerThread:2329 [handler.py:handle_request():158] handle_request: shutdown
|
179 |
+
2024-05-22 18:55:51,908 INFO HandlerThread:2329 [handler.py:finish():882] shutting down handler
|
180 |
+
2024-05-22 18:55:52,840 INFO WriterThread:2329 [datastore.py:close():296] close: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/run-khb0dhn0.wandb
|
181 |
+
2024-05-22 18:55:52,907 INFO SenderThread:2329 [sender.py:finish():1545] shutting down sender
|
182 |
+
2024-05-22 18:55:52,908 INFO SenderThread:2329 [file_pusher.py:finish():169] shutting down file pusher
|
183 |
+
2024-05-22 18:55:52,908 INFO SenderThread:2329 [file_pusher.py:join():175] waiting for file pusher
|
lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/logs/debug.log
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
|
2 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_setup.py:_flush():76] Configure stats pid to 2174
|
3 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
|
4 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_setup.py:_flush():76] Loading settings from /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/settings
|
5 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-05-22 18:55:37,598 WARNING MainThread:2174 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
|
8 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
|
9 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_setup.py:_flush():76] Applying login settings: {}
|
10 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_init.py:_log_setup():520] Logging user logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/logs/debug.log
|
11 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_init.py:_log_setup():521] Logging internal logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/logs/debug-internal.log
|
12 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_init.py:init():560] calling init triggers
|
13 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
|
14 |
+
config: {}
|
15 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_init.py:init():610] starting backend
|
16 |
+
2024-05-22 18:55:37,598 INFO MainThread:2174 [wandb_init.py:init():614] setting up manager
|
17 |
+
2024-05-22 18:55:37,603 INFO MainThread:2174 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
18 |
+
2024-05-22 18:55:37,603 INFO MainThread:2174 [wandb_init.py:init():622] backend started and connected
|
19 |
+
2024-05-22 18:55:37,607 INFO MainThread:2174 [wandb_init.py:init():711] updated telemetry
|
20 |
+
2024-05-22 18:55:37,617 INFO MainThread:2174 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-05-22 18:55:37,933 INFO MainThread:2174 [wandb_run.py:_on_init():2396] communicating current version
|
22 |
+
2024-05-22 18:55:38,047 INFO MainThread:2174 [wandb_run.py:_on_init():2405] got version response
|
23 |
+
2024-05-22 18:55:38,047 INFO MainThread:2174 [wandb_init.py:init():795] starting run threads in backend
|
24 |
+
2024-05-22 18:55:38,325 INFO MainThread:2174 [wandb_run.py:_console_start():2374] atexit reg
|
25 |
+
2024-05-22 18:55:38,325 INFO MainThread:2174 [wandb_run.py:_redirect():2229] redirect: wrap_raw
|
26 |
+
2024-05-22 18:55:38,325 INFO MainThread:2174 [wandb_run.py:_redirect():2294] Wrapping output streams.
|
27 |
+
2024-05-22 18:55:38,325 INFO MainThread:2174 [wandb_run.py:_redirect():2319] Redirects installed.
|
28 |
+
2024-05-22 18:55:38,329 INFO MainThread:2174 [wandb_init.py:init():838] run started, returning control to user process
|
29 |
+
2024-05-22 18:55:52,909 WARNING MsgRouterThr:2174 [router.py:message_loop():77] message_loop has been closed
|
lm-evaluation-harness/wandb/run-20240522_185537-khb0dhn0/run-khb0dhn0.wandb
ADDED
Binary file (11 kB). View file
|
|
lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/config.yaml
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.12
|
7 |
+
cli_version: 0.17.0
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.41.0
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1716404349
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 5
|
17 |
+
- 11
|
18 |
+
- 49
|
19 |
+
- 51
|
20 |
+
- 53
|
21 |
+
- 55
|
22 |
+
- 71
|
23 |
+
- 98
|
24 |
+
- 100
|
25 |
+
2:
|
26 |
+
- 1
|
27 |
+
- 5
|
28 |
+
- 11
|
29 |
+
- 49
|
30 |
+
- 51
|
31 |
+
- 53
|
32 |
+
- 55
|
33 |
+
- 71
|
34 |
+
- 98
|
35 |
+
- 100
|
36 |
+
3:
|
37 |
+
- 23
|
38 |
+
4: 3.10.12
|
39 |
+
5: 0.17.0
|
40 |
+
6: 4.41.0
|
41 |
+
8:
|
42 |
+
- 5
|
43 |
+
13: linux-x86_64
|
lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/output.log
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-22:18:59:09,922 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-22:18:59:18,441 INFO [__main__.py:335] Selected Tasks: ['arc_easy', 'hellaswag', 'mrpc', 'openbookqa', 'sst2', 'winogrande']
|
4 |
+
2024-05-22:18:59:18,442 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
|
5 |
+
2024-05-22:18:59:18,442 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step30000'}
|
6 |
+
2024-05-22:18:59:20,782 INFO [huggingface.py:164] Using device 'cuda'
|
7 |
+
Traceback (most recent call last):
|
8 |
+
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
|
9 |
+
return _run_code(code, main_globals, None,
|
10 |
+
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
|
11 |
+
exec(code, run_globals)
|
12 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 417, in <module>
|
13 |
+
cli_evaluate()
|
14 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 341, in cli_evaluate
|
15 |
+
results = evaluator.simple_evaluate(
|
16 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/utils.py", line 288, in _wrapper
|
17 |
+
return fn(*args, **kwargs)
|
18 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/evaluator.py", line 180, in simple_evaluate
|
19 |
+
lm = lm_eval.api.registry.get_model(model).create_from_arg_string(
|
20 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/api/model.py", line 134, in create_from_arg_string
|
21 |
+
return cls(**args, **args2)
|
22 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 190, in __init__
|
23 |
+
self._get_config(
|
24 |
+
File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 471, in _get_config
|
25 |
+
self._config = transformers.AutoConfig.from_pretrained(
|
26 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py", line 934, in from_pretrained
|
27 |
+
config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
|
28 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 632, in get_config_dict
|
29 |
+
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
|
30 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 689, in _get_config_dict
|
31 |
+
resolved_config_file = cached_file(
|
32 |
+
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 370, in cached_file
|
33 |
+
raise EnvironmentError(
|
34 |
+
OSError: /mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step30000 does not appear to have a file named config.json. Checkout 'https://huggingface.co//mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step30000/tree/main' for available files.
|
lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/requirements.txt
ADDED
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DataProperty==1.0.1
|
2 |
+
GitPython==3.1.43
|
3 |
+
Jinja2==3.1.4
|
4 |
+
Markdown==3.6
|
5 |
+
MarkupSafe==2.1.5
|
6 |
+
Pillow-SIMD==7.0.0.post3
|
7 |
+
PyYAML==6.0
|
8 |
+
Werkzeug==3.0.3
|
9 |
+
absl-py==2.1.0
|
10 |
+
accelerate==0.30.1
|
11 |
+
aiohttp==3.9.5
|
12 |
+
aiosignal==1.3.1
|
13 |
+
async-timeout==4.0.3
|
14 |
+
attrs==23.2.0
|
15 |
+
av==9.2.0
|
16 |
+
cachetools==5.3.3
|
17 |
+
certifi==2024.2.2
|
18 |
+
cffi==1.15.1
|
19 |
+
cfgv==3.4.0
|
20 |
+
chardet==5.2.0
|
21 |
+
charset-normalizer==3.3.2
|
22 |
+
click==8.1.7
|
23 |
+
cmake==3.29.2
|
24 |
+
colorama==0.4.6
|
25 |
+
datasets==2.19.1
|
26 |
+
deepspeed==0.12.4+hpu.synapse.v1.15.1
|
27 |
+
dill==0.3.8
|
28 |
+
distlib==0.3.8
|
29 |
+
docker-pycreds==0.4.0
|
30 |
+
einops==0.8.0
|
31 |
+
evaluate==0.4.2
|
32 |
+
exceptiongroup==1.2.1
|
33 |
+
expecttest==0.2.1
|
34 |
+
filelock==3.14.0
|
35 |
+
frozenlist==1.4.1
|
36 |
+
fsspec==2024.3.1
|
37 |
+
gitdb==4.0.11
|
38 |
+
google-auth-oauthlib==0.4.6
|
39 |
+
google-auth==2.29.0
|
40 |
+
grpcio==1.63.0
|
41 |
+
habana-media-loader==1.15.1.15
|
42 |
+
habana-pyhlml==1.15.1.15
|
43 |
+
habana-torch-dataloader==1.15.1.15
|
44 |
+
habana-torch-plugin==1.15.1.15
|
45 |
+
habana_gpu_migration==1.15.1.15
|
46 |
+
habana_quantization_toolkit==1.15.1.15
|
47 |
+
hjson==3.1.0
|
48 |
+
huggingface-hub==0.23.1
|
49 |
+
identify==2.5.36
|
50 |
+
idna==3.7
|
51 |
+
iniconfig==2.0.0
|
52 |
+
joblib==1.4.2
|
53 |
+
jsonlines==4.0.0
|
54 |
+
lightning-habana==1.4.0
|
55 |
+
lightning-utilities==0.11.2
|
56 |
+
lightning==2.2.0.post0
|
57 |
+
lm_eval==0.4.2
|
58 |
+
lm_eval==0.4.2
|
59 |
+
lm_eval==0.4.2
|
60 |
+
lxml==5.2.2
|
61 |
+
mbstrdecoder==1.1.3
|
62 |
+
more-itertools==10.2.0
|
63 |
+
mpi4py==3.1.4
|
64 |
+
mpmath==1.3.0
|
65 |
+
multidict==6.0.5
|
66 |
+
multiprocess==0.70.16
|
67 |
+
networkx==3.3
|
68 |
+
ninja==1.11.1.1
|
69 |
+
nltk==3.8.1
|
70 |
+
nodeenv==1.8.0
|
71 |
+
numexpr==2.10.0
|
72 |
+
numpy==1.23.5
|
73 |
+
oauthlib==3.2.2
|
74 |
+
packaging==24.0
|
75 |
+
pandas==2.0.1
|
76 |
+
pathspec==0.12.1
|
77 |
+
pathvalidate==3.2.0
|
78 |
+
peft==0.11.1
|
79 |
+
perfetto==0.7.0
|
80 |
+
pillow==10.3.0
|
81 |
+
pip==22.0.2
|
82 |
+
pip==23.3.1
|
83 |
+
platformdirs==4.2.1
|
84 |
+
pluggy==1.5.0
|
85 |
+
portalocker==2.8.2
|
86 |
+
pre-commit==3.3.3
|
87 |
+
pretty-errors==1.2.25
|
88 |
+
protobuf==3.20.3
|
89 |
+
psutil==5.9.8
|
90 |
+
py-cpuinfo==9.0.0
|
91 |
+
pyarrow-hotfix==0.6
|
92 |
+
pyarrow==16.1.0
|
93 |
+
pyasn1==0.6.0
|
94 |
+
pyasn1_modules==0.4.0
|
95 |
+
pybind11==2.10.4
|
96 |
+
pycparser==2.22
|
97 |
+
pydantic==1.10.13
|
98 |
+
pynvml==8.0.4
|
99 |
+
pytablewriter==1.2.0
|
100 |
+
pytest==8.2.0
|
101 |
+
python-dateutil==2.9.0.post0
|
102 |
+
pytorch-lightning==2.2.4
|
103 |
+
pytz==2024.1
|
104 |
+
regex==2023.5.5
|
105 |
+
requests-oauthlib==2.0.0
|
106 |
+
requests==2.31.0
|
107 |
+
rouge_score==0.1.2
|
108 |
+
rsa==4.9
|
109 |
+
sacrebleu==2.4.2
|
110 |
+
safetensors==0.4.3
|
111 |
+
scikit-learn==1.5.0
|
112 |
+
scipy==1.13.0
|
113 |
+
sentencepiece==0.2.0
|
114 |
+
sentry-sdk==2.2.1
|
115 |
+
setproctitle==1.3.3
|
116 |
+
setuptools==59.6.0
|
117 |
+
setuptools==69.5.1
|
118 |
+
six==1.16.0
|
119 |
+
smmap==5.0.1
|
120 |
+
sqlitedict==2.1.0
|
121 |
+
symengine==0.11.0
|
122 |
+
sympy==1.12
|
123 |
+
tabledata==1.3.3
|
124 |
+
tabulate==0.9.0
|
125 |
+
tcolorpy==0.1.6
|
126 |
+
tdqm==0.0.1
|
127 |
+
tensorboard-data-server==0.6.1
|
128 |
+
tensorboard-plugin-wit==1.8.1
|
129 |
+
tensorboard==2.11.2
|
130 |
+
threadpoolctl==3.5.0
|
131 |
+
tokenizers==0.19.1
|
132 |
+
tomli==2.0.1
|
133 |
+
torch==2.2.0a0+git8964477
|
134 |
+
torch_tb_profiler==0.4.0
|
135 |
+
torchaudio==2.2.0+08901ad
|
136 |
+
torchdata==0.7.1+5e6f7b7
|
137 |
+
torchmetrics==1.4.0
|
138 |
+
torchtext==0.17.0+400da5c
|
139 |
+
torchvision==0.17.0+b2383d4
|
140 |
+
tqdm-multiprocess==0.0.11
|
141 |
+
tqdm==4.66.4
|
142 |
+
transformers==4.41.0
|
143 |
+
typepy==1.3.2
|
144 |
+
typing_extensions==4.11.0
|
145 |
+
tzdata==2024.1
|
146 |
+
urllib3==1.26.18
|
147 |
+
virtualenv==20.26.1
|
148 |
+
wandb==0.17.0
|
149 |
+
wheel==0.37.1
|
150 |
+
wheel==0.43.0
|
151 |
+
word2number==1.1
|
152 |
+
xxhash==3.4.1
|
153 |
+
yamllint==1.35.1
|
154 |
+
yarl==1.9.4
|
155 |
+
zstandard==0.22.0
|
lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-metadata.json
ADDED
@@ -0,0 +1,850 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-5.15.0-92-generic-x86_64-with-glibc2.35",
|
3 |
+
"python": "3.10.12",
|
4 |
+
"heartbeatAt": "2024-05-22T18:59:09.713423",
|
5 |
+
"startedAt": "2024-05-22T18:59:09.222024",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [
|
9 |
+
"--model",
|
10 |
+
"hf",
|
11 |
+
"--model_args",
|
12 |
+
"pretrained=/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step30000",
|
13 |
+
"--tasks",
|
14 |
+
"hellaswag,arc_easy,openbookqa,winogrande,sst2,mrpc",
|
15 |
+
"--batch_size",
|
16 |
+
"auto",
|
17 |
+
"--wandb_args",
|
18 |
+
"project=bharatgpt,group=trial_expt_2"
|
19 |
+
],
|
20 |
+
"state": "running",
|
21 |
+
"program": "-m lm_eval.__main__",
|
22 |
+
"codePathLocal": null,
|
23 |
+
"git": {
|
24 |
+
"remote": "https://github.com/EleutherAI/lm-evaluation-harness",
|
25 |
+
"commit": null
|
26 |
+
},
|
27 |
+
"email": null,
|
28 |
+
"root": "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness",
|
29 |
+
"host": "peacock-evaluation-worker-0",
|
30 |
+
"username": "root",
|
31 |
+
"executable": "/usr/bin/python3",
|
32 |
+
"cpu_count": 80,
|
33 |
+
"cpu_count_logical": 160,
|
34 |
+
"cpu_freq": {
|
35 |
+
"current": 2327.5,
|
36 |
+
"min": 800.0,
|
37 |
+
"max": 3400.0
|
38 |
+
},
|
39 |
+
"cpu_freq_per_core": [
|
40 |
+
{
|
41 |
+
"current": 3400.0,
|
42 |
+
"min": 800.0,
|
43 |
+
"max": 3400.0
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"current": 3400.002,
|
47 |
+
"min": 800.0,
|
48 |
+
"max": 3400.0
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"current": 2300.0,
|
52 |
+
"min": 800.0,
|
53 |
+
"max": 3400.0
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"current": 2300.0,
|
57 |
+
"min": 800.0,
|
58 |
+
"max": 3400.0
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"current": 2300.0,
|
62 |
+
"min": 800.0,
|
63 |
+
"max": 3400.0
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"current": 2300.0,
|
67 |
+
"min": 800.0,
|
68 |
+
"max": 3400.0
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"current": 2300.0,
|
72 |
+
"min": 800.0,
|
73 |
+
"max": 3400.0
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"current": 2300.0,
|
77 |
+
"min": 800.0,
|
78 |
+
"max": 3400.0
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"current": 2300.0,
|
82 |
+
"min": 800.0,
|
83 |
+
"max": 3400.0
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"current": 2300.0,
|
87 |
+
"min": 800.0,
|
88 |
+
"max": 3400.0
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"current": 2300.0,
|
92 |
+
"min": 800.0,
|
93 |
+
"max": 3400.0
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"current": 2300.0,
|
97 |
+
"min": 800.0,
|
98 |
+
"max": 3400.0
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"current": 2300.0,
|
102 |
+
"min": 800.0,
|
103 |
+
"max": 3400.0
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"current": 2300.0,
|
107 |
+
"min": 800.0,
|
108 |
+
"max": 3400.0
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"current": 2300.0,
|
112 |
+
"min": 800.0,
|
113 |
+
"max": 3400.0
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"current": 2300.0,
|
117 |
+
"min": 800.0,
|
118 |
+
"max": 3400.0
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"current": 2300.0,
|
122 |
+
"min": 800.0,
|
123 |
+
"max": 3400.0
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"current": 2300.0,
|
127 |
+
"min": 800.0,
|
128 |
+
"max": 3400.0
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"current": 2300.0,
|
132 |
+
"min": 800.0,
|
133 |
+
"max": 3400.0
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"current": 2300.0,
|
137 |
+
"min": 800.0,
|
138 |
+
"max": 3400.0
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"current": 2300.0,
|
142 |
+
"min": 800.0,
|
143 |
+
"max": 3400.0
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"current": 2300.0,
|
147 |
+
"min": 800.0,
|
148 |
+
"max": 3400.0
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"current": 2300.0,
|
152 |
+
"min": 800.0,
|
153 |
+
"max": 3400.0
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"current": 2300.0,
|
157 |
+
"min": 800.0,
|
158 |
+
"max": 3400.0
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"current": 2300.0,
|
162 |
+
"min": 800.0,
|
163 |
+
"max": 3400.0
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"current": 2300.0,
|
167 |
+
"min": 800.0,
|
168 |
+
"max": 3400.0
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"current": 2300.0,
|
172 |
+
"min": 800.0,
|
173 |
+
"max": 3400.0
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"current": 2300.0,
|
177 |
+
"min": 800.0,
|
178 |
+
"max": 3400.0
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"current": 2300.0,
|
182 |
+
"min": 800.0,
|
183 |
+
"max": 3400.0
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"current": 2300.0,
|
187 |
+
"min": 800.0,
|
188 |
+
"max": 3400.0
|
189 |
+
},
|
190 |
+
{
|
191 |
+
"current": 2300.0,
|
192 |
+
"min": 800.0,
|
193 |
+
"max": 3400.0
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"current": 2300.0,
|
197 |
+
"min": 800.0,
|
198 |
+
"max": 3400.0
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"current": 2300.0,
|
202 |
+
"min": 800.0,
|
203 |
+
"max": 3400.0
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"current": 2300.0,
|
207 |
+
"min": 800.0,
|
208 |
+
"max": 3400.0
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"current": 2300.0,
|
212 |
+
"min": 800.0,
|
213 |
+
"max": 3400.0
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"current": 2300.0,
|
217 |
+
"min": 800.0,
|
218 |
+
"max": 3400.0
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"current": 2300.0,
|
222 |
+
"min": 800.0,
|
223 |
+
"max": 3400.0
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"current": 2300.0,
|
227 |
+
"min": 800.0,
|
228 |
+
"max": 3400.0
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"current": 2300.0,
|
232 |
+
"min": 800.0,
|
233 |
+
"max": 3400.0
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"current": 2300.0,
|
237 |
+
"min": 800.0,
|
238 |
+
"max": 3400.0
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"current": 3400.0,
|
242 |
+
"min": 800.0,
|
243 |
+
"max": 3400.0
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"current": 2300.0,
|
247 |
+
"min": 800.0,
|
248 |
+
"max": 3400.0
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"current": 2300.0,
|
252 |
+
"min": 800.0,
|
253 |
+
"max": 3400.0
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"current": 2300.0,
|
257 |
+
"min": 800.0,
|
258 |
+
"max": 3400.0
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"current": 2300.0,
|
262 |
+
"min": 800.0,
|
263 |
+
"max": 3400.0
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"current": 2300.0,
|
267 |
+
"min": 800.0,
|
268 |
+
"max": 3400.0
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"current": 2300.0,
|
272 |
+
"min": 800.0,
|
273 |
+
"max": 3400.0
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"current": 2300.0,
|
277 |
+
"min": 800.0,
|
278 |
+
"max": 3400.0
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"current": 2300.0,
|
282 |
+
"min": 800.0,
|
283 |
+
"max": 3400.0
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"current": 2300.0,
|
287 |
+
"min": 800.0,
|
288 |
+
"max": 3400.0
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"current": 2300.0,
|
292 |
+
"min": 800.0,
|
293 |
+
"max": 3400.0
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"current": 2300.0,
|
297 |
+
"min": 800.0,
|
298 |
+
"max": 3400.0
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"current": 2300.0,
|
302 |
+
"min": 800.0,
|
303 |
+
"max": 3400.0
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"current": 2300.0,
|
307 |
+
"min": 800.0,
|
308 |
+
"max": 3400.0
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"current": 2300.0,
|
312 |
+
"min": 800.0,
|
313 |
+
"max": 3400.0
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"current": 2300.0,
|
317 |
+
"min": 800.0,
|
318 |
+
"max": 3400.0
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"current": 2300.0,
|
322 |
+
"min": 800.0,
|
323 |
+
"max": 3400.0
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"current": 2300.0,
|
327 |
+
"min": 800.0,
|
328 |
+
"max": 3400.0
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"current": 2300.0,
|
332 |
+
"min": 800.0,
|
333 |
+
"max": 3400.0
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"current": 2300.0,
|
337 |
+
"min": 800.0,
|
338 |
+
"max": 3400.0
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"current": 2300.0,
|
342 |
+
"min": 800.0,
|
343 |
+
"max": 3400.0
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"current": 2300.0,
|
347 |
+
"min": 800.0,
|
348 |
+
"max": 3400.0
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"current": 2300.0,
|
352 |
+
"min": 800.0,
|
353 |
+
"max": 3400.0
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"current": 2300.0,
|
357 |
+
"min": 800.0,
|
358 |
+
"max": 3400.0
|
359 |
+
},
|
360 |
+
{
|
361 |
+
"current": 2300.0,
|
362 |
+
"min": 800.0,
|
363 |
+
"max": 3400.0
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"current": 2300.0,
|
367 |
+
"min": 800.0,
|
368 |
+
"max": 3400.0
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"current": 2300.0,
|
372 |
+
"min": 800.0,
|
373 |
+
"max": 3400.0
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"current": 2300.0,
|
377 |
+
"min": 800.0,
|
378 |
+
"max": 3400.0
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"current": 2300.0,
|
382 |
+
"min": 800.0,
|
383 |
+
"max": 3400.0
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"current": 2300.0,
|
387 |
+
"min": 800.0,
|
388 |
+
"max": 3400.0
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"current": 2300.0,
|
392 |
+
"min": 800.0,
|
393 |
+
"max": 3400.0
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"current": 2300.0,
|
397 |
+
"min": 800.0,
|
398 |
+
"max": 3400.0
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"current": 2300.0,
|
402 |
+
"min": 800.0,
|
403 |
+
"max": 3400.0
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"current": 2300.0,
|
407 |
+
"min": 800.0,
|
408 |
+
"max": 3400.0
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"current": 2300.0,
|
412 |
+
"min": 800.0,
|
413 |
+
"max": 3400.0
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"current": 2300.0,
|
417 |
+
"min": 800.0,
|
418 |
+
"max": 3400.0
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"current": 2300.0,
|
422 |
+
"min": 800.0,
|
423 |
+
"max": 3400.0
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"current": 2300.0,
|
427 |
+
"min": 800.0,
|
428 |
+
"max": 3400.0
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"current": 2300.0,
|
432 |
+
"min": 800.0,
|
433 |
+
"max": 3400.0
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"current": 2300.0,
|
437 |
+
"min": 800.0,
|
438 |
+
"max": 3400.0
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"current": 3399.997,
|
442 |
+
"min": 800.0,
|
443 |
+
"max": 3400.0
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"current": 2300.0,
|
447 |
+
"min": 800.0,
|
448 |
+
"max": 3400.0
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"current": 2300.0,
|
452 |
+
"min": 800.0,
|
453 |
+
"max": 3400.0
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"current": 2300.0,
|
457 |
+
"min": 800.0,
|
458 |
+
"max": 3400.0
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"current": 2300.0,
|
462 |
+
"min": 800.0,
|
463 |
+
"max": 3400.0
|
464 |
+
},
|
465 |
+
{
|
466 |
+
"current": 2300.0,
|
467 |
+
"min": 800.0,
|
468 |
+
"max": 3400.0
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"current": 2300.0,
|
472 |
+
"min": 800.0,
|
473 |
+
"max": 3400.0
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"current": 2300.0,
|
477 |
+
"min": 800.0,
|
478 |
+
"max": 3400.0
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"current": 2300.0,
|
482 |
+
"min": 800.0,
|
483 |
+
"max": 3400.0
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"current": 2300.0,
|
487 |
+
"min": 800.0,
|
488 |
+
"max": 3400.0
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"current": 2300.0,
|
492 |
+
"min": 800.0,
|
493 |
+
"max": 3400.0
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"current": 2300.0,
|
497 |
+
"min": 800.0,
|
498 |
+
"max": 3400.0
|
499 |
+
},
|
500 |
+
{
|
501 |
+
"current": 2300.0,
|
502 |
+
"min": 800.0,
|
503 |
+
"max": 3400.0
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"current": 2300.0,
|
507 |
+
"min": 800.0,
|
508 |
+
"max": 3400.0
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"current": 2300.0,
|
512 |
+
"min": 800.0,
|
513 |
+
"max": 3400.0
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"current": 2300.0,
|
517 |
+
"min": 800.0,
|
518 |
+
"max": 3400.0
|
519 |
+
},
|
520 |
+
{
|
521 |
+
"current": 2300.0,
|
522 |
+
"min": 800.0,
|
523 |
+
"max": 3400.0
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"current": 2300.0,
|
527 |
+
"min": 800.0,
|
528 |
+
"max": 3400.0
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"current": 2300.0,
|
532 |
+
"min": 800.0,
|
533 |
+
"max": 3400.0
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"current": 2300.0,
|
537 |
+
"min": 800.0,
|
538 |
+
"max": 3400.0
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"current": 2300.0,
|
542 |
+
"min": 800.0,
|
543 |
+
"max": 3400.0
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"current": 2300.0,
|
547 |
+
"min": 800.0,
|
548 |
+
"max": 3400.0
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"current": 2300.0,
|
552 |
+
"min": 800.0,
|
553 |
+
"max": 3400.0
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"current": 2300.0,
|
557 |
+
"min": 800.0,
|
558 |
+
"max": 3400.0
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"current": 2300.0,
|
562 |
+
"min": 800.0,
|
563 |
+
"max": 3400.0
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"current": 2300.0,
|
567 |
+
"min": 800.0,
|
568 |
+
"max": 3400.0
|
569 |
+
},
|
570 |
+
{
|
571 |
+
"current": 2300.0,
|
572 |
+
"min": 800.0,
|
573 |
+
"max": 3400.0
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"current": 2300.0,
|
577 |
+
"min": 800.0,
|
578 |
+
"max": 3400.0
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"current": 2300.0,
|
582 |
+
"min": 800.0,
|
583 |
+
"max": 3400.0
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"current": 2300.0,
|
587 |
+
"min": 800.0,
|
588 |
+
"max": 3400.0
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"current": 2300.0,
|
592 |
+
"min": 800.0,
|
593 |
+
"max": 3400.0
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"current": 2300.0,
|
597 |
+
"min": 800.0,
|
598 |
+
"max": 3400.0
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"current": 2300.0,
|
602 |
+
"min": 800.0,
|
603 |
+
"max": 3400.0
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"current": 2300.0,
|
607 |
+
"min": 800.0,
|
608 |
+
"max": 3400.0
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"current": 2300.0,
|
612 |
+
"min": 800.0,
|
613 |
+
"max": 3400.0
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"current": 2300.0,
|
617 |
+
"min": 800.0,
|
618 |
+
"max": 3400.0
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"current": 2300.0,
|
622 |
+
"min": 800.0,
|
623 |
+
"max": 3400.0
|
624 |
+
},
|
625 |
+
{
|
626 |
+
"current": 2300.0,
|
627 |
+
"min": 800.0,
|
628 |
+
"max": 3400.0
|
629 |
+
},
|
630 |
+
{
|
631 |
+
"current": 2300.0,
|
632 |
+
"min": 800.0,
|
633 |
+
"max": 3400.0
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"current": 2300.0,
|
637 |
+
"min": 800.0,
|
638 |
+
"max": 3400.0
|
639 |
+
},
|
640 |
+
{
|
641 |
+
"current": 2300.0,
|
642 |
+
"min": 800.0,
|
643 |
+
"max": 3400.0
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"current": 2300.0,
|
647 |
+
"min": 800.0,
|
648 |
+
"max": 3400.0
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"current": 2300.0,
|
652 |
+
"min": 800.0,
|
653 |
+
"max": 3400.0
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"current": 2300.0,
|
657 |
+
"min": 800.0,
|
658 |
+
"max": 3400.0
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"current": 2300.0,
|
662 |
+
"min": 800.0,
|
663 |
+
"max": 3400.0
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"current": 2300.0,
|
667 |
+
"min": 800.0,
|
668 |
+
"max": 3400.0
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"current": 2300.0,
|
672 |
+
"min": 800.0,
|
673 |
+
"max": 3400.0
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"current": 2300.0,
|
677 |
+
"min": 800.0,
|
678 |
+
"max": 3400.0
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"current": 2300.0,
|
682 |
+
"min": 800.0,
|
683 |
+
"max": 3400.0
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"current": 2300.0,
|
687 |
+
"min": 800.0,
|
688 |
+
"max": 3400.0
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"current": 2300.0,
|
692 |
+
"min": 800.0,
|
693 |
+
"max": 3400.0
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"current": 2300.0,
|
697 |
+
"min": 800.0,
|
698 |
+
"max": 3400.0
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"current": 2300.0,
|
702 |
+
"min": 800.0,
|
703 |
+
"max": 3400.0
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"current": 2300.0,
|
707 |
+
"min": 800.0,
|
708 |
+
"max": 3400.0
|
709 |
+
},
|
710 |
+
{
|
711 |
+
"current": 2300.0,
|
712 |
+
"min": 800.0,
|
713 |
+
"max": 3400.0
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"current": 2300.0,
|
717 |
+
"min": 800.0,
|
718 |
+
"max": 3400.0
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"current": 2300.0,
|
722 |
+
"min": 800.0,
|
723 |
+
"max": 3400.0
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"current": 2300.0,
|
727 |
+
"min": 800.0,
|
728 |
+
"max": 3400.0
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"current": 2300.0,
|
732 |
+
"min": 800.0,
|
733 |
+
"max": 3400.0
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"current": 2300.0,
|
737 |
+
"min": 800.0,
|
738 |
+
"max": 3400.0
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"current": 2300.0,
|
742 |
+
"min": 800.0,
|
743 |
+
"max": 3400.0
|
744 |
+
},
|
745 |
+
{
|
746 |
+
"current": 2300.0,
|
747 |
+
"min": 800.0,
|
748 |
+
"max": 3400.0
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"current": 2300.0,
|
752 |
+
"min": 800.0,
|
753 |
+
"max": 3400.0
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"current": 2300.0,
|
757 |
+
"min": 800.0,
|
758 |
+
"max": 3400.0
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"current": 2300.0,
|
762 |
+
"min": 800.0,
|
763 |
+
"max": 3400.0
|
764 |
+
},
|
765 |
+
{
|
766 |
+
"current": 2300.0,
|
767 |
+
"min": 800.0,
|
768 |
+
"max": 3400.0
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"current": 2300.0,
|
772 |
+
"min": 800.0,
|
773 |
+
"max": 3400.0
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"current": 2300.0,
|
777 |
+
"min": 800.0,
|
778 |
+
"max": 3400.0
|
779 |
+
},
|
780 |
+
{
|
781 |
+
"current": 2300.0,
|
782 |
+
"min": 800.0,
|
783 |
+
"max": 3400.0
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"current": 2300.0,
|
787 |
+
"min": 800.0,
|
788 |
+
"max": 3400.0
|
789 |
+
},
|
790 |
+
{
|
791 |
+
"current": 2300.0,
|
792 |
+
"min": 800.0,
|
793 |
+
"max": 3400.0
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"current": 2300.0,
|
797 |
+
"min": 800.0,
|
798 |
+
"max": 3400.0
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"current": 2300.0,
|
802 |
+
"min": 800.0,
|
803 |
+
"max": 3400.0
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"current": 2300.0,
|
807 |
+
"min": 800.0,
|
808 |
+
"max": 3400.0
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"current": 2300.0,
|
812 |
+
"min": 800.0,
|
813 |
+
"max": 3400.0
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"current": 2300.0,
|
817 |
+
"min": 800.0,
|
818 |
+
"max": 3400.0
|
819 |
+
},
|
820 |
+
{
|
821 |
+
"current": 2300.0,
|
822 |
+
"min": 800.0,
|
823 |
+
"max": 3400.0
|
824 |
+
},
|
825 |
+
{
|
826 |
+
"current": 2300.0,
|
827 |
+
"min": 800.0,
|
828 |
+
"max": 3400.0
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"current": 2300.0,
|
832 |
+
"min": 800.0,
|
833 |
+
"max": 3400.0
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"current": 2300.0,
|
837 |
+
"min": 800.0,
|
838 |
+
"max": 3400.0
|
839 |
+
}
|
840 |
+
],
|
841 |
+
"disk": {
|
842 |
+
"/": {
|
843 |
+
"total": 877.6341285705566,
|
844 |
+
"used": 211.64157104492188
|
845 |
+
}
|
846 |
+
},
|
847 |
+
"memory": {
|
848 |
+
"total": 1007.4379997253418
|
849 |
+
}
|
850 |
+
}
|
lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 11}}
|
lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/logs/debug-internal.log
ADDED
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-22 18:59:09,245 INFO StreamThr :3847 [internal.py:wandb_internal():85] W&B internal server running at pid: 3847, started at: 2024-05-22 18:59:09.242304
|
2 |
+
2024-05-22 18:59:09,247 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: status
|
3 |
+
2024-05-22 18:59:09,248 INFO WriterThread:3847 [datastore.py:open_for_write():87] open: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/run-bhoogr15.wandb
|
4 |
+
2024-05-22 18:59:09,252 DEBUG SenderThread:3847 [sender.py:send():378] send: header
|
5 |
+
2024-05-22 18:59:09,256 DEBUG SenderThread:3847 [sender.py:send():378] send: run
|
6 |
+
2024-05-22 18:59:09,515 INFO SenderThread:3847 [dir_watcher.py:__init__():211] watching files in: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files
|
7 |
+
2024-05-22 18:59:09,515 INFO SenderThread:3847 [sender.py:_start_run_threads():1123] run started: bhoogr15 with start time 1716404349.242157
|
8 |
+
2024-05-22 18:59:09,519 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: check_version
|
9 |
+
2024-05-22 18:59:09,520 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: check_version
|
10 |
+
2024-05-22 18:59:09,636 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: run_start
|
11 |
+
2024-05-22 18:59:09,638 DEBUG HandlerThread:3847 [system_info.py:__init__():26] System info init
|
12 |
+
2024-05-22 18:59:09,638 DEBUG HandlerThread:3847 [system_info.py:__init__():41] System info init done
|
13 |
+
2024-05-22 18:59:09,639 INFO HandlerThread:3847 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-05-22 18:59:09,639 INFO SystemMonitor:3847 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-05-22 18:59:09,639 INFO HandlerThread:3847 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-05-22 18:59:09,646 INFO SystemMonitor:3847 [interfaces.py:start():188] Started cpu monitoring
|
17 |
+
2024-05-22 18:59:09,646 INFO SystemMonitor:3847 [interfaces.py:start():188] Started disk monitoring
|
18 |
+
2024-05-22 18:59:09,652 INFO SystemMonitor:3847 [interfaces.py:start():188] Started memory monitoring
|
19 |
+
2024-05-22 18:59:09,652 INFO SystemMonitor:3847 [interfaces.py:start():188] Started network monitoring
|
20 |
+
2024-05-22 18:59:09,713 DEBUG HandlerThread:3847 [system_info.py:probe():150] Probing system
|
21 |
+
2024-05-22 18:59:09,717 DEBUG HandlerThread:3847 [system_info.py:_probe_git():135] Probing git
|
22 |
+
2024-05-22 18:59:09,727 ERROR HandlerThread:3847 [gitlib.py:root():92] git root error: Cmd('git') failed due to: exit code(128)
|
23 |
+
cmdline: git rev-parse --show-toplevel
|
24 |
+
stderr: 'fatal: detected dubious ownership in repository at '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
|
25 |
+
To add an exception for this directory, call:
|
26 |
+
|
27 |
+
git config --global --add safe.directory /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
|
28 |
+
2024-05-22 18:59:09,727 DEBUG HandlerThread:3847 [system_info.py:_probe_git():143] Probing git done
|
29 |
+
2024-05-22 18:59:09,727 DEBUG HandlerThread:3847 [system_info.py:probe():198] Probing system done
|
30 |
+
2024-05-22 18:59:09,727 DEBUG HandlerThread:3847 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-92-generic-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-05-22T18:59:09.713423', 'startedAt': '2024-05-22T18:59:09.222024', 'docker': None, 'cuda': None, 'args': ('--model', 'hf', '--model_args', 'pretrained=/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step30000', '--tasks', 'hellaswag,arc_easy,openbookqa,winogrande,sst2,mrpc', '--batch_size', 'auto', '--wandb_args', 'project=bharatgpt,group=trial_expt_2'), 'state': 'running', 'program': '-m lm_eval.__main__', 'codePathLocal': None, 'git': {'remote': 'https://github.com/EleutherAI/lm-evaluation-harness', 'commit': None}, 'email': None, 'root': '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness', 'host': 'peacock-evaluation-worker-0', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 80, 'cpu_count_logical': 160, 'cpu_freq': {'current': 2327.5, 'min': 800.0, 'max': 3400.0}, 'cpu_freq_per_core': [{'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.002, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3399.997, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}], 'disk': {'/': {'total': 877.6341285705566, 'used': 211.64157104492188}}, 'memory': {'total': 1007.4379997253418}}
|
31 |
+
2024-05-22 18:59:09,727 INFO HandlerThread:3847 [system_monitor.py:probe():224] Finished collecting system info
|
32 |
+
2024-05-22 18:59:09,727 INFO HandlerThread:3847 [system_monitor.py:probe():227] Publishing system info
|
33 |
+
2024-05-22 18:59:09,730 INFO HandlerThread:3847 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-05-22 18:59:09,735 DEBUG SenderThread:3847 [sender.py:send():378] send: files
|
35 |
+
2024-05-22 18:59:09,735 INFO SenderThread:3847 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
|
36 |
+
2024-05-22 18:59:09,916 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: python_packages
|
37 |
+
2024-05-22 18:59:09,916 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: python_packages
|
38 |
+
2024-05-22 18:59:09,917 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: stop_status
|
39 |
+
2024-05-22 18:59:09,929 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: stop_status
|
40 |
+
2024-05-22 18:59:10,044 DEBUG SenderThread:3847 [sender.py:send():378] send: telemetry
|
41 |
+
2024-05-22 18:59:10,312 INFO wandb-upload_0:3847 [upload_job.py:push():130] Uploaded file /tmp/tmp7ahuou9qwandb/ve05p0sv-wandb-metadata.json
|
42 |
+
2024-05-22 18:59:10,518 INFO Thread-12 :3847 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-metadata.json
|
43 |
+
2024-05-22 18:59:10,518 INFO Thread-12 :3847 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/requirements.txt
|
44 |
+
2024-05-22 18:59:10,518 INFO Thread-12 :3847 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/output.log
|
45 |
+
2024-05-22 18:59:12,517 INFO Thread-12 :3847 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/output.log
|
46 |
+
2024-05-22 18:59:15,048 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: status_report
|
47 |
+
2024-05-22 18:59:20,443 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: status_report
|
48 |
+
2024-05-22 18:59:20,526 INFO Thread-12 :3847 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/output.log
|
49 |
+
2024-05-22 18:59:20,790 DEBUG SenderThread:3847 [sender.py:send():378] send: exit
|
50 |
+
2024-05-22 18:59:20,790 INFO SenderThread:3847 [sender.py:send_exit():585] handling exit code: 1
|
51 |
+
2024-05-22 18:59:20,790 INFO SenderThread:3847 [sender.py:send_exit():587] handling runtime: 11
|
52 |
+
2024-05-22 18:59:20,792 INFO SenderThread:3847 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
53 |
+
2024-05-22 18:59:20,792 INFO SenderThread:3847 [sender.py:send_exit():593] send defer
|
54 |
+
2024-05-22 18:59:20,792 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
55 |
+
2024-05-22 18:59:20,792 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 0
|
56 |
+
2024-05-22 18:59:20,792 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
57 |
+
2024-05-22 18:59:20,792 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 0
|
58 |
+
2024-05-22 18:59:20,792 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 1
|
59 |
+
2024-05-22 18:59:20,792 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
60 |
+
2024-05-22 18:59:20,792 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 1
|
61 |
+
2024-05-22 18:59:20,793 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
62 |
+
2024-05-22 18:59:20,793 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 1
|
63 |
+
2024-05-22 18:59:20,793 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 2
|
64 |
+
2024-05-22 18:59:20,793 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
65 |
+
2024-05-22 18:59:20,793 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 2
|
66 |
+
2024-05-22 18:59:20,793 INFO HandlerThread:3847 [system_monitor.py:finish():203] Stopping system monitor
|
67 |
+
2024-05-22 18:59:20,793 DEBUG SystemMonitor:3847 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
68 |
+
2024-05-22 18:59:20,793 DEBUG SystemMonitor:3847 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
69 |
+
2024-05-22 18:59:20,793 DEBUG SystemMonitor:3847 [system_monitor.py:_start():183] Publishing last batch of metrics
|
70 |
+
2024-05-22 18:59:20,793 INFO HandlerThread:3847 [interfaces.py:finish():200] Joined cpu monitor
|
71 |
+
2024-05-22 18:59:20,796 INFO HandlerThread:3847 [interfaces.py:finish():200] Joined disk monitor
|
72 |
+
2024-05-22 18:59:20,796 INFO HandlerThread:3847 [interfaces.py:finish():200] Joined memory monitor
|
73 |
+
2024-05-22 18:59:20,796 INFO HandlerThread:3847 [interfaces.py:finish():200] Joined network monitor
|
74 |
+
2024-05-22 18:59:20,797 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
75 |
+
2024-05-22 18:59:20,797 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 2
|
76 |
+
2024-05-22 18:59:20,797 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 3
|
77 |
+
2024-05-22 18:59:20,797 DEBUG SenderThread:3847 [sender.py:send():378] send: stats
|
78 |
+
2024-05-22 18:59:20,797 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
79 |
+
2024-05-22 18:59:20,798 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 3
|
80 |
+
2024-05-22 18:59:20,798 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
81 |
+
2024-05-22 18:59:20,798 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 3
|
82 |
+
2024-05-22 18:59:20,798 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 4
|
83 |
+
2024-05-22 18:59:20,798 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
84 |
+
2024-05-22 18:59:20,798 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 4
|
85 |
+
2024-05-22 18:59:20,798 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
86 |
+
2024-05-22 18:59:20,798 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 4
|
87 |
+
2024-05-22 18:59:20,798 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 5
|
88 |
+
2024-05-22 18:59:20,798 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
89 |
+
2024-05-22 18:59:20,798 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 5
|
90 |
+
2024-05-22 18:59:20,799 DEBUG SenderThread:3847 [sender.py:send():378] send: summary
|
91 |
+
2024-05-22 18:59:20,799 INFO SenderThread:3847 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
92 |
+
2024-05-22 18:59:20,800 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
93 |
+
2024-05-22 18:59:20,800 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 5
|
94 |
+
2024-05-22 18:59:20,800 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 6
|
95 |
+
2024-05-22 18:59:20,800 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
96 |
+
2024-05-22 18:59:20,800 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 6
|
97 |
+
2024-05-22 18:59:20,800 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
98 |
+
2024-05-22 18:59:20,800 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 6
|
99 |
+
2024-05-22 18:59:20,804 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: status_report
|
100 |
+
2024-05-22 18:59:20,902 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 7
|
101 |
+
2024-05-22 18:59:20,903 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
102 |
+
2024-05-22 18:59:20,903 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 7
|
103 |
+
2024-05-22 18:59:20,903 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
104 |
+
2024-05-22 18:59:20,903 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 7
|
105 |
+
2024-05-22 18:59:21,528 INFO Thread-12 :3847 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/config.yaml
|
106 |
+
2024-05-22 18:59:21,528 INFO Thread-12 :3847 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-summary.json
|
107 |
+
2024-05-22 18:59:21,790 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: poll_exit
|
108 |
+
2024-05-22 18:59:22,070 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 8
|
109 |
+
2024-05-22 18:59:22,070 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: poll_exit
|
110 |
+
2024-05-22 18:59:22,071 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
111 |
+
2024-05-22 18:59:22,071 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 8
|
112 |
+
2024-05-22 18:59:22,071 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
113 |
+
2024-05-22 18:59:22,071 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 8
|
114 |
+
2024-05-22 18:59:22,071 INFO SenderThread:3847 [job_builder.py:build():432] Attempting to build job artifact
|
115 |
+
2024-05-22 18:59:22,072 INFO SenderThread:3847 [job_builder.py:_get_source_type():576] no source found
|
116 |
+
2024-05-22 18:59:22,072 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 9
|
117 |
+
2024-05-22 18:59:22,072 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
118 |
+
2024-05-22 18:59:22,072 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 9
|
119 |
+
2024-05-22 18:59:22,072 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
120 |
+
2024-05-22 18:59:22,072 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 9
|
121 |
+
2024-05-22 18:59:22,072 INFO SenderThread:3847 [dir_watcher.py:finish():358] shutting down directory watcher
|
122 |
+
2024-05-22 18:59:22,529 INFO SenderThread:3847 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/output.log
|
123 |
+
2024-05-22 18:59:22,530 INFO SenderThread:3847 [dir_watcher.py:finish():388] scan: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files
|
124 |
+
2024-05-22 18:59:22,530 INFO SenderThread:3847 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/requirements.txt requirements.txt
|
125 |
+
2024-05-22 18:59:22,530 INFO SenderThread:3847 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-summary.json wandb-summary.json
|
126 |
+
2024-05-22 18:59:22,532 INFO SenderThread:3847 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/output.log output.log
|
127 |
+
2024-05-22 18:59:22,533 INFO SenderThread:3847 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-metadata.json wandb-metadata.json
|
128 |
+
2024-05-22 18:59:22,533 INFO SenderThread:3847 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/config.yaml config.yaml
|
129 |
+
2024-05-22 18:59:22,533 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 10
|
130 |
+
2024-05-22 18:59:22,533 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
131 |
+
2024-05-22 18:59:22,533 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 10
|
132 |
+
2024-05-22 18:59:22,533 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
133 |
+
2024-05-22 18:59:22,533 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 10
|
134 |
+
2024-05-22 18:59:22,533 INFO SenderThread:3847 [file_pusher.py:finish():169] shutting down file pusher
|
135 |
+
2024-05-22 18:59:22,784 INFO wandb-upload_0:3847 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/requirements.txt
|
136 |
+
2024-05-22 18:59:22,790 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: poll_exit
|
137 |
+
2024-05-22 18:59:22,791 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: poll_exit
|
138 |
+
2024-05-22 18:59:22,985 INFO wandb-upload_3:3847 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/config.yaml
|
139 |
+
2024-05-22 18:59:23,204 INFO wandb-upload_2:3847 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/output.log
|
140 |
+
2024-05-22 18:59:23,228 INFO wandb-upload_1:3847 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/files/wandb-summary.json
|
141 |
+
2024-05-22 18:59:23,428 INFO Thread-11 (_thread_body):3847 [sender.py:transition_state():613] send defer: 11
|
142 |
+
2024-05-22 18:59:23,429 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
143 |
+
2024-05-22 18:59:23,429 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 11
|
144 |
+
2024-05-22 18:59:23,429 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
145 |
+
2024-05-22 18:59:23,429 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 11
|
146 |
+
2024-05-22 18:59:23,429 INFO SenderThread:3847 [file_pusher.py:join():175] waiting for file pusher
|
147 |
+
2024-05-22 18:59:23,429 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 12
|
148 |
+
2024-05-22 18:59:23,429 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
149 |
+
2024-05-22 18:59:23,429 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 12
|
150 |
+
2024-05-22 18:59:23,430 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
151 |
+
2024-05-22 18:59:23,430 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 12
|
152 |
+
2024-05-22 18:59:23,430 INFO SenderThread:3847 [file_stream.py:finish():601] file stream finish called
|
153 |
+
2024-05-22 18:59:23,493 INFO SenderThread:3847 [file_stream.py:finish():605] file stream finish is done
|
154 |
+
2024-05-22 18:59:23,493 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 13
|
155 |
+
2024-05-22 18:59:23,493 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
156 |
+
2024-05-22 18:59:23,493 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 13
|
157 |
+
2024-05-22 18:59:23,493 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
158 |
+
2024-05-22 18:59:23,493 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 13
|
159 |
+
2024-05-22 18:59:23,493 INFO SenderThread:3847 [sender.py:transition_state():613] send defer: 14
|
160 |
+
2024-05-22 18:59:23,493 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: defer
|
161 |
+
2024-05-22 18:59:23,493 INFO HandlerThread:3847 [handler.py:handle_request_defer():184] handle defer: 14
|
162 |
+
2024-05-22 18:59:23,494 DEBUG SenderThread:3847 [sender.py:send():378] send: final
|
163 |
+
2024-05-22 18:59:23,494 DEBUG SenderThread:3847 [sender.py:send():378] send: footer
|
164 |
+
2024-05-22 18:59:23,494 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: defer
|
165 |
+
2024-05-22 18:59:23,494 INFO SenderThread:3847 [sender.py:send_request_defer():609] handle sender defer: 14
|
166 |
+
2024-05-22 18:59:23,494 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: poll_exit
|
167 |
+
2024-05-22 18:59:23,494 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: poll_exit
|
168 |
+
2024-05-22 18:59:23,494 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: server_info
|
169 |
+
2024-05-22 18:59:23,495 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: get_summary
|
170 |
+
2024-05-22 18:59:23,495 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: sampled_history
|
171 |
+
2024-05-22 18:59:23,495 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: internal_messages
|
172 |
+
2024-05-22 18:59:23,495 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: poll_exit
|
173 |
+
2024-05-22 18:59:23,495 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: poll_exit
|
174 |
+
2024-05-22 18:59:23,495 DEBUG SenderThread:3847 [sender.py:send_request():405] send_request: server_info
|
175 |
+
2024-05-22 18:59:23,547 INFO MainThread:3847 [wandb_run.py:_footer_history_summary_info():3994] rendering history
|
176 |
+
2024-05-22 18:59:23,547 INFO MainThread:3847 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
|
177 |
+
2024-05-22 18:59:23,547 INFO MainThread:3847 [wandb_run.py:_footer_sync_info():3953] logging synced files
|
178 |
+
2024-05-22 18:59:23,547 DEBUG HandlerThread:3847 [handler.py:handle_request():158] handle_request: shutdown
|
179 |
+
2024-05-22 18:59:23,547 INFO HandlerThread:3847 [handler.py:finish():882] shutting down handler
|
180 |
+
2024-05-22 18:59:24,495 INFO WriterThread:3847 [datastore.py:close():296] close: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/run-bhoogr15.wandb
|
181 |
+
2024-05-22 18:59:24,547 INFO SenderThread:3847 [sender.py:finish():1545] shutting down sender
|
182 |
+
2024-05-22 18:59:24,547 INFO SenderThread:3847 [file_pusher.py:finish():169] shutting down file pusher
|
183 |
+
2024-05-22 18:59:24,547 INFO SenderThread:3847 [file_pusher.py:join():175] waiting for file pusher
|
lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/logs/debug.log
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
|
2 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_setup.py:_flush():76] Configure stats pid to 3692
|
3 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
|
4 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_setup.py:_flush():76] Loading settings from /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/settings
|
5 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-05-22 18:59:09,236 WARNING MainThread:3692 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
|
8 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
|
9 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_setup.py:_flush():76] Applying login settings: {}
|
10 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_init.py:_log_setup():520] Logging user logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/logs/debug.log
|
11 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_init.py:_log_setup():521] Logging internal logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/logs/debug-internal.log
|
12 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_init.py:init():560] calling init triggers
|
13 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
|
14 |
+
config: {}
|
15 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_init.py:init():610] starting backend
|
16 |
+
2024-05-22 18:59:09,236 INFO MainThread:3692 [wandb_init.py:init():614] setting up manager
|
17 |
+
2024-05-22 18:59:09,241 INFO MainThread:3692 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
18 |
+
2024-05-22 18:59:09,241 INFO MainThread:3692 [wandb_init.py:init():622] backend started and connected
|
19 |
+
2024-05-22 18:59:09,245 INFO MainThread:3692 [wandb_init.py:init():711] updated telemetry
|
20 |
+
2024-05-22 18:59:09,256 INFO MainThread:3692 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-05-22 18:59:09,519 INFO MainThread:3692 [wandb_run.py:_on_init():2396] communicating current version
|
22 |
+
2024-05-22 18:59:09,630 INFO MainThread:3692 [wandb_run.py:_on_init():2405] got version response
|
23 |
+
2024-05-22 18:59:09,630 INFO MainThread:3692 [wandb_init.py:init():795] starting run threads in backend
|
24 |
+
2024-05-22 18:59:09,917 INFO MainThread:3692 [wandb_run.py:_console_start():2374] atexit reg
|
25 |
+
2024-05-22 18:59:09,917 INFO MainThread:3692 [wandb_run.py:_redirect():2229] redirect: wrap_raw
|
26 |
+
2024-05-22 18:59:09,917 INFO MainThread:3692 [wandb_run.py:_redirect():2294] Wrapping output streams.
|
27 |
+
2024-05-22 18:59:09,917 INFO MainThread:3692 [wandb_run.py:_redirect():2319] Redirects installed.
|
28 |
+
2024-05-22 18:59:09,919 INFO MainThread:3692 [wandb_init.py:init():838] run started, returning control to user process
|
29 |
+
2024-05-22 18:59:24,548 WARNING MsgRouterThr:3692 [router.py:message_loop():77] message_loop has been closed
|
lm-evaluation-harness/wandb/run-20240522_185909-bhoogr15/run-bhoogr15.wandb
ADDED
Binary file (11.1 kB). View file
|
|
lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/config.yaml
ADDED
@@ -0,0 +1,284 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.12
|
7 |
+
cli_version: 0.17.0
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.36.2
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1717073936
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 5
|
17 |
+
- 11
|
18 |
+
- 49
|
19 |
+
- 51
|
20 |
+
- 53
|
21 |
+
- 55
|
22 |
+
- 71
|
23 |
+
- 98
|
24 |
+
- 100
|
25 |
+
2:
|
26 |
+
- 1
|
27 |
+
- 5
|
28 |
+
- 11
|
29 |
+
- 49
|
30 |
+
- 51
|
31 |
+
- 53
|
32 |
+
- 55
|
33 |
+
- 71
|
34 |
+
- 98
|
35 |
+
- 100
|
36 |
+
3:
|
37 |
+
- 2
|
38 |
+
- 13
|
39 |
+
- 23
|
40 |
+
- 62
|
41 |
+
4: 3.10.12
|
42 |
+
5: 0.17.0
|
43 |
+
6: 4.36.2
|
44 |
+
8:
|
45 |
+
- 5
|
46 |
+
13: linux-x86_64
|
47 |
+
task_configs:
|
48 |
+
desc: null
|
49 |
+
value:
|
50 |
+
arc_easy:
|
51 |
+
task: arc_easy
|
52 |
+
group:
|
53 |
+
- ai2_arc
|
54 |
+
dataset_path: allenai/ai2_arc
|
55 |
+
dataset_name: ARC-Easy
|
56 |
+
training_split: train
|
57 |
+
validation_split: validation
|
58 |
+
test_split: test
|
59 |
+
doc_to_text: 'Question: {{question}}
|
60 |
+
|
61 |
+
Answer:'
|
62 |
+
doc_to_target: '{{choices.label.index(answerKey)}}'
|
63 |
+
doc_to_choice: '{{choices.text}}'
|
64 |
+
description: ''
|
65 |
+
target_delimiter: ' '
|
66 |
+
fewshot_delimiter: '
|
67 |
+
|
68 |
+
|
69 |
+
'
|
70 |
+
num_fewshot: 0
|
71 |
+
metric_list:
|
72 |
+
- metric: acc
|
73 |
+
aggregation: mean
|
74 |
+
higher_is_better: true
|
75 |
+
- metric: acc_norm
|
76 |
+
aggregation: mean
|
77 |
+
higher_is_better: true
|
78 |
+
output_type: multiple_choice
|
79 |
+
repeats: 1
|
80 |
+
should_decontaminate: true
|
81 |
+
doc_to_decontamination_query: 'Question: {{question}}
|
82 |
+
|
83 |
+
Answer:'
|
84 |
+
metadata:
|
85 |
+
version: 1.0
|
86 |
+
boolq:
|
87 |
+
task: boolq
|
88 |
+
group:
|
89 |
+
- super-glue-lm-eval-v1
|
90 |
+
dataset_path: super_glue
|
91 |
+
dataset_name: boolq
|
92 |
+
training_split: train
|
93 |
+
validation_split: validation
|
94 |
+
doc_to_text: '{{passage}}
|
95 |
+
|
96 |
+
Question: {{question}}?
|
97 |
+
|
98 |
+
Answer:'
|
99 |
+
doc_to_target: label
|
100 |
+
doc_to_choice:
|
101 |
+
- 'no'
|
102 |
+
- 'yes'
|
103 |
+
description: ''
|
104 |
+
target_delimiter: ' '
|
105 |
+
fewshot_delimiter: '
|
106 |
+
|
107 |
+
|
108 |
+
'
|
109 |
+
num_fewshot: 0
|
110 |
+
metric_list:
|
111 |
+
- metric: acc
|
112 |
+
output_type: multiple_choice
|
113 |
+
repeats: 1
|
114 |
+
should_decontaminate: true
|
115 |
+
doc_to_decontamination_query: passage
|
116 |
+
metadata:
|
117 |
+
version: 2.0
|
118 |
+
copa:
|
119 |
+
task: copa
|
120 |
+
group:
|
121 |
+
- super-glue-lm-eval-v1
|
122 |
+
dataset_path: super_glue
|
123 |
+
dataset_name: copa
|
124 |
+
training_split: train
|
125 |
+
validation_split: validation
|
126 |
+
doc_to_text: "def doc_to_text(doc):\n # Drop the period\n connector =\
|
127 |
+
\ {\n \"cause\": \"because\",\n \"effect\": \"therefore\",\n\
|
128 |
+
\ }[doc[\"question\"]]\n return doc[\"premise\"].strip()[:-1] + f\"\
|
129 |
+
\ {connector}\"\n"
|
130 |
+
doc_to_target: "def doc_to_target(doc):\n correct_choice = doc[\"choice1\"\
|
131 |
+
] if doc[\"label\"] == 0 else doc[\"choice2\"]\n # Connect the sentences\n\
|
132 |
+
\ return \" \" + convert_choice(correct_choice)\n"
|
133 |
+
doc_to_choice: "def doc_to_choice(doc):\n return [\" \" + convert_choice(doc[\"\
|
134 |
+
choice1\"]), \" \" + convert_choice(doc[\"choice2\"])]\n"
|
135 |
+
description: ''
|
136 |
+
target_delimiter: ' '
|
137 |
+
fewshot_delimiter: '
|
138 |
+
|
139 |
+
|
140 |
+
'
|
141 |
+
num_fewshot: 0
|
142 |
+
metric_list:
|
143 |
+
- metric: acc
|
144 |
+
output_type: multiple_choice
|
145 |
+
repeats: 1
|
146 |
+
should_decontaminate: false
|
147 |
+
metadata:
|
148 |
+
version: 1.0
|
149 |
+
mrpc:
|
150 |
+
task: mrpc
|
151 |
+
group: glue
|
152 |
+
dataset_path: glue
|
153 |
+
dataset_name: mrpc
|
154 |
+
training_split: train
|
155 |
+
validation_split: validation
|
156 |
+
doc_to_text: 'Sentence 1: {{sentence1}}
|
157 |
+
|
158 |
+
Sentence 2: {{sentence2}}
|
159 |
+
|
160 |
+
Question: Do both sentences mean the same thing?
|
161 |
+
|
162 |
+
Answer:'
|
163 |
+
doc_to_target: label
|
164 |
+
doc_to_choice:
|
165 |
+
- 'no'
|
166 |
+
- 'yes'
|
167 |
+
description: ''
|
168 |
+
target_delimiter: ' '
|
169 |
+
fewshot_delimiter: '
|
170 |
+
|
171 |
+
|
172 |
+
'
|
173 |
+
num_fewshot: 0
|
174 |
+
metric_list:
|
175 |
+
- metric: acc
|
176 |
+
- metric: f1
|
177 |
+
output_type: multiple_choice
|
178 |
+
repeats: 1
|
179 |
+
should_decontaminate: false
|
180 |
+
metadata:
|
181 |
+
version: 1.0
|
182 |
+
piqa:
|
183 |
+
task: piqa
|
184 |
+
dataset_path: piqa
|
185 |
+
training_split: train
|
186 |
+
validation_split: validation
|
187 |
+
doc_to_text: 'Question: {{goal}}
|
188 |
+
|
189 |
+
Answer:'
|
190 |
+
doc_to_target: label
|
191 |
+
doc_to_choice: '{{[sol1, sol2]}}'
|
192 |
+
description: ''
|
193 |
+
target_delimiter: ' '
|
194 |
+
fewshot_delimiter: '
|
195 |
+
|
196 |
+
|
197 |
+
'
|
198 |
+
num_fewshot: 0
|
199 |
+
metric_list:
|
200 |
+
- metric: acc
|
201 |
+
aggregation: mean
|
202 |
+
higher_is_better: true
|
203 |
+
- metric: acc_norm
|
204 |
+
aggregation: mean
|
205 |
+
higher_is_better: true
|
206 |
+
output_type: multiple_choice
|
207 |
+
repeats: 1
|
208 |
+
should_decontaminate: true
|
209 |
+
doc_to_decontamination_query: goal
|
210 |
+
metadata:
|
211 |
+
version: 1.0
|
212 |
+
sst2:
|
213 |
+
task: sst2
|
214 |
+
group: glue
|
215 |
+
dataset_path: glue
|
216 |
+
dataset_name: sst2
|
217 |
+
training_split: train
|
218 |
+
validation_split: validation
|
219 |
+
doc_to_text: '{{sentence}}
|
220 |
+
|
221 |
+
Question: Is this sentence positive or negative?
|
222 |
+
|
223 |
+
Answer:'
|
224 |
+
doc_to_target: label
|
225 |
+
doc_to_choice:
|
226 |
+
- negative
|
227 |
+
- positive
|
228 |
+
description: ''
|
229 |
+
target_delimiter: ' '
|
230 |
+
fewshot_delimiter: '
|
231 |
+
|
232 |
+
|
233 |
+
'
|
234 |
+
num_fewshot: 0
|
235 |
+
metric_list:
|
236 |
+
- metric: acc
|
237 |
+
output_type: multiple_choice
|
238 |
+
repeats: 1
|
239 |
+
should_decontaminate: false
|
240 |
+
metadata:
|
241 |
+
version: 1.0
|
242 |
+
winogrande:
|
243 |
+
task: winogrande
|
244 |
+
dataset_path: winogrande
|
245 |
+
dataset_name: winogrande_xl
|
246 |
+
training_split: train
|
247 |
+
validation_split: validation
|
248 |
+
doc_to_text: "def doc_to_text(doc):\n answer_to_num = {\"1\": 0, \"2\": 1}\n\
|
249 |
+
\ return answer_to_num[doc[\"answer\"]]\n"
|
250 |
+
doc_to_target: "def doc_to_target(doc):\n idx = doc[\"sentence\"].index(\"\
|
251 |
+
_\") + 1\n return doc[\"sentence\"][idx:].strip()\n"
|
252 |
+
doc_to_choice: "def doc_to_choice(doc):\n idx = doc[\"sentence\"].index(\"\
|
253 |
+
_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"\
|
254 |
+
sentence\"][:idx] + opt for opt in options]\n"
|
255 |
+
description: ''
|
256 |
+
target_delimiter: ' '
|
257 |
+
fewshot_delimiter: '
|
258 |
+
|
259 |
+
|
260 |
+
'
|
261 |
+
num_fewshot: 0
|
262 |
+
metric_list:
|
263 |
+
- metric: acc
|
264 |
+
aggregation: mean
|
265 |
+
higher_is_better: true
|
266 |
+
output_type: multiple_choice
|
267 |
+
repeats: 1
|
268 |
+
should_decontaminate: true
|
269 |
+
doc_to_decontamination_query: sentence
|
270 |
+
metadata:
|
271 |
+
version: 1.0
|
272 |
+
cli_configs:
|
273 |
+
desc: null
|
274 |
+
value:
|
275 |
+
model: hf
|
276 |
+
model_args: pretrained=/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step50000,tokenizer=/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k_hf/ConvertedTokenizer
|
277 |
+
batch_size: auto
|
278 |
+
batch_sizes:
|
279 |
+
- 64
|
280 |
+
device: null
|
281 |
+
use_cache: null
|
282 |
+
limit: null
|
283 |
+
bootstrap_iters: 100000
|
284 |
+
gen_kwargs: null
|
lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/media/table/evaluation/eval_results_1_e5782786e65290af2607.table.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"columns": ["Tasks", "Version", "Filter", "num_fewshot", "Metric", "Value", "Stderr"], "data": [["winogrande", 1.0, "none", 0, "acc", "0.5295974743488555", "0.0140"], ["sst2", 1.0, "none", 0, "acc", "0.4827981651376147", "0.0169"], ["piqa", 1.0, "none", 0, "acc", "0.5048966267682263", "0.0117"], ["piqa", 1.0, "none", 0, "acc_norm", "0.4923830250272035", "0.0117"], ["mrpc", 1.0, "none", 0, "acc", "0.3161764705882353", "0.0230"], ["mrpc", 1.0, "none", 0, "f1", "0.0", "0.0000"], ["copa", 1.0, "none", 0, "acc", "0.58", "0.0496"], ["boolq", 2.0, "none", 0, "acc", "0.3785932721712538", "0.0085"], ["arc_easy", 1.0, "none", 0, "acc", "0.26052188552188554", "0.0090"], ["arc_easy", 1.0, "none", 0, "acc_norm", "0.26304713804713803", "0.0090"]]}
|
lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/output.log
ADDED
@@ -0,0 +1,567 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-30:12:58:56,772 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-30:12:59:05,996 INFO [__main__.py:335] Selected Tasks: ['arc_easy', 'boolq', 'copa', 'mrpc', 'piqa', 'sst2', 'winogrande']
|
4 |
+
2024-05-30:12:59:05,997 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
|
5 |
+
2024-05-30:12:59:05,997 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step50000', 'tokenizer': '/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k_hf/ConvertedTokenizer'}
|
6 |
+
2024-05-30:12:59:08,342 INFO [huggingface.py:164] Using device 'cuda'
|
7 |
+
/usr/local/lib/python3.10/dist-packages/habana_frameworks/torch/gpu_migration/torch/cuda/memory.py:36: UserWarning: No need to call empty_cache on HPU. It manages the memory internally in an effcient way.
|
8 |
+
warnings.warn(
|
9 |
+
Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
10 |
+
Downloading readme: 100%|██████████| 9.00k/9.00k [00:00<00:00, 6.54MB/s]
|
11 |
+
Downloading data: 100%|██████████| 331k/331k [00:00<00:00, 2.06MB/s]
|
12 |
+
Downloading data: 100%|██████████| 346k/346k [00:00<00:00, 4.29MB/s]
|
13 |
+
Downloading data: 100%|██████████| 86.1k/86.1k [00:00<00:00, 1.17MB/s]
|
14 |
+
Generating train split: 100%|██████████| 2251/2251 [00:00<00:00, 48935.29 examples/s]
|
15 |
+
Generating test split: 100%|██████████| 2376/2376 [00:00<00:00, 318341.04 examples/s]
|
16 |
+
Generating validation split: 100%|██████████| 570/570 [00:00<00:00, 153904.55 examples/s]
|
17 |
+
2024-05-30:12:59:38,975 WARNING [task.py:763] [Task: boolq] metric acc is defined, but aggregation is not. using default aggregation=mean
|
18 |
+
2024-05-30:12:59:38,975 WARNING [task.py:775] [Task: boolq] metric acc is defined, but higher_is_better is not. using default higher_is_better=True
|
19 |
+
/usr/local/lib/python3.10/dist-packages/datasets/load.py:1486: FutureWarning: The repository for super_glue contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/super_glue
|
20 |
+
You can avoid this message in future by passing the argument `trust_remote_code=True`.
|
21 |
+
Passing `trust_remote_code=True` will be mandatory to load this dataset from the next major release of `datasets`.
|
22 |
+
warnings.warn(
|
23 |
+
Downloading builder script: 100%|██████████| 30.7k/30.7k [00:00<00:00, 39.0MB/s]
|
24 |
+
Downloading readme: 100%|██████████| 18.2k/18.2k [00:00<00:00, 31.0MB/s]
|
25 |
+
Downloading data: 100%|██████████| 4.12M/4.12M [00:00<00:00, 22.1MB/s]
|
26 |
+
Generating train split: 100%|██████████| 9427/9427 [00:00<00:00, 22032.88 examples/s]
|
27 |
+
Generating validation split: 100%|██████████| 3270/3270 [00:00<00:00, 22471.11 examples/s]
|
28 |
+
Generating test split: 100%|██████████| 3245/3245 [00:00<00:00, 23530.59 examples/s]
|
29 |
+
2024-05-30:12:59:42,793 WARNING [task.py:763] [Task: copa] metric acc is defined, but aggregation is not. using default aggregation=mean
|
30 |
+
2024-05-30:12:59:42,793 WARNING [task.py:775] [Task: copa] metric acc is defined, but higher_is_better is not. using default higher_is_better=True
|
31 |
+
Downloading data: 100%|██████████| 44.0k/44.0k [00:00<00:00, 34.4MB/s]
|
32 |
+
Generating train split: 100%|██████████| 400/400 [00:00<00:00, 16331.21 examples/s]
|
33 |
+
Generating validation split: 100%|██████████| 100/100 [00:00<00:00, 12680.04 examples/s]
|
34 |
+
Generating test split: 100%|██████████| 500/500 [00:00<00:00, 17231.15 examples/s]
|
35 |
+
2024-05-30:12:59:44,865 WARNING [task.py:763] [Task: mrpc] metric acc is defined, but aggregation is not. using default aggregation=mean
|
36 |
+
2024-05-30:12:59:44,866 WARNING [task.py:775] [Task: mrpc] metric acc is defined, but higher_is_better is not. using default higher_is_better=True
|
37 |
+
2024-05-30:12:59:44,866 WARNING [task.py:763] [Task: mrpc] metric f1 is defined, but aggregation is not. using default aggregation=f1
|
38 |
+
2024-05-30:12:59:44,867 WARNING [task.py:775] [Task: mrpc] metric f1 is defined, but higher_is_better is not. using default higher_is_better=True
|
39 |
+
Downloading readme: 100%|██████████| 35.3k/35.3k [00:00<00:00, 631kB/s]
|
40 |
+
Downloading data: 100%|██████████| 649k/649k [00:00<00:00, 4.35MB/s]
|
41 |
+
Downloading data: 100%|██████████| 75.7k/75.7k [00:00<00:00, 441kB/s]
|
42 |
+
Downloading data: 100%|██████████| 308k/308k [00:00<00:00, 2.05MB/s]
|
43 |
+
Generating train split: 100%|██████████| 3668/3668 [00:00<00:00, 396074.12 examples/s]
|
44 |
+
Generating validation split: 100%|██████████| 408/408 [00:00<00:00, 176565.83 examples/s]
|
45 |
+
Generating test split: 100%|██████████| 1725/1725 [00:00<00:00, 381904.16 examples/s]
|
46 |
+
/usr/local/lib/python3.10/dist-packages/datasets/load.py:1486: FutureWarning: The repository for piqa contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/piqa
|
47 |
+
You can avoid this message in future by passing the argument `trust_remote_code=True`.
|
48 |
+
Passing `trust_remote_code=True` will be mandatory to load this dataset from the next major release of `datasets`.
|
49 |
+
warnings.warn(
|
50 |
+
Downloading builder script: 100%|██████████| 5.36k/5.36k [00:00<00:00, 11.5MB/s]
|
51 |
+
Downloading readme: 100%|██████████| 8.41k/8.41k [00:00<00:00, 18.0MB/s]
|
52 |
+
Downloading data: 100%|██████████| 1.82M/1.82M [00:00<00:00, 4.03MB/s]
|
53 |
+
Downloading data: 100%|██████████| 815k/815k [00:00<00:00, 20.3MB/s]
|
54 |
+
Generating train split: 100%|██████████| 16113/16113 [00:00<00:00, 23924.69 examples/s]
|
55 |
+
Generating test split: 100%|██████████| 3084/3084 [00:00<00:00, 24061.75 examples/s]
|
56 |
+
Generating validation split: 100%|██████████| 1838/1838 [00:00<00:00, 23899.46 examples/s]
|
57 |
+
2024-05-30:12:59:56,508 WARNING [task.py:763] [Task: sst2] metric acc is defined, but aggregation is not. using default aggregation=mean
|
58 |
+
2024-05-30:12:59:56,508 WARNING [task.py:775] [Task: sst2] metric acc is defined, but higher_is_better is not. using default higher_is_better=True
|
59 |
+
Downloading data: 100%|██████████| 3.11M/3.11M [00:00<00:00, 20.5MB/s]
|
60 |
+
Downloading data: 100%|██████████| 72.8k/72.8k [00:00<00:00, 492kB/s]
|
61 |
+
Downloading data: 100%|██████████| 148k/148k [00:00<00:00, 970kB/s]
|
62 |
+
Generating train split: 100%|██████████| 67349/67349 [00:00<00:00, 1381972.95 examples/s]
|
63 |
+
Generating validation split: 100%|██████████| 872/872 [00:00<00:00, 396770.78 examples/s]
|
64 |
+
Generating test split: 100%|██████████| 1821/1821 [00:00<00:00, 539242.28 examples/s]
|
65 |
+
/usr/local/lib/python3.10/dist-packages/datasets/load.py:1486: FutureWarning: The repository for winogrande contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/winogrande
|
66 |
+
You can avoid this message in future by passing the argument `trust_remote_code=True`.
|
67 |
+
Passing `trust_remote_code=True` will be mandatory to load this dataset from the next major release of `datasets`.
|
68 |
+
warnings.warn(
|
69 |
+
Downloading builder script: 100%|██████████| 5.65k/5.65k [00:00<00:00, 12.6MB/s]
|
70 |
+
Downloading readme: 100%|██████████| 9.97k/9.97k [00:00<00:00, 17.0MB/s]
|
71 |
+
Downloading data: 100%|██████████| 3.40M/3.40M [00:00<00:00, 7.07MB/s]
|
72 |
+
Generating train split: 100%|██████████| 40398/40398 [00:01<00:00, 24432.85 examples/s]
|
73 |
+
Generating test split: 100%|██████████| 1767/1767 [00:00<00:00, 24237.32 examples/s]
|
74 |
+
Generating validation split: 100%|██████████| 1267/1267 [00:00<00:00, 24016.30 examples/s]
|
75 |
+
2024-05-30:13:00:09,192 INFO [task.py:395] Building contexts for winogrande on rank 0...
|
76 |
+
100%|██████████| 1267/1267 [00:00<00:00, 69282.60it/s]
|
77 |
+
2024-05-30:13:00:09,276 INFO [task.py:395] Building contexts for sst2 on rank 0...
|
78 |
+
100%|██████████| 872/872 [00:00<00:00, 2554.17it/s]
|
79 |
+
2024-05-30:13:00:09,646 INFO [task.py:395] Building contexts for piqa on rank 0...
|
80 |
+
100%|██████████| 1838/1838 [00:01<00:00, 1082.63it/s]
|
81 |
+
2024-05-30:13:00:11,418 INFO [task.py:395] Building contexts for mrpc on rank 0...
|
82 |
+
100%|██████████| 408/408 [00:00<00:00, 1864.53it/s]
|
83 |
+
2024-05-30:13:00:11,655 INFO [task.py:395] Building contexts for copa on rank 0...
|
84 |
+
100%|██████████| 100/100 [00:00<00:00, 60288.98it/s]
|
85 |
+
2024-05-30:13:00:11,664 INFO [task.py:395] Building contexts for boolq on rank 0...
|
86 |
+
100%|██████████| 3270/3270 [00:01<00:00, 1941.42it/s]
|
87 |
+
2024-05-30:13:00:13,487 INFO [task.py:395] Building contexts for arc_easy on rank 0...
|
88 |
+
100%|██████████| 2376/2376 [00:02<00:00, 1065.20it/s]
|
89 |
+
2024-05-30:13:00:15,863 INFO [evaluator.py:379] Running loglikelihood requests
|
90 |
+
Token indices sequence length is longer than the specified maximum sequence length for this model (1333 > 1024). Running this sequence through the model will result in indexing errors
|
91 |
+
Running loglikelihood requests: 0%| | 0/25011 [00:00<?, ?it/s]
|
92 |
+
Passed argument batch_size = auto:1. Detecting largest batch size
|
93 |
+
|
94 |
+
|
95 |
+
|
96 |
+
|
97 |
+
|
98 |
+
|
99 |
+
|
100 |
+
|
101 |
+
|
102 |
+
|
103 |
+
|
104 |
+
|
105 |
+
|
106 |
+
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
|
112 |
+
|
113 |
+
|
114 |
+
|
115 |
+
|
116 |
+
|
117 |
+
|
118 |
+
|
119 |
+
|
120 |
+
|
121 |
+
|
122 |
+
|
123 |
+
|
124 |
+
|
125 |
+
|
126 |
+
|
127 |
+
|
128 |
+
|
129 |
+
|
130 |
+
|
131 |
+
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
|
136 |
+
|
137 |
+
|
138 |
+
|
139 |
+
|
140 |
+
|
141 |
+
|
142 |
+
|
143 |
+
|
144 |
+
|
145 |
+
|
146 |
+
|
147 |
+
|
148 |
+
|
149 |
+
|
150 |
+
|
151 |
+
|
152 |
+
|
153 |
+
|
154 |
+
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
+
|
159 |
+
|
160 |
+
|
161 |
+
|
162 |
+
|
163 |
+
|
164 |
+
|
165 |
+
|
166 |
+
|
167 |
+
|
168 |
+
|
169 |
+
|
170 |
+
|
171 |
+
|
172 |
+
|
173 |
+
|
174 |
+
|
175 |
+
|
176 |
+
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
|
184 |
+
|
185 |
+
|
186 |
+
|
187 |
+
|
188 |
+
|
189 |
+
|
190 |
+
|
191 |
+
|
192 |
+
|
193 |
+
|
194 |
+
|
195 |
+
|
196 |
+
|
197 |
+
|
198 |
+
|
199 |
+
|
200 |
+
|
201 |
+
|
202 |
+
|
203 |
+
|
204 |
+
|
205 |
+
|
206 |
+
|
207 |
+
|
208 |
+
|
209 |
+
|
210 |
+
|
211 |
+
|
212 |
+
|
213 |
+
|
214 |
+
|
215 |
+
|
216 |
+
|
217 |
+
|
218 |
+
|
219 |
+
|
220 |
+
|
221 |
+
|
222 |
+
|
223 |
+
|
224 |
+
|
225 |
+
|
226 |
+
|
227 |
+
|
228 |
+
|
229 |
+
|
230 |
+
|
231 |
+
|
232 |
+
|
233 |
+
|
234 |
+
|
235 |
+
|
236 |
+
|
237 |
+
|
238 |
+
|
239 |
+
|
240 |
+
|
241 |
+
|
242 |
+
|
243 |
+
|
244 |
+
|
245 |
+
|
246 |
+
|
247 |
+
|
248 |
+
|
249 |
+
|
250 |
+
|
251 |
+
|
252 |
+
|
253 |
+
|
254 |
+
|
255 |
+
|
256 |
+
|
257 |
+
|
258 |
+
|
259 |
+
|
260 |
+
|
261 |
+
|
262 |
+
|
263 |
+
|
264 |
+
|
265 |
+
|
266 |
+
|
267 |
+
|
268 |
+
|
269 |
+
|
270 |
+
|
271 |
+
|
272 |
+
|
273 |
+
|
274 |
+
|
275 |
+
|
276 |
+
|
277 |
+
|
278 |
+
|
279 |
+
|
280 |
+
|
281 |
+
|
282 |
+
|
283 |
+
|
284 |
+
|
285 |
+
|
286 |
+
|
287 |
+
|
288 |
+
|
289 |
+
|
290 |
+
|
291 |
+
|
292 |
+
|
293 |
+
|
294 |
+
|
295 |
+
|
296 |
+
|
297 |
+
|
298 |
+
|
299 |
+
|
300 |
+
|
301 |
+
|
302 |
+
|
303 |
+
|
304 |
+
|
305 |
+
|
306 |
+
|
307 |
+
|
308 |
+
|
309 |
+
|
310 |
+
|
311 |
+
|
312 |
+
|
313 |
+
|
314 |
+
|
315 |
+
|
316 |
+
|
317 |
+
|
318 |
+
|
319 |
+
|
320 |
+
|
321 |
+
|
322 |
+
|
323 |
+
|
324 |
+
|
325 |
+
|
326 |
+
|
327 |
+
|
328 |
+
|
329 |
+
|
330 |
+
|
331 |
+
|
332 |
+
|
333 |
+
|
334 |
+
|
335 |
+
|
336 |
+
|
337 |
+
|
338 |
+
|
339 |
+
|
340 |
+
|
341 |
+
|
342 |
+
|
343 |
+
|
344 |
+
|
345 |
+
|
346 |
+
|
347 |
+
|
348 |
+
|
349 |
+
|
350 |
+
|
351 |
+
|
352 |
+
|
353 |
+
|
354 |
+
|
355 |
+
|
356 |
+
|
357 |
+
|
358 |
+
|
359 |
+
|
360 |
+
|
361 |
+
|
362 |
+
|
363 |
+
|
364 |
+
|
365 |
+
|
366 |
+
|
367 |
+
|
368 |
+
|
369 |
+
|
370 |
+
|
371 |
+
|
372 |
+
|
373 |
+
|
374 |
+
|
375 |
+
|
376 |
+
|
377 |
+
|
378 |
+
|
379 |
+
|
380 |
+
|
381 |
+
|
382 |
+
|
383 |
+
|
384 |
+
|
385 |
+
|
386 |
+
|
387 |
+
|
388 |
+
|
389 |
+
|
390 |
+
|
391 |
+
|
392 |
+
|
393 |
+
|
394 |
+
|
395 |
+
|
396 |
+
|
397 |
+
|
398 |
+
|
399 |
+
|
400 |
+
|
401 |
+
|
402 |
+
|
403 |
+
|
404 |
+
|
405 |
+
|
406 |
+
|
407 |
+
|
408 |
+
|
409 |
+
|
410 |
+
|
411 |
+
|
412 |
+
|
413 |
+
|
414 |
+
|
415 |
+
|
416 |
+
|
417 |
+
|
418 |
+
|
419 |
+
|
420 |
+
|
421 |
+
|
422 |
+
|
423 |
+
|
424 |
+
|
425 |
+
|
426 |
+
|
427 |
+
|
428 |
+
|
429 |
+
|
430 |
+
|
431 |
+
|
432 |
+
|
433 |
+
|
434 |
+
|
435 |
+
|
436 |
+
|
437 |
+
|
438 |
+
|
439 |
+
|
440 |
+
|
441 |
+
|
442 |
+
|
443 |
+
|
444 |
+
|
445 |
+
|
446 |
+
|
447 |
+
|
448 |
+
|
449 |
+
|
450 |
+
|
451 |
+
|
452 |
+
|
453 |
+
|
454 |
+
|
455 |
+
|
456 |
+
|
457 |
+
|
458 |
+
|
459 |
+
|
460 |
+
|
461 |
+
|
462 |
+
|
463 |
+
|
464 |
+
|
465 |
+
|
466 |
+
|
467 |
+
|
468 |
+
|
469 |
+
|
470 |
+
|
471 |
+
|
472 |
+
|
473 |
+
|
474 |
+
|
475 |
+
|
476 |
+
|
477 |
+
|
478 |
+
|
479 |
+
|
480 |
+
|
481 |
+
|
482 |
+
|
483 |
+
|
484 |
+
|
485 |
+
|
486 |
+
|
487 |
+
|
488 |
+
|
489 |
+
|
490 |
+
|
491 |
+
|
492 |
+
|
493 |
+
|
494 |
+
|
495 |
+
|
496 |
+
|
497 |
+
|
498 |
+
|
499 |
+
|
500 |
+
|
501 |
+
|
502 |
+
|
503 |
+
|
504 |
+
|
505 |
+
|
506 |
+
|
507 |
+
|
508 |
+
|
509 |
+
|
510 |
+
|
511 |
+
|
512 |
+
|
513 |
+
|
514 |
+
|
515 |
+
|
516 |
+
|
517 |
+
|
518 |
+
|
519 |
+
|
520 |
+
|
521 |
+
|
522 |
+
|
523 |
+
|
524 |
+
|
525 |
+
|
526 |
+
|
527 |
+
|
528 |
+
|
529 |
+
|
530 |
+
|
531 |
+
|
532 |
+
|
533 |
+
|
534 |
+
|
535 |
+
|
536 |
+
|
537 |
+
|
538 |
+
|
539 |
+
|
540 |
+
|
541 |
+
|
542 |
+
|
543 |
+
|
544 |
+
|
545 |
+
|
546 |
+
|
547 |
+
|
548 |
+
|
549 |
+
Running loglikelihood requests: 100%|██████████| 25011/25011 [55:52<00:00, 7.46it/s]
|
550 |
+
bootstrapping for stddev: f1_score
|
551 |
+
|
552 |
+
|
553 |
+
|
554 |
+
100%|██████████| 100/100 [02:11<00:00, 1.32s/it]
|
555 |
+
hf (pretrained=/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step50000,tokenizer=/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k_hf/ConvertedTokenizer), gen_kwargs: (None), limit: None, num_fewshot: None, batch_size: auto (64)
|
556 |
+
| Tasks |Version|Filter|n-shot| Metric |Value | |Stderr|
|
557 |
+
|----------|------:|------|-----:|--------|-----:|---|-----:|
|
558 |
+
|winogrande| 1|none | 0|acc |0.5296|± |0.0140|
|
559 |
+
|sst2 | 1|none | 0|acc |0.4828|± |0.0169|
|
560 |
+
|piqa | 1|none | 0|acc |0.5049|± |0.0117|
|
561 |
+
| | |none | 0|acc_norm|0.4924|± |0.0117|
|
562 |
+
|mrpc | 1|none | 0|acc |0.3162|± |0.0230|
|
563 |
+
| | |none | 0|f1 |0.0000|± |0.0000|
|
564 |
+
|copa | 1|none | 0|acc |0.5800|± |0.0496|
|
565 |
+
|boolq | 2|none | 0|acc |0.3786|± |0.0085|
|
566 |
+
|arc_easy | 1|none | 0|acc |0.2605|± |0.0090|
|
567 |
+
| | |none | 0|acc_norm|0.2630|± |0.0090|
|
lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/requirements.txt
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DataProperty==1.0.1
|
2 |
+
GitPython==3.1.43
|
3 |
+
Jinja2==3.1.4
|
4 |
+
Markdown==3.6
|
5 |
+
MarkupSafe==2.1.5
|
6 |
+
Pillow-SIMD==7.0.0.post3
|
7 |
+
PyYAML==6.0
|
8 |
+
Werkzeug==3.0.3
|
9 |
+
absl-py==2.1.0
|
10 |
+
accelerate==0.30.1
|
11 |
+
aiohttp==3.9.5
|
12 |
+
aiosignal==1.3.1
|
13 |
+
async-timeout==4.0.3
|
14 |
+
attrs==23.2.0
|
15 |
+
av==9.2.0
|
16 |
+
cachetools==5.3.3
|
17 |
+
certifi==2024.2.2
|
18 |
+
cffi==1.15.1
|
19 |
+
cfgv==3.4.0
|
20 |
+
chardet==5.2.0
|
21 |
+
charset-normalizer==3.3.2
|
22 |
+
click==8.1.7
|
23 |
+
cmake==3.29.2
|
24 |
+
colorama==0.4.6
|
25 |
+
datasets==2.19.1
|
26 |
+
deepspeed==0.12.4+hpu.synapse.v1.15.1
|
27 |
+
dill==0.3.8
|
28 |
+
distlib==0.3.8
|
29 |
+
docker-pycreds==0.4.0
|
30 |
+
einops==0.8.0
|
31 |
+
evaluate==0.4.2
|
32 |
+
exceptiongroup==1.2.1
|
33 |
+
expecttest==0.2.1
|
34 |
+
filelock==3.14.0
|
35 |
+
frozenlist==1.4.1
|
36 |
+
fsspec==2024.3.1
|
37 |
+
gitdb==4.0.11
|
38 |
+
google-auth-oauthlib==0.4.6
|
39 |
+
google-auth==2.29.0
|
40 |
+
grpcio==1.63.0
|
41 |
+
habana-media-loader==1.15.1.15
|
42 |
+
habana-pyhlml==1.15.1.15
|
43 |
+
habana-torch-dataloader==1.15.1.15
|
44 |
+
habana-torch-plugin==1.15.1.15
|
45 |
+
habana_gpu_migration==1.15.1.15
|
46 |
+
habana_quantization_toolkit==1.15.1.15
|
47 |
+
hjson==3.1.0
|
48 |
+
huggingface-hub==0.23.2
|
49 |
+
identify==2.5.36
|
50 |
+
idna==3.7
|
51 |
+
iniconfig==2.0.0
|
52 |
+
joblib==1.4.2
|
53 |
+
jsonlines==4.0.0
|
54 |
+
lightning-habana==1.4.0
|
55 |
+
lightning-utilities==0.11.2
|
56 |
+
lightning==2.2.0.post0
|
57 |
+
lm_eval==0.4.2
|
58 |
+
lm_eval==0.4.2
|
59 |
+
lm_eval==0.4.2
|
60 |
+
lxml==5.2.2
|
61 |
+
mbstrdecoder==1.1.3
|
62 |
+
more-itertools==10.2.0
|
63 |
+
mpi4py==3.1.4
|
64 |
+
mpmath==1.3.0
|
65 |
+
multidict==6.0.5
|
66 |
+
multiprocess==0.70.16
|
67 |
+
networkx==3.3
|
68 |
+
ninja==1.11.1.1
|
69 |
+
nltk==3.8.1
|
70 |
+
nodeenv==1.8.0
|
71 |
+
numexpr==2.10.0
|
72 |
+
numpy==1.23.5
|
73 |
+
oauthlib==3.2.2
|
74 |
+
packaging==24.0
|
75 |
+
pandas==2.0.1
|
76 |
+
pathspec==0.12.1
|
77 |
+
pathvalidate==3.2.0
|
78 |
+
peft==0.11.1
|
79 |
+
perfetto==0.7.0
|
80 |
+
pip==22.0.2
|
81 |
+
pip==23.3.1
|
82 |
+
platformdirs==4.2.1
|
83 |
+
pluggy==1.5.0
|
84 |
+
portalocker==2.8.2
|
85 |
+
pre-commit==3.3.3
|
86 |
+
pretty-errors==1.2.25
|
87 |
+
protobuf==3.20.3
|
88 |
+
psutil==5.9.8
|
89 |
+
py-cpuinfo==9.0.0
|
90 |
+
pyarrow-hotfix==0.6
|
91 |
+
pyarrow==16.1.0
|
92 |
+
pyasn1==0.6.0
|
93 |
+
pyasn1_modules==0.4.0
|
94 |
+
pybind11==2.10.4
|
95 |
+
pycparser==2.22
|
96 |
+
pydantic==1.10.13
|
97 |
+
pynvml==8.0.4
|
98 |
+
pytablewriter==1.2.0
|
99 |
+
pytest==8.2.0
|
100 |
+
python-dateutil==2.9.0.post0
|
101 |
+
pytorch-lightning==2.2.4
|
102 |
+
pytz==2024.1
|
103 |
+
regex==2023.5.5
|
104 |
+
requests-oauthlib==2.0.0
|
105 |
+
requests==2.31.0
|
106 |
+
rouge_score==0.1.2
|
107 |
+
rsa==4.9
|
108 |
+
sacrebleu==2.4.2
|
109 |
+
safetensors==0.4.3
|
110 |
+
scikit-learn==1.5.0
|
111 |
+
scipy==1.13.1
|
112 |
+
sentencepiece==0.2.0
|
113 |
+
sentry-sdk==2.3.1
|
114 |
+
setproctitle==1.3.3
|
115 |
+
setuptools==59.6.0
|
116 |
+
setuptools==69.5.1
|
117 |
+
six==1.16.0
|
118 |
+
smmap==5.0.1
|
119 |
+
sqlitedict==2.1.0
|
120 |
+
symengine==0.11.0
|
121 |
+
sympy==1.12
|
122 |
+
tabledata==1.3.3
|
123 |
+
tabulate==0.9.0
|
124 |
+
tcolorpy==0.1.6
|
125 |
+
tdqm==0.0.1
|
126 |
+
tensorboard-data-server==0.6.1
|
127 |
+
tensorboard-plugin-wit==1.8.1
|
128 |
+
tensorboard==2.11.2
|
129 |
+
threadpoolctl==3.5.0
|
130 |
+
tokenizers==0.15.2
|
131 |
+
tomli==2.0.1
|
132 |
+
torch==2.2.0a0+git8964477
|
133 |
+
torch_tb_profiler==0.4.0
|
134 |
+
torchaudio==2.2.0+08901ad
|
135 |
+
torchdata==0.7.1+5e6f7b7
|
136 |
+
torchmetrics==1.4.0
|
137 |
+
torchtext==0.17.0+400da5c
|
138 |
+
torchvision==0.17.0+b2383d4
|
139 |
+
tqdm-multiprocess==0.0.11
|
140 |
+
tqdm==4.66.4
|
141 |
+
transformers==4.36.2
|
142 |
+
typepy==1.3.2
|
143 |
+
typing_extensions==4.11.0
|
144 |
+
tzdata==2024.1
|
145 |
+
urllib3==1.26.18
|
146 |
+
virtualenv==20.26.1
|
147 |
+
wandb==0.17.0
|
148 |
+
wheel==0.37.1
|
149 |
+
wheel==0.43.0
|
150 |
+
word2number==1.1
|
151 |
+
xxhash==3.4.1
|
152 |
+
yamllint==1.35.1
|
153 |
+
yarl==1.9.4
|
154 |
+
zstandard==0.22.0
|
lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/wandb-metadata.json
ADDED
@@ -0,0 +1,850 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-5.15.0-92-generic-x86_64-with-glibc2.35",
|
3 |
+
"python": "3.10.12",
|
4 |
+
"heartbeatAt": "2024-05-30T12:58:56.559065",
|
5 |
+
"startedAt": "2024-05-30T12:58:56.017734",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [
|
9 |
+
"--model",
|
10 |
+
"hf",
|
11 |
+
"--model_args",
|
12 |
+
"pretrained=/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step50000,tokenizer=/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k_hf/ConvertedTokenizer",
|
13 |
+
"--tasks",
|
14 |
+
"winogrande,sst2,mrpc,arc_easy,copa,piqa,boolq",
|
15 |
+
"--batch_size",
|
16 |
+
"auto",
|
17 |
+
"--wandb_args",
|
18 |
+
"project=english-eval,group=exp2,name=global_step50000"
|
19 |
+
],
|
20 |
+
"state": "running",
|
21 |
+
"program": "-m lm_eval.__main__",
|
22 |
+
"codePathLocal": null,
|
23 |
+
"git": {
|
24 |
+
"remote": "https://github.com/EleutherAI/lm-evaluation-harness",
|
25 |
+
"commit": null
|
26 |
+
},
|
27 |
+
"email": null,
|
28 |
+
"root": "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness",
|
29 |
+
"host": "peacock-evaluation-debug-25-worker-0",
|
30 |
+
"username": "root",
|
31 |
+
"executable": "/usr/bin/python3",
|
32 |
+
"cpu_count": 80,
|
33 |
+
"cpu_count_logical": 160,
|
34 |
+
"cpu_freq": {
|
35 |
+
"current": 2327.12058125,
|
36 |
+
"min": 800.0,
|
37 |
+
"max": 3400.0
|
38 |
+
},
|
39 |
+
"cpu_freq_per_core": [
|
40 |
+
{
|
41 |
+
"current": 3400.0,
|
42 |
+
"min": 800.0,
|
43 |
+
"max": 3400.0
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"current": 3400.0,
|
47 |
+
"min": 800.0,
|
48 |
+
"max": 3400.0
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"current": 2300.0,
|
52 |
+
"min": 800.0,
|
53 |
+
"max": 3400.0
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"current": 2300.0,
|
57 |
+
"min": 800.0,
|
58 |
+
"max": 3400.0
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"current": 2300.0,
|
62 |
+
"min": 800.0,
|
63 |
+
"max": 3400.0
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"current": 2300.0,
|
67 |
+
"min": 800.0,
|
68 |
+
"max": 3400.0
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"current": 2300.0,
|
72 |
+
"min": 800.0,
|
73 |
+
"max": 3400.0
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"current": 2300.0,
|
77 |
+
"min": 800.0,
|
78 |
+
"max": 3400.0
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"current": 2300.0,
|
82 |
+
"min": 800.0,
|
83 |
+
"max": 3400.0
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"current": 2300.0,
|
87 |
+
"min": 800.0,
|
88 |
+
"max": 3400.0
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"current": 2300.0,
|
92 |
+
"min": 800.0,
|
93 |
+
"max": 3400.0
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"current": 2300.0,
|
97 |
+
"min": 800.0,
|
98 |
+
"max": 3400.0
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"current": 2300.0,
|
102 |
+
"min": 800.0,
|
103 |
+
"max": 3400.0
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"current": 2300.0,
|
107 |
+
"min": 800.0,
|
108 |
+
"max": 3400.0
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"current": 2300.0,
|
112 |
+
"min": 800.0,
|
113 |
+
"max": 3400.0
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"current": 2300.0,
|
117 |
+
"min": 800.0,
|
118 |
+
"max": 3400.0
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"current": 2300.0,
|
122 |
+
"min": 800.0,
|
123 |
+
"max": 3400.0
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"current": 2300.0,
|
127 |
+
"min": 800.0,
|
128 |
+
"max": 3400.0
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"current": 2300.0,
|
132 |
+
"min": 800.0,
|
133 |
+
"max": 3400.0
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"current": 2300.0,
|
137 |
+
"min": 800.0,
|
138 |
+
"max": 3400.0
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"current": 2300.0,
|
142 |
+
"min": 800.0,
|
143 |
+
"max": 3400.0
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"current": 2300.0,
|
147 |
+
"min": 800.0,
|
148 |
+
"max": 3400.0
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"current": 2300.0,
|
152 |
+
"min": 800.0,
|
153 |
+
"max": 3400.0
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"current": 2300.0,
|
157 |
+
"min": 800.0,
|
158 |
+
"max": 3400.0
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"current": 2300.0,
|
162 |
+
"min": 800.0,
|
163 |
+
"max": 3400.0
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"current": 2300.0,
|
167 |
+
"min": 800.0,
|
168 |
+
"max": 3400.0
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"current": 2300.0,
|
172 |
+
"min": 800.0,
|
173 |
+
"max": 3400.0
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"current": 2300.0,
|
177 |
+
"min": 800.0,
|
178 |
+
"max": 3400.0
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"current": 2300.0,
|
182 |
+
"min": 800.0,
|
183 |
+
"max": 3400.0
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"current": 2300.0,
|
187 |
+
"min": 800.0,
|
188 |
+
"max": 3400.0
|
189 |
+
},
|
190 |
+
{
|
191 |
+
"current": 2300.0,
|
192 |
+
"min": 800.0,
|
193 |
+
"max": 3400.0
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"current": 2300.0,
|
197 |
+
"min": 800.0,
|
198 |
+
"max": 3400.0
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"current": 2300.0,
|
202 |
+
"min": 800.0,
|
203 |
+
"max": 3400.0
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"current": 2300.0,
|
207 |
+
"min": 800.0,
|
208 |
+
"max": 3400.0
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"current": 2300.0,
|
212 |
+
"min": 800.0,
|
213 |
+
"max": 3400.0
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"current": 2300.0,
|
217 |
+
"min": 800.0,
|
218 |
+
"max": 3400.0
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"current": 2300.0,
|
222 |
+
"min": 800.0,
|
223 |
+
"max": 3400.0
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"current": 2300.0,
|
227 |
+
"min": 800.0,
|
228 |
+
"max": 3400.0
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"current": 2300.0,
|
232 |
+
"min": 800.0,
|
233 |
+
"max": 3400.0
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"current": 2300.0,
|
237 |
+
"min": 800.0,
|
238 |
+
"max": 3400.0
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"current": 3322.365,
|
242 |
+
"min": 800.0,
|
243 |
+
"max": 3400.0
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"current": 2300.0,
|
247 |
+
"min": 800.0,
|
248 |
+
"max": 3400.0
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"current": 2300.0,
|
252 |
+
"min": 800.0,
|
253 |
+
"max": 3400.0
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"current": 2300.0,
|
257 |
+
"min": 800.0,
|
258 |
+
"max": 3400.0
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"current": 2300.0,
|
262 |
+
"min": 800.0,
|
263 |
+
"max": 3400.0
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"current": 2300.0,
|
267 |
+
"min": 800.0,
|
268 |
+
"max": 3400.0
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"current": 2300.0,
|
272 |
+
"min": 800.0,
|
273 |
+
"max": 3400.0
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"current": 2300.0,
|
277 |
+
"min": 800.0,
|
278 |
+
"max": 3400.0
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"current": 2300.0,
|
282 |
+
"min": 800.0,
|
283 |
+
"max": 3400.0
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"current": 2300.0,
|
287 |
+
"min": 800.0,
|
288 |
+
"max": 3400.0
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"current": 2300.0,
|
292 |
+
"min": 800.0,
|
293 |
+
"max": 3400.0
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"current": 2300.0,
|
297 |
+
"min": 800.0,
|
298 |
+
"max": 3400.0
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"current": 2300.0,
|
302 |
+
"min": 800.0,
|
303 |
+
"max": 3400.0
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"current": 2300.0,
|
307 |
+
"min": 800.0,
|
308 |
+
"max": 3400.0
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"current": 2300.0,
|
312 |
+
"min": 800.0,
|
313 |
+
"max": 3400.0
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"current": 2300.0,
|
317 |
+
"min": 800.0,
|
318 |
+
"max": 3400.0
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"current": 2300.0,
|
322 |
+
"min": 800.0,
|
323 |
+
"max": 3400.0
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"current": 2300.0,
|
327 |
+
"min": 800.0,
|
328 |
+
"max": 3400.0
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"current": 2300.0,
|
332 |
+
"min": 800.0,
|
333 |
+
"max": 3400.0
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"current": 2300.0,
|
337 |
+
"min": 800.0,
|
338 |
+
"max": 3400.0
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"current": 2300.0,
|
342 |
+
"min": 800.0,
|
343 |
+
"max": 3400.0
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"current": 2300.0,
|
347 |
+
"min": 800.0,
|
348 |
+
"max": 3400.0
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"current": 2300.0,
|
352 |
+
"min": 800.0,
|
353 |
+
"max": 3400.0
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"current": 2300.0,
|
357 |
+
"min": 800.0,
|
358 |
+
"max": 3400.0
|
359 |
+
},
|
360 |
+
{
|
361 |
+
"current": 2300.0,
|
362 |
+
"min": 800.0,
|
363 |
+
"max": 3400.0
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"current": 2300.0,
|
367 |
+
"min": 800.0,
|
368 |
+
"max": 3400.0
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"current": 2300.0,
|
372 |
+
"min": 800.0,
|
373 |
+
"max": 3400.0
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"current": 2300.0,
|
377 |
+
"min": 800.0,
|
378 |
+
"max": 3400.0
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"current": 2300.0,
|
382 |
+
"min": 800.0,
|
383 |
+
"max": 3400.0
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"current": 2300.0,
|
387 |
+
"min": 800.0,
|
388 |
+
"max": 3400.0
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"current": 2300.0,
|
392 |
+
"min": 800.0,
|
393 |
+
"max": 3400.0
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"current": 2300.0,
|
397 |
+
"min": 800.0,
|
398 |
+
"max": 3400.0
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"current": 2300.0,
|
402 |
+
"min": 800.0,
|
403 |
+
"max": 3400.0
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"current": 2300.0,
|
407 |
+
"min": 800.0,
|
408 |
+
"max": 3400.0
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"current": 2300.0,
|
412 |
+
"min": 800.0,
|
413 |
+
"max": 3400.0
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"current": 2300.0,
|
417 |
+
"min": 800.0,
|
418 |
+
"max": 3400.0
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"current": 2300.0,
|
422 |
+
"min": 800.0,
|
423 |
+
"max": 3400.0
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"current": 2300.0,
|
427 |
+
"min": 800.0,
|
428 |
+
"max": 3400.0
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"current": 2300.0,
|
432 |
+
"min": 800.0,
|
433 |
+
"max": 3400.0
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"current": 2300.0,
|
437 |
+
"min": 800.0,
|
438 |
+
"max": 3400.0
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"current": 3400.002,
|
442 |
+
"min": 800.0,
|
443 |
+
"max": 3400.0
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"current": 2300.0,
|
447 |
+
"min": 800.0,
|
448 |
+
"max": 3400.0
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"current": 2300.0,
|
452 |
+
"min": 800.0,
|
453 |
+
"max": 3400.0
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"current": 2300.0,
|
457 |
+
"min": 800.0,
|
458 |
+
"max": 3400.0
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"current": 2300.0,
|
462 |
+
"min": 800.0,
|
463 |
+
"max": 3400.0
|
464 |
+
},
|
465 |
+
{
|
466 |
+
"current": 2300.0,
|
467 |
+
"min": 800.0,
|
468 |
+
"max": 3400.0
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"current": 2300.0,
|
472 |
+
"min": 800.0,
|
473 |
+
"max": 3400.0
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"current": 2300.0,
|
477 |
+
"min": 800.0,
|
478 |
+
"max": 3400.0
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"current": 2300.0,
|
482 |
+
"min": 800.0,
|
483 |
+
"max": 3400.0
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"current": 2300.0,
|
487 |
+
"min": 800.0,
|
488 |
+
"max": 3400.0
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"current": 2300.0,
|
492 |
+
"min": 800.0,
|
493 |
+
"max": 3400.0
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"current": 2300.0,
|
497 |
+
"min": 800.0,
|
498 |
+
"max": 3400.0
|
499 |
+
},
|
500 |
+
{
|
501 |
+
"current": 2300.0,
|
502 |
+
"min": 800.0,
|
503 |
+
"max": 3400.0
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"current": 2300.0,
|
507 |
+
"min": 800.0,
|
508 |
+
"max": 3400.0
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"current": 2300.0,
|
512 |
+
"min": 800.0,
|
513 |
+
"max": 3400.0
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"current": 2300.0,
|
517 |
+
"min": 800.0,
|
518 |
+
"max": 3400.0
|
519 |
+
},
|
520 |
+
{
|
521 |
+
"current": 2300.0,
|
522 |
+
"min": 800.0,
|
523 |
+
"max": 3400.0
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"current": 2300.0,
|
527 |
+
"min": 800.0,
|
528 |
+
"max": 3400.0
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"current": 2300.0,
|
532 |
+
"min": 800.0,
|
533 |
+
"max": 3400.0
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"current": 2300.0,
|
537 |
+
"min": 800.0,
|
538 |
+
"max": 3400.0
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"current": 2300.0,
|
542 |
+
"min": 800.0,
|
543 |
+
"max": 3400.0
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"current": 2300.0,
|
547 |
+
"min": 800.0,
|
548 |
+
"max": 3400.0
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"current": 2300.0,
|
552 |
+
"min": 800.0,
|
553 |
+
"max": 3400.0
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"current": 2300.0,
|
557 |
+
"min": 800.0,
|
558 |
+
"max": 3400.0
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"current": 2300.0,
|
562 |
+
"min": 800.0,
|
563 |
+
"max": 3400.0
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"current": 2300.0,
|
567 |
+
"min": 800.0,
|
568 |
+
"max": 3400.0
|
569 |
+
},
|
570 |
+
{
|
571 |
+
"current": 2300.0,
|
572 |
+
"min": 800.0,
|
573 |
+
"max": 3400.0
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"current": 2300.0,
|
577 |
+
"min": 800.0,
|
578 |
+
"max": 3400.0
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"current": 2300.0,
|
582 |
+
"min": 800.0,
|
583 |
+
"max": 3400.0
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"current": 2300.0,
|
587 |
+
"min": 800.0,
|
588 |
+
"max": 3400.0
|
589 |
+
},
|
590 |
+
{
|
591 |
+
"current": 2300.0,
|
592 |
+
"min": 800.0,
|
593 |
+
"max": 3400.0
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"current": 2300.0,
|
597 |
+
"min": 800.0,
|
598 |
+
"max": 3400.0
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"current": 2300.0,
|
602 |
+
"min": 800.0,
|
603 |
+
"max": 3400.0
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"current": 2300.0,
|
607 |
+
"min": 800.0,
|
608 |
+
"max": 3400.0
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"current": 2300.0,
|
612 |
+
"min": 800.0,
|
613 |
+
"max": 3400.0
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"current": 2300.0,
|
617 |
+
"min": 800.0,
|
618 |
+
"max": 3400.0
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"current": 2300.0,
|
622 |
+
"min": 800.0,
|
623 |
+
"max": 3400.0
|
624 |
+
},
|
625 |
+
{
|
626 |
+
"current": 2300.0,
|
627 |
+
"min": 800.0,
|
628 |
+
"max": 3400.0
|
629 |
+
},
|
630 |
+
{
|
631 |
+
"current": 2300.0,
|
632 |
+
"min": 800.0,
|
633 |
+
"max": 3400.0
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"current": 2300.0,
|
637 |
+
"min": 800.0,
|
638 |
+
"max": 3400.0
|
639 |
+
},
|
640 |
+
{
|
641 |
+
"current": 2300.0,
|
642 |
+
"min": 800.0,
|
643 |
+
"max": 3400.0
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"current": 2300.0,
|
647 |
+
"min": 800.0,
|
648 |
+
"max": 3400.0
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"current": 2300.0,
|
652 |
+
"min": 800.0,
|
653 |
+
"max": 3400.0
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"current": 2300.0,
|
657 |
+
"min": 800.0,
|
658 |
+
"max": 3400.0
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"current": 2300.0,
|
662 |
+
"min": 800.0,
|
663 |
+
"max": 3400.0
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"current": 2300.0,
|
667 |
+
"min": 800.0,
|
668 |
+
"max": 3400.0
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"current": 2300.0,
|
672 |
+
"min": 800.0,
|
673 |
+
"max": 3400.0
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"current": 2300.0,
|
677 |
+
"min": 800.0,
|
678 |
+
"max": 3400.0
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"current": 2300.0,
|
682 |
+
"min": 800.0,
|
683 |
+
"max": 3400.0
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"current": 2300.0,
|
687 |
+
"min": 800.0,
|
688 |
+
"max": 3400.0
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"current": 2300.0,
|
692 |
+
"min": 800.0,
|
693 |
+
"max": 3400.0
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"current": 2300.0,
|
697 |
+
"min": 800.0,
|
698 |
+
"max": 3400.0
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"current": 2300.0,
|
702 |
+
"min": 800.0,
|
703 |
+
"max": 3400.0
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"current": 2300.0,
|
707 |
+
"min": 800.0,
|
708 |
+
"max": 3400.0
|
709 |
+
},
|
710 |
+
{
|
711 |
+
"current": 2300.0,
|
712 |
+
"min": 800.0,
|
713 |
+
"max": 3400.0
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"current": 2300.0,
|
717 |
+
"min": 800.0,
|
718 |
+
"max": 3400.0
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"current": 2300.0,
|
722 |
+
"min": 800.0,
|
723 |
+
"max": 3400.0
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"current": 2300.0,
|
727 |
+
"min": 800.0,
|
728 |
+
"max": 3400.0
|
729 |
+
},
|
730 |
+
{
|
731 |
+
"current": 2300.0,
|
732 |
+
"min": 800.0,
|
733 |
+
"max": 3400.0
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"current": 2300.0,
|
737 |
+
"min": 800.0,
|
738 |
+
"max": 3400.0
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"current": 2300.0,
|
742 |
+
"min": 800.0,
|
743 |
+
"max": 3400.0
|
744 |
+
},
|
745 |
+
{
|
746 |
+
"current": 2300.0,
|
747 |
+
"min": 800.0,
|
748 |
+
"max": 3400.0
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"current": 2300.0,
|
752 |
+
"min": 800.0,
|
753 |
+
"max": 3400.0
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"current": 2300.0,
|
757 |
+
"min": 800.0,
|
758 |
+
"max": 3400.0
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"current": 2300.0,
|
762 |
+
"min": 800.0,
|
763 |
+
"max": 3400.0
|
764 |
+
},
|
765 |
+
{
|
766 |
+
"current": 2300.0,
|
767 |
+
"min": 800.0,
|
768 |
+
"max": 3400.0
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"current": 2300.0,
|
772 |
+
"min": 800.0,
|
773 |
+
"max": 3400.0
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"current": 2300.0,
|
777 |
+
"min": 800.0,
|
778 |
+
"max": 3400.0
|
779 |
+
},
|
780 |
+
{
|
781 |
+
"current": 2300.0,
|
782 |
+
"min": 800.0,
|
783 |
+
"max": 3400.0
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"current": 2300.0,
|
787 |
+
"min": 800.0,
|
788 |
+
"max": 3400.0
|
789 |
+
},
|
790 |
+
{
|
791 |
+
"current": 2300.0,
|
792 |
+
"min": 800.0,
|
793 |
+
"max": 3400.0
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"current": 2300.0,
|
797 |
+
"min": 800.0,
|
798 |
+
"max": 3400.0
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"current": 2300.0,
|
802 |
+
"min": 800.0,
|
803 |
+
"max": 3400.0
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"current": 2300.0,
|
807 |
+
"min": 800.0,
|
808 |
+
"max": 3400.0
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"current": 2300.0,
|
812 |
+
"min": 800.0,
|
813 |
+
"max": 3400.0
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"current": 2300.0,
|
817 |
+
"min": 800.0,
|
818 |
+
"max": 3400.0
|
819 |
+
},
|
820 |
+
{
|
821 |
+
"current": 2300.0,
|
822 |
+
"min": 800.0,
|
823 |
+
"max": 3400.0
|
824 |
+
},
|
825 |
+
{
|
826 |
+
"current": 2300.0,
|
827 |
+
"min": 800.0,
|
828 |
+
"max": 3400.0
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"current": 2300.0,
|
832 |
+
"min": 800.0,
|
833 |
+
"max": 3400.0
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"current": 2300.0,
|
837 |
+
"min": 800.0,
|
838 |
+
"max": 3400.0
|
839 |
+
}
|
840 |
+
],
|
841 |
+
"disk": {
|
842 |
+
"/": {
|
843 |
+
"total": 877.6341285705566,
|
844 |
+
"used": 212.01031875610352
|
845 |
+
}
|
846 |
+
},
|
847 |
+
"memory": {
|
848 |
+
"total": 1007.4379653930664
|
849 |
+
}
|
850 |
+
}
|
lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"winogrande/alias": "winogrande", "sst2/alias": "sst2", "piqa/alias": "piqa", "mrpc/alias": "mrpc", "copa/alias": "copa", "boolq/alias": "boolq", "arc_easy/alias": "arc_easy", "winogrande/acc": 0.5295974743488555, "winogrande/acc_stderr": 0.014027843827840095, "sst2/acc": 0.4827981651376147, "sst2/acc_stderr": 0.01693182442590374, "piqa/acc": 0.5048966267682263, "piqa/acc_stderr": 0.011665264730078147, "piqa/acc_norm": 0.4923830250272035, "piqa/acc_norm_stderr": 0.011664470424044972, "mrpc/acc": 0.3161764705882353, "mrpc/acc_stderr": 0.023048336668420193, "mrpc/f1": 0.0, "mrpc/f1_stderr": 0.0, "copa/acc": 0.58, "copa/acc_stderr": 0.04960449637488584, "boolq/acc": 0.3785932721712538, "boolq/acc_stderr": 0.008483341718024479, "arc_easy/acc": 0.26052188552188554, "arc_easy/acc_stderr": 0.009006435890336584, "arc_easy/acc_norm": 0.26304713804713803, "arc_easy/acc_norm_stderr": 0.009034514898865819, "_timestamp": 1717077549.1677005, "_runtime": 3613.12335562706, "_step": 1, "evaluation/eval_results": {"_type": "table-file", "sha256": "e5782786e65290af2607790cfe425eb508910789236e924be9e0cb2daae62ec5", "size": 744, "artifact_path": "wandb-client-artifact://e7og6qw704ixnjggtck5s4pjxs64nuo89mp9jqxw6joj8cwjny1mpecgyula0ihj71pk4tntev0jimyg4vjdm4pee0xjyb26u82mr34tnrdw9r264qq59mjotgxkrl1r/evaluation/eval_results.table.json", "_latest_artifact_path": "wandb-client-artifact://puo0cdcc4wpm75xv8ca0i44odit5l0nwyo7rx0h9304v987rhhosztmf2y8law7y9k79tv7vb9afdnwtmvibyt9pcqx0ci9xcue9vfnp5vnuwcncziukxruizk13vi2k:latest/evaluation/eval_results.table.json", "path": "media/table/evaluation/eval_results_1_e5782786e65290af2607.table.json", "ncols": 7, "nrows": 10}, "_wandb": {"runtime": 3612}}
|
lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/logs/debug-internal.log
ADDED
The diff for this file is too large to render.
See raw diff
|
|
lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/logs/debug.log
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
|
2 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_setup.py:_flush():76] Configure stats pid to 744
|
3 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
|
4 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_setup.py:_flush():76] Loading settings from /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/settings
|
5 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-05-30 12:58:56,038 WARNING MainThread:744 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
|
8 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
|
9 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_setup.py:_flush():76] Applying login settings: {}
|
10 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_init.py:_log_setup():520] Logging user logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/logs/debug.log
|
11 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_init.py:_log_setup():521] Logging internal logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_125856-v5b29ywz/logs/debug-internal.log
|
12 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_init.py:init():560] calling init triggers
|
13 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
|
14 |
+
config: {}
|
15 |
+
2024-05-30 12:58:56,038 INFO MainThread:744 [wandb_init.py:init():610] starting backend
|
16 |
+
2024-05-30 12:58:56,039 INFO MainThread:744 [wandb_init.py:init():614] setting up manager
|
17 |
+
2024-05-30 12:58:56,042 INFO MainThread:744 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
18 |
+
2024-05-30 12:58:56,044 INFO MainThread:744 [wandb_init.py:init():622] backend started and connected
|
19 |
+
2024-05-30 12:58:56,047 INFO MainThread:744 [wandb_init.py:init():711] updated telemetry
|
20 |
+
2024-05-30 12:58:56,055 INFO MainThread:744 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-05-30 12:58:56,348 INFO MainThread:744 [wandb_run.py:_on_init():2396] communicating current version
|
22 |
+
2024-05-30 12:58:56,458 INFO MainThread:744 [wandb_run.py:_on_init():2405] got version response
|
23 |
+
2024-05-30 12:58:56,459 INFO MainThread:744 [wandb_init.py:init():795] starting run threads in backend
|
24 |
+
2024-05-30 12:58:56,766 INFO MainThread:744 [wandb_run.py:_console_start():2374] atexit reg
|
25 |
+
2024-05-30 12:58:56,766 INFO MainThread:744 [wandb_run.py:_redirect():2229] redirect: wrap_raw
|
26 |
+
2024-05-30 12:58:56,766 INFO MainThread:744 [wandb_run.py:_redirect():2294] Wrapping output streams.
|
27 |
+
2024-05-30 12:58:56,766 INFO MainThread:744 [wandb_run.py:_redirect():2319] Redirects installed.
|
28 |
+
2024-05-30 12:58:56,769 INFO MainThread:744 [wandb_init.py:init():838] run started, returning control to user process
|
29 |
+
2024-05-30 13:59:08,542 INFO MainThread:744 [wandb_run.py:_config_callback():1376] config_cb None None {'task_configs': {'arc_easy': {'task': 'arc_easy', 'group': ['ai2_arc'], 'dataset_path': 'allenai/ai2_arc', 'dataset_name': 'ARC-Easy', 'training_split': 'train', 'validation_split': 'validation', 'test_split': 'test', 'doc_to_text': 'Question: {{question}}\nAnswer:', 'doc_to_target': '{{choices.label.index(answerKey)}}', 'doc_to_choice': '{{choices.text}}', 'description': '', 'target_delimiter': ' ', 'fewshot_delimiter': '\n\n', 'num_fewshot': 0, 'metric_list': [{'metric': 'acc', 'aggregation': 'mean', 'higher_is_better': True}, {'metric': 'acc_norm', 'aggregation': 'mean', 'higher_is_better': True}], 'output_type': 'multiple_choice', 'repeats': 1, 'should_decontaminate': True, 'doc_to_decontamination_query': 'Question: {{question}}\nAnswer:', 'metadata': {'version': 1.0}}, 'boolq': {'task': 'boolq', 'group': ['super-glue-lm-eval-v1'], 'dataset_path': 'super_glue', 'dataset_name': 'boolq', 'training_split': 'train', 'validation_split': 'validation', 'doc_to_text': '{{passage}}\nQuestion: {{question}}?\nAnswer:', 'doc_to_target': 'label', 'doc_to_choice': ['no', 'yes'], 'description': '', 'target_delimiter': ' ', 'fewshot_delimiter': '\n\n', 'num_fewshot': 0, 'metric_list': [{'metric': 'acc'}], 'output_type': 'multiple_choice', 'repeats': 1, 'should_decontaminate': True, 'doc_to_decontamination_query': 'passage', 'metadata': {'version': 2.0}}, 'copa': {'task': 'copa', 'group': ['super-glue-lm-eval-v1'], 'dataset_path': 'super_glue', 'dataset_name': 'copa', 'training_split': 'train', 'validation_split': 'validation', 'doc_to_text': 'def doc_to_text(doc):\n # Drop the period\n connector = {\n "cause": "because",\n "effect": "therefore",\n }[doc["question"]]\n return doc["premise"].strip()[:-1] + f" {connector}"\n', 'doc_to_target': 'def doc_to_target(doc):\n correct_choice = doc["choice1"] if doc["label"] == 0 else doc["choice2"]\n # Connect the sentences\n return " " + convert_choice(correct_choice)\n', 'doc_to_choice': 'def doc_to_choice(doc):\n return [" " + convert_choice(doc["choice1"]), " " + convert_choice(doc["choice2"])]\n', 'description': '', 'target_delimiter': ' ', 'fewshot_delimiter': '\n\n', 'num_fewshot': 0, 'metric_list': [{'metric': 'acc'}], 'output_type': 'multiple_choice', 'repeats': 1, 'should_decontaminate': False, 'metadata': {'version': 1.0}}, 'mrpc': {'task': 'mrpc', 'group': 'glue', 'dataset_path': 'glue', 'dataset_name': 'mrpc', 'training_split': 'train', 'validation_split': 'validation', 'doc_to_text': 'Sentence 1: {{sentence1}}\nSentence 2: {{sentence2}}\nQuestion: Do both sentences mean the same thing?\nAnswer:', 'doc_to_target': 'label', 'doc_to_choice': ['no', 'yes'], 'description': '', 'target_delimiter': ' ', 'fewshot_delimiter': '\n\n', 'num_fewshot': 0, 'metric_list': [{'metric': 'acc'}, {'metric': 'f1'}], 'output_type': 'multiple_choice', 'repeats': 1, 'should_decontaminate': False, 'metadata': {'version': 1.0}}, 'piqa': {'task': 'piqa', 'dataset_path': 'piqa', 'training_split': 'train', 'validation_split': 'validation', 'doc_to_text': 'Question: {{goal}}\nAnswer:', 'doc_to_target': 'label', 'doc_to_choice': '{{[sol1, sol2]}}', 'description': '', 'target_delimiter': ' ', 'fewshot_delimiter': '\n\n', 'num_fewshot': 0, 'metric_list': [{'metric': 'acc', 'aggregation': 'mean', 'higher_is_better': True}, {'metric': 'acc_norm', 'aggregation': 'mean', 'higher_is_better': True}], 'output_type': 'multiple_choice', 'repeats': 1, 'should_decontaminate': True, 'doc_to_decontamination_query': 'goal', 'metadata': {'version': 1.0}}, 'sst2': {'task': 'sst2', 'group': 'glue', 'dataset_path': 'glue', 'dataset_name': 'sst2', 'training_split': 'train', 'validation_split': 'validation', 'doc_to_text': '{{sentence}}\nQuestion: Is this sentence positive or negative?\nAnswer:', 'doc_to_target': 'label', 'doc_to_choice': ['negative', 'positive'], 'description': '', 'target_delimiter': ' ', 'fewshot_delimiter': '\n\n', 'num_fewshot': 0, 'metric_list': [{'metric': 'acc'}], 'output_type': 'multiple_choice', 'repeats': 1, 'should_decontaminate': False, 'metadata': {'version': 1.0}}, 'winogrande': {'task': 'winogrande', 'dataset_path': 'winogrande', 'dataset_name': 'winogrande_xl', 'training_split': 'train', 'validation_split': 'validation', 'doc_to_text': 'def doc_to_text(doc):\n answer_to_num = {"1": 0, "2": 1}\n return answer_to_num[doc["answer"]]\n', 'doc_to_target': 'def doc_to_target(doc):\n idx = doc["sentence"].index("_") + 1\n return doc["sentence"][idx:].strip()\n', 'doc_to_choice': 'def doc_to_choice(doc):\n idx = doc["sentence"].index("_")\n options = [doc["option1"], doc["option2"]]\n return [doc["sentence"][:idx] + opt for opt in options]\n', 'description': '', 'target_delimiter': ' ', 'fewshot_delimiter': '\n\n', 'num_fewshot': 0, 'metric_list': [{'metric': 'acc', 'aggregation': 'mean', 'higher_is_better': True}], 'output_type': 'multiple_choice', 'repeats': 1, 'should_decontaminate': True, 'doc_to_decontamination_query': 'sentence', 'metadata': {'version': 1.0}}}, 'cli_configs': {'model': 'hf', 'model_args': 'pretrained=/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step50000,tokenizer=/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k_hf/ConvertedTokenizer', 'batch_size': 'auto', 'batch_sizes': [64], 'device': None, 'use_cache': None, 'limit': None, 'bootstrap_iters': 100000, 'gen_kwargs': None}}
|
30 |
+
2024-05-30 13:59:09,461 INFO MainThread:744 [wandb_run.py:_finish():2103] finishing run smlgenai/english-eval/v5b29ywz
|
31 |
+
2024-05-30 13:59:09,462 INFO MainThread:744 [wandb_run.py:_atexit_cleanup():2343] got exitcode: 0
|
32 |
+
2024-05-30 13:59:09,462 INFO MainThread:744 [wandb_run.py:_restore():2326] restore
|
33 |
+
2024-05-30 13:59:09,462 INFO MainThread:744 [wandb_run.py:_restore():2332] restore done
|
34 |
+
2024-05-30 13:59:16,209 INFO MainThread:744 [wandb_run.py:_footer_history_summary_info():3994] rendering history
|
35 |
+
2024-05-30 13:59:16,210 INFO MainThread:744 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
|
36 |
+
2024-05-30 13:59:16,216 INFO MainThread:744 [wandb_run.py:_footer_sync_info():3953] logging synced files
|
venv/lib/python3.10/site-packages/nvidia/cudnn/lib/libcudnn_ops_train.so.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c89d9c871d0f1d1b3d1037234a66ebb09f990e3d5324c5025d45835d7d82d462
|
3 |
+
size 70922856
|
venv/lib/python3.10/site-packages/transformers/models/bart/__init__.py
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright 2020 The HuggingFace Team. All rights reserved.
|
2 |
+
#
|
3 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4 |
+
# you may not use this file except in compliance with the License.
|
5 |
+
# You may obtain a copy of the License at
|
6 |
+
#
|
7 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8 |
+
#
|
9 |
+
# Unless required by applicable law or agreed to in writing, software
|
10 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12 |
+
# See the License for the specific language governing permissions and
|
13 |
+
# limitations under the License.
|
14 |
+
from typing import TYPE_CHECKING
|
15 |
+
|
16 |
+
from ...utils import (
|
17 |
+
OptionalDependencyNotAvailable,
|
18 |
+
_LazyModule,
|
19 |
+
is_flax_available,
|
20 |
+
is_tf_available,
|
21 |
+
is_tokenizers_available,
|
22 |
+
is_torch_available,
|
23 |
+
)
|
24 |
+
|
25 |
+
|
26 |
+
_import_structure = {
|
27 |
+
"configuration_bart": ["BART_PRETRAINED_CONFIG_ARCHIVE_MAP", "BartConfig", "BartOnnxConfig"],
|
28 |
+
"tokenization_bart": ["BartTokenizer"],
|
29 |
+
}
|
30 |
+
|
31 |
+
try:
|
32 |
+
if not is_tokenizers_available():
|
33 |
+
raise OptionalDependencyNotAvailable()
|
34 |
+
except OptionalDependencyNotAvailable:
|
35 |
+
pass
|
36 |
+
else:
|
37 |
+
_import_structure["tokenization_bart_fast"] = ["BartTokenizerFast"]
|
38 |
+
|
39 |
+
try:
|
40 |
+
if not is_torch_available():
|
41 |
+
raise OptionalDependencyNotAvailable()
|
42 |
+
except OptionalDependencyNotAvailable:
|
43 |
+
pass
|
44 |
+
else:
|
45 |
+
_import_structure["modeling_bart"] = [
|
46 |
+
"BART_PRETRAINED_MODEL_ARCHIVE_LIST",
|
47 |
+
"BartForCausalLM",
|
48 |
+
"BartForConditionalGeneration",
|
49 |
+
"BartForQuestionAnswering",
|
50 |
+
"BartForSequenceClassification",
|
51 |
+
"BartModel",
|
52 |
+
"BartPreTrainedModel",
|
53 |
+
"BartPretrainedModel",
|
54 |
+
"PretrainedBartModel",
|
55 |
+
]
|
56 |
+
|
57 |
+
try:
|
58 |
+
if not is_tf_available():
|
59 |
+
raise OptionalDependencyNotAvailable()
|
60 |
+
except OptionalDependencyNotAvailable:
|
61 |
+
pass
|
62 |
+
else:
|
63 |
+
_import_structure["modeling_tf_bart"] = [
|
64 |
+
"TFBartForConditionalGeneration",
|
65 |
+
"TFBartForSequenceClassification",
|
66 |
+
"TFBartModel",
|
67 |
+
"TFBartPretrainedModel",
|
68 |
+
]
|
69 |
+
|
70 |
+
try:
|
71 |
+
if not is_flax_available():
|
72 |
+
raise OptionalDependencyNotAvailable()
|
73 |
+
except OptionalDependencyNotAvailable:
|
74 |
+
pass
|
75 |
+
else:
|
76 |
+
_import_structure["modeling_flax_bart"] = [
|
77 |
+
"FlaxBartDecoderPreTrainedModel",
|
78 |
+
"FlaxBartForCausalLM",
|
79 |
+
"FlaxBartForConditionalGeneration",
|
80 |
+
"FlaxBartForQuestionAnswering",
|
81 |
+
"FlaxBartForSequenceClassification",
|
82 |
+
"FlaxBartModel",
|
83 |
+
"FlaxBartPreTrainedModel",
|
84 |
+
]
|
85 |
+
|
86 |
+
if TYPE_CHECKING:
|
87 |
+
from .configuration_bart import BART_PRETRAINED_CONFIG_ARCHIVE_MAP, BartConfig, BartOnnxConfig
|
88 |
+
from .tokenization_bart import BartTokenizer
|
89 |
+
|
90 |
+
try:
|
91 |
+
if not is_tokenizers_available():
|
92 |
+
raise OptionalDependencyNotAvailable()
|
93 |
+
except OptionalDependencyNotAvailable:
|
94 |
+
pass
|
95 |
+
else:
|
96 |
+
from .tokenization_bart_fast import BartTokenizerFast
|
97 |
+
|
98 |
+
try:
|
99 |
+
if not is_torch_available():
|
100 |
+
raise OptionalDependencyNotAvailable()
|
101 |
+
except OptionalDependencyNotAvailable:
|
102 |
+
pass
|
103 |
+
else:
|
104 |
+
from .modeling_bart import (
|
105 |
+
BART_PRETRAINED_MODEL_ARCHIVE_LIST,
|
106 |
+
BartForCausalLM,
|
107 |
+
BartForConditionalGeneration,
|
108 |
+
BartForQuestionAnswering,
|
109 |
+
BartForSequenceClassification,
|
110 |
+
BartModel,
|
111 |
+
BartPreTrainedModel,
|
112 |
+
BartPretrainedModel,
|
113 |
+
PretrainedBartModel,
|
114 |
+
)
|
115 |
+
|
116 |
+
try:
|
117 |
+
if not is_tf_available():
|
118 |
+
raise OptionalDependencyNotAvailable()
|
119 |
+
except OptionalDependencyNotAvailable:
|
120 |
+
pass
|
121 |
+
else:
|
122 |
+
from .modeling_tf_bart import (
|
123 |
+
TFBartForConditionalGeneration,
|
124 |
+
TFBartForSequenceClassification,
|
125 |
+
TFBartModel,
|
126 |
+
TFBartPretrainedModel,
|
127 |
+
)
|
128 |
+
|
129 |
+
try:
|
130 |
+
if not is_flax_available():
|
131 |
+
raise OptionalDependencyNotAvailable()
|
132 |
+
except OptionalDependencyNotAvailable:
|
133 |
+
pass
|
134 |
+
else:
|
135 |
+
from .modeling_flax_bart import (
|
136 |
+
FlaxBartDecoderPreTrainedModel,
|
137 |
+
FlaxBartForCausalLM,
|
138 |
+
FlaxBartForConditionalGeneration,
|
139 |
+
FlaxBartForQuestionAnswering,
|
140 |
+
FlaxBartForSequenceClassification,
|
141 |
+
FlaxBartModel,
|
142 |
+
FlaxBartPreTrainedModel,
|
143 |
+
)
|
144 |
+
|
145 |
+
else:
|
146 |
+
import sys
|
147 |
+
|
148 |
+
sys.modules[__name__] = _LazyModule(__name__, globals()["__file__"], _import_structure, module_spec=__spec__)
|
venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (2.12 kB). View file
|
|
venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/configuration_bart.cpython-310.pyc
ADDED
Binary file (12.6 kB). View file
|
|
venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/convert_bart_original_pytorch_checkpoint_to_pytorch.cpython-310.pyc
ADDED
Binary file (4.51 kB). View file
|
|
venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/modeling_bart.cpython-310.pyc
ADDED
Binary file (69.9 kB). View file
|
|
venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/modeling_flax_bart.cpython-310.pyc
ADDED
Binary file (53.6 kB). View file
|
|
venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/modeling_tf_bart.cpython-310.pyc
ADDED
Binary file (54.2 kB). View file
|
|
venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/tokenization_bart.cpython-310.pyc
ADDED
Binary file (15.1 kB). View file
|
|
venv/lib/python3.10/site-packages/transformers/models/bart/__pycache__/tokenization_bart_fast.cpython-310.pyc
ADDED
Binary file (9.44 kB). View file
|
|
venv/lib/python3.10/site-packages/transformers/models/bart/configuration_bart.py
ADDED
@@ -0,0 +1,401 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2021 The Fairseq Authors and The HuggingFace Inc. team. All rights reserved.
|
3 |
+
#
|
4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
+
# you may not use this file except in compliance with the License.
|
6 |
+
# You may obtain a copy of the License at
|
7 |
+
#
|
8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
+
#
|
10 |
+
# Unless required by applicable law or agreed to in writing, software
|
11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
+
# See the License for the specific language governing permissions and
|
14 |
+
# limitations under the License.
|
15 |
+
""" BART model configuration"""
|
16 |
+
import warnings
|
17 |
+
from collections import OrderedDict
|
18 |
+
from typing import Any, Mapping, Optional
|
19 |
+
|
20 |
+
from ... import PreTrainedTokenizer
|
21 |
+
from ...configuration_utils import PretrainedConfig
|
22 |
+
from ...onnx import OnnxConfig, OnnxConfigWithPast, OnnxSeq2SeqConfigWithPast
|
23 |
+
from ...onnx.utils import compute_effective_axis_dimension
|
24 |
+
from ...utils import TensorType, is_torch_available, logging
|
25 |
+
|
26 |
+
|
27 |
+
logger = logging.get_logger(__name__)
|
28 |
+
|
29 |
+
|
30 |
+
class BartConfig(PretrainedConfig):
|
31 |
+
r"""
|
32 |
+
This is the configuration class to store the configuration of a [`BartModel`]. It is used to instantiate a BART
|
33 |
+
model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
|
34 |
+
defaults will yield a similar configuration to that of the BART
|
35 |
+
[facebook/bart-large](https://huggingface.co/facebook/bart-large) architecture.
|
36 |
+
|
37 |
+
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
|
38 |
+
documentation from [`PretrainedConfig`] for more information.
|
39 |
+
|
40 |
+
|
41 |
+
Args:
|
42 |
+
vocab_size (`int`, *optional*, defaults to 50265):
|
43 |
+
Vocabulary size of the BART model. Defines the number of different tokens that can be represented by the
|
44 |
+
`inputs_ids` passed when calling [`BartModel`] or [`TFBartModel`].
|
45 |
+
d_model (`int`, *optional*, defaults to 1024):
|
46 |
+
Dimensionality of the layers and the pooler layer.
|
47 |
+
encoder_layers (`int`, *optional*, defaults to 12):
|
48 |
+
Number of encoder layers.
|
49 |
+
decoder_layers (`int`, *optional*, defaults to 12):
|
50 |
+
Number of decoder layers.
|
51 |
+
encoder_attention_heads (`int`, *optional*, defaults to 16):
|
52 |
+
Number of attention heads for each attention layer in the Transformer encoder.
|
53 |
+
decoder_attention_heads (`int`, *optional*, defaults to 16):
|
54 |
+
Number of attention heads for each attention layer in the Transformer decoder.
|
55 |
+
decoder_ffn_dim (`int`, *optional*, defaults to 4096):
|
56 |
+
Dimensionality of the "intermediate" (often named feed-forward) layer in decoder.
|
57 |
+
encoder_ffn_dim (`int`, *optional*, defaults to 4096):
|
58 |
+
Dimensionality of the "intermediate" (often named feed-forward) layer in decoder.
|
59 |
+
activation_function (`str` or `function`, *optional*, defaults to `"gelu"`):
|
60 |
+
The non-linear activation function (function or string) in the encoder and pooler. If string, `"gelu"`,
|
61 |
+
`"relu"`, `"silu"` and `"gelu_new"` are supported.
|
62 |
+
dropout (`float`, *optional*, defaults to 0.1):
|
63 |
+
The dropout probability for all fully connected layers in the embeddings, encoder, and pooler.
|
64 |
+
attention_dropout (`float`, *optional*, defaults to 0.0):
|
65 |
+
The dropout ratio for the attention probabilities.
|
66 |
+
activation_dropout (`float`, *optional*, defaults to 0.0):
|
67 |
+
The dropout ratio for activations inside the fully connected layer.
|
68 |
+
classifier_dropout (`float`, *optional*, defaults to 0.0):
|
69 |
+
The dropout ratio for classifier.
|
70 |
+
max_position_embeddings (`int`, *optional*, defaults to 1024):
|
71 |
+
The maximum sequence length that this model might ever be used with. Typically set this to something large
|
72 |
+
just in case (e.g., 512 or 1024 or 2048).
|
73 |
+
init_std (`float`, *optional*, defaults to 0.02):
|
74 |
+
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
|
75 |
+
encoder_layerdrop (`float`, *optional*, defaults to 0.0):
|
76 |
+
The LayerDrop probability for the encoder. See the [LayerDrop paper](see https://arxiv.org/abs/1909.11556)
|
77 |
+
for more details.
|
78 |
+
decoder_layerdrop (`float`, *optional*, defaults to 0.0):
|
79 |
+
The LayerDrop probability for the decoder. See the [LayerDrop paper](see https://arxiv.org/abs/1909.11556)
|
80 |
+
for more details.
|
81 |
+
scale_embedding (`bool`, *optional*, defaults to `False`):
|
82 |
+
Scale embeddings by diving by sqrt(d_model).
|
83 |
+
use_cache (`bool`, *optional*, defaults to `True`):
|
84 |
+
Whether or not the model should return the last key/values attentions (not used by all models).
|
85 |
+
num_labels (`int`, *optional*, defaults to 3):
|
86 |
+
The number of labels to use in [`BartForSequenceClassification`].
|
87 |
+
forced_eos_token_id (`int`, *optional*, defaults to 2):
|
88 |
+
The id of the token to force as the last generated token when `max_length` is reached. Usually set to
|
89 |
+
`eos_token_id`.
|
90 |
+
|
91 |
+
Example:
|
92 |
+
|
93 |
+
```python
|
94 |
+
>>> from transformers import BartConfig, BartModel
|
95 |
+
|
96 |
+
>>> # Initializing a BART facebook/bart-large style configuration
|
97 |
+
>>> configuration = BartConfig()
|
98 |
+
|
99 |
+
>>> # Initializing a model (with random weights) from the facebook/bart-large style configuration
|
100 |
+
>>> model = BartModel(configuration)
|
101 |
+
|
102 |
+
>>> # Accessing the model configuration
|
103 |
+
>>> configuration = model.config
|
104 |
+
```"""
|
105 |
+
|
106 |
+
model_type = "bart"
|
107 |
+
keys_to_ignore_at_inference = ["past_key_values"]
|
108 |
+
attribute_map = {"num_attention_heads": "encoder_attention_heads", "hidden_size": "d_model"}
|
109 |
+
|
110 |
+
def __init__(
|
111 |
+
self,
|
112 |
+
vocab_size=50265,
|
113 |
+
max_position_embeddings=1024,
|
114 |
+
encoder_layers=12,
|
115 |
+
encoder_ffn_dim=4096,
|
116 |
+
encoder_attention_heads=16,
|
117 |
+
decoder_layers=12,
|
118 |
+
decoder_ffn_dim=4096,
|
119 |
+
decoder_attention_heads=16,
|
120 |
+
encoder_layerdrop=0.0,
|
121 |
+
decoder_layerdrop=0.0,
|
122 |
+
activation_function="gelu",
|
123 |
+
d_model=1024,
|
124 |
+
dropout=0.1,
|
125 |
+
attention_dropout=0.0,
|
126 |
+
activation_dropout=0.0,
|
127 |
+
init_std=0.02,
|
128 |
+
classifier_dropout=0.0,
|
129 |
+
scale_embedding=False,
|
130 |
+
use_cache=True,
|
131 |
+
num_labels=3,
|
132 |
+
pad_token_id=1,
|
133 |
+
bos_token_id=0,
|
134 |
+
eos_token_id=2,
|
135 |
+
is_encoder_decoder=True,
|
136 |
+
decoder_start_token_id=2,
|
137 |
+
forced_eos_token_id=2,
|
138 |
+
**kwargs,
|
139 |
+
):
|
140 |
+
self.vocab_size = vocab_size
|
141 |
+
self.max_position_embeddings = max_position_embeddings
|
142 |
+
self.d_model = d_model
|
143 |
+
self.encoder_ffn_dim = encoder_ffn_dim
|
144 |
+
self.encoder_layers = encoder_layers
|
145 |
+
self.encoder_attention_heads = encoder_attention_heads
|
146 |
+
self.decoder_ffn_dim = decoder_ffn_dim
|
147 |
+
self.decoder_layers = decoder_layers
|
148 |
+
self.decoder_attention_heads = decoder_attention_heads
|
149 |
+
self.dropout = dropout
|
150 |
+
self.attention_dropout = attention_dropout
|
151 |
+
self.activation_dropout = activation_dropout
|
152 |
+
self.activation_function = activation_function
|
153 |
+
self.init_std = init_std
|
154 |
+
self.encoder_layerdrop = encoder_layerdrop
|
155 |
+
self.decoder_layerdrop = decoder_layerdrop
|
156 |
+
self.classifier_dropout = classifier_dropout
|
157 |
+
self.use_cache = use_cache
|
158 |
+
self.num_hidden_layers = encoder_layers
|
159 |
+
self.scale_embedding = scale_embedding # scale factor will be sqrt(d_model) if True
|
160 |
+
|
161 |
+
super().__init__(
|
162 |
+
num_labels=num_labels,
|
163 |
+
pad_token_id=pad_token_id,
|
164 |
+
bos_token_id=bos_token_id,
|
165 |
+
eos_token_id=eos_token_id,
|
166 |
+
is_encoder_decoder=is_encoder_decoder,
|
167 |
+
decoder_start_token_id=decoder_start_token_id,
|
168 |
+
forced_eos_token_id=forced_eos_token_id,
|
169 |
+
**kwargs,
|
170 |
+
)
|
171 |
+
|
172 |
+
# ensure backward compatibility for BART CNN models
|
173 |
+
if self.forced_bos_token_id is None and kwargs.get("force_bos_token_to_be_generated", False):
|
174 |
+
self.forced_bos_token_id = self.bos_token_id
|
175 |
+
warnings.warn(
|
176 |
+
f"Please make sure the config includes `forced_bos_token_id={self.bos_token_id}` in future versions. "
|
177 |
+
"The config can simply be saved and uploaded again to be fixed."
|
178 |
+
)
|
179 |
+
|
180 |
+
|
181 |
+
class BartOnnxConfig(OnnxSeq2SeqConfigWithPast):
|
182 |
+
@property
|
183 |
+
def inputs(self) -> Mapping[str, Mapping[int, str]]:
|
184 |
+
if self.task in ["default", "seq2seq-lm"]:
|
185 |
+
common_inputs = OrderedDict(
|
186 |
+
[
|
187 |
+
("input_ids", {0: "batch", 1: "encoder_sequence"}),
|
188 |
+
("attention_mask", {0: "batch", 1: "encoder_sequence"}),
|
189 |
+
]
|
190 |
+
)
|
191 |
+
|
192 |
+
if self.use_past:
|
193 |
+
common_inputs["decoder_input_ids"] = {0: "batch"}
|
194 |
+
common_inputs["decoder_attention_mask"] = {0: "batch", 1: "past_decoder_sequence + sequence"}
|
195 |
+
else:
|
196 |
+
common_inputs["decoder_input_ids"] = {0: "batch", 1: "decoder_sequence"}
|
197 |
+
common_inputs["decoder_attention_mask"] = {0: "batch", 1: "decoder_sequence"}
|
198 |
+
|
199 |
+
if self.use_past:
|
200 |
+
self.fill_with_past_key_values_(common_inputs, direction="inputs")
|
201 |
+
elif self.task == "causal-lm":
|
202 |
+
# TODO: figure this case out.
|
203 |
+
common_inputs = OrderedDict(
|
204 |
+
[
|
205 |
+
("input_ids", {0: "batch", 1: "encoder_sequence"}),
|
206 |
+
("attention_mask", {0: "batch", 1: "encoder_sequence"}),
|
207 |
+
]
|
208 |
+
)
|
209 |
+
if self.use_past:
|
210 |
+
num_encoder_layers, _ = self.num_layers
|
211 |
+
for i in range(num_encoder_layers):
|
212 |
+
common_inputs[f"past_key_values.{i}.key"] = {0: "batch", 2: "past_sequence + sequence"}
|
213 |
+
common_inputs[f"past_key_values.{i}.value"] = {0: "batch", 2: "past_sequence + sequence"}
|
214 |
+
else:
|
215 |
+
common_inputs = OrderedDict(
|
216 |
+
[
|
217 |
+
("input_ids", {0: "batch", 1: "encoder_sequence"}),
|
218 |
+
("attention_mask", {0: "batch", 1: "encoder_sequence"}),
|
219 |
+
("decoder_input_ids", {0: "batch", 1: "decoder_sequence"}),
|
220 |
+
("decoder_attention_mask", {0: "batch", 1: "decoder_sequence"}),
|
221 |
+
]
|
222 |
+
)
|
223 |
+
|
224 |
+
return common_inputs
|
225 |
+
|
226 |
+
@property
|
227 |
+
def outputs(self) -> Mapping[str, Mapping[int, str]]:
|
228 |
+
if self.task in ["default", "seq2seq-lm"]:
|
229 |
+
common_outputs = super().outputs
|
230 |
+
else:
|
231 |
+
common_outputs = super(OnnxConfigWithPast, self).outputs
|
232 |
+
if self.use_past:
|
233 |
+
num_encoder_layers, _ = self.num_layers
|
234 |
+
for i in range(num_encoder_layers):
|
235 |
+
common_outputs[f"present.{i}.key"] = {0: "batch", 2: "past_sequence + sequence"}
|
236 |
+
common_outputs[f"present.{i}.value"] = {0: "batch", 2: "past_sequence + sequence"}
|
237 |
+
return common_outputs
|
238 |
+
|
239 |
+
def _generate_dummy_inputs_for_default_and_seq2seq_lm(
|
240 |
+
self,
|
241 |
+
tokenizer: PreTrainedTokenizer,
|
242 |
+
batch_size: int = -1,
|
243 |
+
seq_length: int = -1,
|
244 |
+
is_pair: bool = False,
|
245 |
+
framework: Optional[TensorType] = None,
|
246 |
+
) -> Mapping[str, Any]:
|
247 |
+
encoder_inputs = self._generate_dummy_inputs_for_sequence_classification_and_question_answering(
|
248 |
+
tokenizer, batch_size, seq_length, is_pair, framework
|
249 |
+
)
|
250 |
+
|
251 |
+
# Generate decoder inputs
|
252 |
+
decoder_seq_length = seq_length if not self.use_past else 1
|
253 |
+
decoder_inputs = self._generate_dummy_inputs_for_sequence_classification_and_question_answering(
|
254 |
+
tokenizer, batch_size, decoder_seq_length, is_pair, framework
|
255 |
+
)
|
256 |
+
decoder_inputs = {f"decoder_{name}": tensor for name, tensor in decoder_inputs.items()}
|
257 |
+
common_inputs = dict(**encoder_inputs, **decoder_inputs)
|
258 |
+
|
259 |
+
if self.use_past:
|
260 |
+
if not is_torch_available():
|
261 |
+
raise ValueError("Cannot generate dummy past_keys inputs without PyTorch installed.")
|
262 |
+
else:
|
263 |
+
import torch
|
264 |
+
batch, encoder_seq_length = common_inputs["input_ids"].shape
|
265 |
+
decoder_seq_length = common_inputs["decoder_input_ids"].shape[1]
|
266 |
+
num_encoder_attention_heads, num_decoder_attention_heads = self.num_attention_heads
|
267 |
+
encoder_shape = (
|
268 |
+
batch,
|
269 |
+
num_encoder_attention_heads,
|
270 |
+
encoder_seq_length,
|
271 |
+
self._config.hidden_size // num_encoder_attention_heads,
|
272 |
+
)
|
273 |
+
decoder_past_length = decoder_seq_length + 3
|
274 |
+
decoder_shape = (
|
275 |
+
batch,
|
276 |
+
num_decoder_attention_heads,
|
277 |
+
decoder_past_length,
|
278 |
+
self._config.hidden_size // num_decoder_attention_heads,
|
279 |
+
)
|
280 |
+
|
281 |
+
common_inputs["decoder_attention_mask"] = torch.cat(
|
282 |
+
[common_inputs["decoder_attention_mask"], torch.ones(batch, decoder_past_length)], dim=1
|
283 |
+
)
|
284 |
+
|
285 |
+
common_inputs["past_key_values"] = []
|
286 |
+
# If the number of encoder and decoder layers are present in the model configuration, both are considered
|
287 |
+
num_encoder_layers, num_decoder_layers = self.num_layers
|
288 |
+
min_num_layers = min(num_encoder_layers, num_decoder_layers)
|
289 |
+
max_num_layers = max(num_encoder_layers, num_decoder_layers) - min_num_layers
|
290 |
+
remaining_side_name = "encoder" if num_encoder_layers > num_decoder_layers else "decoder"
|
291 |
+
|
292 |
+
for _ in range(min_num_layers):
|
293 |
+
common_inputs["past_key_values"].append(
|
294 |
+
(
|
295 |
+
torch.zeros(decoder_shape),
|
296 |
+
torch.zeros(decoder_shape),
|
297 |
+
torch.zeros(encoder_shape),
|
298 |
+
torch.zeros(encoder_shape),
|
299 |
+
)
|
300 |
+
)
|
301 |
+
# TODO: test this.
|
302 |
+
shape = encoder_shape if remaining_side_name == "encoder" else decoder_shape
|
303 |
+
for _ in range(min_num_layers, max_num_layers):
|
304 |
+
common_inputs["past_key_values"].append((torch.zeros(shape), torch.zeros(shape)))
|
305 |
+
return common_inputs
|
306 |
+
|
307 |
+
def _generate_dummy_inputs_for_causal_lm(
|
308 |
+
self,
|
309 |
+
tokenizer: PreTrainedTokenizer,
|
310 |
+
batch_size: int = -1,
|
311 |
+
seq_length: int = -1,
|
312 |
+
is_pair: bool = False,
|
313 |
+
framework: Optional[TensorType] = None,
|
314 |
+
) -> Mapping[str, Any]:
|
315 |
+
common_inputs = self._generate_dummy_inputs_for_sequence_classification_and_question_answering(
|
316 |
+
tokenizer, batch_size, seq_length, is_pair, framework
|
317 |
+
)
|
318 |
+
|
319 |
+
if self.use_past:
|
320 |
+
if not is_torch_available():
|
321 |
+
raise ValueError("Cannot generate dummy past_keys inputs without PyTorch installed.")
|
322 |
+
else:
|
323 |
+
import torch
|
324 |
+
batch, seqlen = common_inputs["input_ids"].shape
|
325 |
+
# Not using the same length for past_key_values
|
326 |
+
past_key_values_length = seqlen + 2
|
327 |
+
num_encoder_layers, _ = self.num_layers
|
328 |
+
num_encoder_attention_heads, _ = self.num_attention_heads
|
329 |
+
past_shape = (
|
330 |
+
batch,
|
331 |
+
num_encoder_attention_heads,
|
332 |
+
past_key_values_length,
|
333 |
+
self._config.hidden_size // num_encoder_attention_heads,
|
334 |
+
)
|
335 |
+
|
336 |
+
mask_dtype = common_inputs["attention_mask"].dtype
|
337 |
+
common_inputs["attention_mask"] = torch.cat(
|
338 |
+
[common_inputs["attention_mask"], torch.ones(batch, past_key_values_length, dtype=mask_dtype)], dim=1
|
339 |
+
)
|
340 |
+
common_inputs["past_key_values"] = [
|
341 |
+
(torch.zeros(past_shape), torch.zeros(past_shape)) for _ in range(num_encoder_layers)
|
342 |
+
]
|
343 |
+
return common_inputs
|
344 |
+
|
345 |
+
def _generate_dummy_inputs_for_sequence_classification_and_question_answering(
|
346 |
+
self,
|
347 |
+
tokenizer: PreTrainedTokenizer,
|
348 |
+
batch_size: int = -1,
|
349 |
+
seq_length: int = -1,
|
350 |
+
is_pair: bool = False,
|
351 |
+
framework: Optional[TensorType] = None,
|
352 |
+
) -> Mapping[str, Any]:
|
353 |
+
# Copied from OnnxConfig.generate_dummy_inputs
|
354 |
+
# Did not use super(OnnxConfigWithPast, self).generate_dummy_inputs for code clarity.
|
355 |
+
# If dynamic axis (-1) we forward with a fixed dimension of 2 samples to avoid optimizations made by ONNX
|
356 |
+
batch_size = compute_effective_axis_dimension(
|
357 |
+
batch_size, fixed_dimension=OnnxConfig.default_fixed_batch, num_token_to_add=0
|
358 |
+
)
|
359 |
+
|
360 |
+
# If dynamic axis (-1) we forward with a fixed dimension of 8 tokens to avoid optimizations made by ONNX
|
361 |
+
token_to_add = tokenizer.num_special_tokens_to_add(is_pair)
|
362 |
+
seq_length = compute_effective_axis_dimension(
|
363 |
+
seq_length, fixed_dimension=OnnxConfig.default_fixed_sequence, num_token_to_add=token_to_add
|
364 |
+
)
|
365 |
+
|
366 |
+
# Generate dummy inputs according to compute batch and sequence
|
367 |
+
dummy_input = [" ".join([tokenizer.unk_token]) * seq_length] * batch_size
|
368 |
+
common_inputs = dict(tokenizer(dummy_input, return_tensors=framework))
|
369 |
+
return common_inputs
|
370 |
+
|
371 |
+
def generate_dummy_inputs(
|
372 |
+
self,
|
373 |
+
tokenizer: PreTrainedTokenizer,
|
374 |
+
batch_size: int = -1,
|
375 |
+
seq_length: int = -1,
|
376 |
+
is_pair: bool = False,
|
377 |
+
framework: Optional[TensorType] = None,
|
378 |
+
) -> Mapping[str, Any]:
|
379 |
+
if self.task in ["default", "seq2seq-lm"]:
|
380 |
+
common_inputs = self._generate_dummy_inputs_for_default_and_seq2seq_lm(
|
381 |
+
tokenizer, batch_size=batch_size, seq_length=seq_length, is_pair=is_pair, framework=framework
|
382 |
+
)
|
383 |
+
|
384 |
+
elif self.task == "causal-lm":
|
385 |
+
common_inputs = self._generate_dummy_inputs_for_causal_lm(
|
386 |
+
tokenizer, batch_size=batch_size, seq_length=seq_length, is_pair=is_pair, framework=framework
|
387 |
+
)
|
388 |
+
else:
|
389 |
+
common_inputs = self._generate_dummy_inputs_for_sequence_classification_and_question_answering(
|
390 |
+
tokenizer, batch_size=batch_size, seq_length=seq_length, is_pair=is_pair, framework=framework
|
391 |
+
)
|
392 |
+
|
393 |
+
return common_inputs
|
394 |
+
|
395 |
+
def _flatten_past_key_values_(self, flattened_output, name, idx, t):
|
396 |
+
if self.task in ["default", "seq2seq-lm"]:
|
397 |
+
flattened_output = super()._flatten_past_key_values_(flattened_output, name, idx, t)
|
398 |
+
else:
|
399 |
+
flattened_output = super(OnnxSeq2SeqConfigWithPast, self)._flatten_past_key_values_(
|
400 |
+
flattened_output, name, idx, t
|
401 |
+
)
|