Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- ckpts/universal/global_step20/zero/23.attention.dense.weight/exp_avg.pt +3 -0
- ckpts/universal/global_step20/zero/8.attention.dense.weight/exp_avg.pt +3 -0
- ckpts/universal/global_step20/zero/8.attention.dense.weight/exp_avg_sq.pt +3 -0
- ckpts/universal/global_step20/zero/9.mlp.dense_h_to_4h.weight/exp_avg_sq.pt +3 -0
- lm-evaluation-harness/tests/testdata/gpt3_test_f307d52964c295e2005c5e782b688c24388e0cecadf29f1e6fc7f394236ea9c0.pkl +3 -0
- lm-evaluation-harness/tests/testdata/textsynth_test_0a89c2739f9598b4be2674b0a8e43931d7f3f0b696970bcba31f9b52bdf12297.pkl +3 -0
- lm-evaluation-harness/tests/testdata/textsynth_test_0c1c14571add7903b89e588c8212572b95bb57b334fc0752c89a7e045a5f63ae.pkl +3 -0
- lm-evaluation-harness/tests/testdata/textsynth_test_6d6c62dd70caaa208712bf766deaf419cfac89538d4ab7745621e339394c0c23.pkl +3 -0
- lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/files/config.yaml +43 -0
- lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/files/output.log +28 -0
- lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/files/requirements.txt +163 -0
- lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/files/wandb-metadata.json +810 -0
- lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/files/wandb-summary.json +1 -0
- lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/run-s6mpkihm.wandb +0 -0
- lm-evaluation-harness/wandb/run-20240514_103117-q880yywu/files/output.log +42 -0
- lm-evaluation-harness/wandb/run-20240514_103117-q880yywu/files/requirements.txt +163 -0
- lm-evaluation-harness/wandb/run-20240514_103117-q880yywu/run-q880yywu.wandb +0 -0
- lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/config.yaml +43 -0
- lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/output.log +34 -0
- lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/requirements.txt +155 -0
- lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/wandb-metadata.json +850 -0
- lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/wandb-summary.json +1 -0
- lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/logs/debug-internal.log +179 -0
- lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/logs/debug.log +28 -0
- lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/run-70sdzmdf.wandb +0 -0
- lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/files/config.yaml +284 -0
- lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/files/media/table/evaluation/eval_results_1_f6c5ffdda60541ca1d9f.table.json +1 -0
- lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/files/output.log +549 -0
- lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/files/requirements.txt +154 -0
- lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/files/wandb-metadata.json +850 -0
- lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/files/wandb-summary.json +1 -0
- venv/lib/python3.10/site-packages/dataproperty/__init__.py +45 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/__version__.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_align.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_align_getter.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_base.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_column.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_converter.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_dataproperty.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_extractor.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_formatter.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_interface.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_line_break.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/_preprocessor.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__pycache__/typing.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/dataproperty/__version__.py +6 -0
- venv/lib/python3.10/site-packages/dataproperty/_align.py +25 -0
- venv/lib/python3.10/site-packages/dataproperty/_align_getter.py +33 -0
- venv/lib/python3.10/site-packages/dataproperty/_base.py +98 -0
- venv/lib/python3.10/site-packages/dataproperty/_column.py +352 -0
ckpts/universal/global_step20/zero/23.attention.dense.weight/exp_avg.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14852ba2ff663473d4b8abadecc2acb8900a8c3f39c5b72d4dd63dd29e9c82ef
|
3 |
+
size 16778396
|
ckpts/universal/global_step20/zero/8.attention.dense.weight/exp_avg.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d05c261acb81f9b7773b2194fbfd1eb29698fb841d5e984d5ec646218bf1b14e
|
3 |
+
size 16778396
|
ckpts/universal/global_step20/zero/8.attention.dense.weight/exp_avg_sq.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f30e6c4a37dd730dedab85a42489ba79ea6a66d3536431218494667a67c4ea94
|
3 |
+
size 16778411
|
ckpts/universal/global_step20/zero/9.mlp.dense_h_to_4h.weight/exp_avg_sq.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0679da1c234a6312fbb3a1a60250d18394de75c4a8e9eabd915e2f57355b62e
|
3 |
+
size 33555627
|
lm-evaluation-harness/tests/testdata/gpt3_test_f307d52964c295e2005c5e782b688c24388e0cecadf29f1e6fc7f394236ea9c0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f11de4b3d45d1590ba78935e824ae86ef75bbc370df500f89dde2c397d11c01a
|
3 |
+
size 1297
|
lm-evaluation-harness/tests/testdata/textsynth_test_0a89c2739f9598b4be2674b0a8e43931d7f3f0b696970bcba31f9b52bdf12297.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd0a3c44334dc2b7c48aa448d0a2c2ffde3c9a28e6c29d4ed175cbb22334bef3
|
3 |
+
size 1805
|
lm-evaluation-harness/tests/testdata/textsynth_test_0c1c14571add7903b89e588c8212572b95bb57b334fc0752c89a7e045a5f63ae.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0767f0abf685cd948057def299fa0b97dc9ebdad4e356dd708a7d4bde45ba71
|
3 |
+
size 1853
|
lm-evaluation-harness/tests/testdata/textsynth_test_6d6c62dd70caaa208712bf766deaf419cfac89538d4ab7745621e339394c0c23.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36023aa22487e0d2de08cb3ecabd0cdbd6c887c63c7006b3544b7809bfcb58bc
|
3 |
+
size 1806
|
lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/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: 1715682602
|
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_103002-s6mpkihm/files/output.log
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-14:10:30:02,599 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-14:10:30:07,079 INFO [__main__.py:335] Selected Tasks: ['indiccopa-hi']
|
4 |
+
2024-05-14:10:30:07,081 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:30:07,081 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/data/cronscript/ckpts//hf_ckpt//global_step100'}
|
6 |
+
/usr/local/lib/python3.10/dist-packages/habana_frameworks/torch/gpu_migration/core/register.py:145: UserWarning: "hpu:X" notation is not supported by Gaudi PyTorch intergration bridge. Please change to "hpu" without index (Triggered internally at /npu-stack/pytorch-integration/pytorch_helpers/lazy_to_backend.cpp:53.)
|
7 |
+
return func(*args, **kwargs)
|
8 |
+
/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.
|
9 |
+
warnings.warn(
|
10 |
+
/usr/local/lib/python3.10/dist-packages/habana_frameworks/torch/hpu/__init__.py:158: UserWarning: torch.hpu.setDeterministic is deprecated and will be removed in next release. Please use torch.use_deterministic_algorithms instead.
|
11 |
+
warnings.warn(
|
12 |
+
You are using the default legacy behaviour of the <class 'transformers.models.llama.tokenization_llama.LlamaTokenizer'>. This is expected, and simply means that the `legacy` (previous) behavior will be used so nothing changes for you. If you want to use the new behaviour, set `legacy=False`. This should only be set if you understand what it means, and thoroughly read the reason why this was added as explained in https://github.com/huggingface/transformers/pull/24565
|
13 |
+
2024-05-14:10:30:13,626 WARNING [task.py:763] [Task: indiccopa-hi] metric acc is defined, but aggregation is not. using default aggregation=mean
|
14 |
+
2024-05-14:10:30:13,626 WARNING [task.py:775] [Task: indiccopa-hi] metric acc is defined, but higher_is_better is not. using default higher_is_better=True
|
15 |
+
[2024-05-14 10:30:13,248] [INFO] [real_accelerator.py:178:get_accelerator] Setting ds_accelerator to hpu (auto detect)
|
16 |
+
/usr/local/lib/python3.10/dist-packages/datasets/load.py:1486: FutureWarning: The repository for ai4bharat/IndicCOPA contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/ai4bharat/IndicCOPA
|
17 |
+
You can avoid this message in future by passing the argument `trust_remote_code=True`.
|
18 |
+
Passing `trust_remote_code=True` will be mandatory to load this dataset from the next major release of `datasets`.
|
19 |
+
warnings.warn(
|
20 |
+
2024-05-14:10:30:15,078 WARNING [task.py:322] [Task: indiccopa-hi] has_training_docs and has_validation_docs are False, using test_docs as fewshot_docs but this is not recommended.
|
21 |
+
2024-05-14:10:30:15,078 WARNING [task.py:322] [Task: indiccopa-hi] has_training_docs and has_validation_docs are False, using test_docs as fewshot_docs but this is not recommended.
|
22 |
+
2024-05-14:10:30:15,097 INFO [task.py:395] Building contexts for indiccopa-hi on rank 2...
|
23 |
+
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 56/56 [00:00<00:00, 110221.03it/s]
|
24 |
+
Passed argument batch_size = auto:1. Detecting largest batch size
|
25 |
+
2024-05-14:10:30:16,729 INFO [evaluator.py:379] Running loglikelihood requests
|
26 |
+
/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.
|
27 |
+
warnings.warn(
|
28 |
+
Determined largest batch size: 64
|
lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/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_103002-s6mpkihm/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:30:02.466481",
|
5 |
+
"startedAt": "2024-05-14T10:30:02.042367",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [
|
9 |
+
"--model",
|
10 |
+
"hf",
|
11 |
+
"--model_args",
|
12 |
+
"pretrained=/data/cronscript/ckpts//hf_ckpt//global_step100",
|
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.375447368421,
|
36 |
+
"min": 800.0,
|
37 |
+
"max": 3400.0
|
38 |
+
},
|
39 |
+
"cpu_freq_per_core": [
|
40 |
+
{
|
41 |
+
"current": 3300.0,
|
42 |
+
"min": 800.0,
|
43 |
+
"max": 3400.0
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"current": 3300.0,
|
47 |
+
"min": 800.0,
|
48 |
+
"max": 3400.0
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"current": 3400.0,
|
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": 3300.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": 3400.0,
|
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": 3300.003,
|
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": 3400.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": 3400.0,
|
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": 3300.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.003,
|
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": 3300.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": 3400.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": 3400.0,
|
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": 3400.0,
|
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": 3400.0,
|
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.92179107666016
|
805 |
+
}
|
806 |
+
},
|
807 |
+
"memory": {
|
808 |
+
"total": 1007.5000267028809
|
809 |
+
}
|
810 |
+
}
|
lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 21}}
|
lm-evaluation-harness/wandb/run-20240514_103002-s6mpkihm/run-s6mpkihm.wandb
ADDED
Binary file (11.6 kB). View file
|
|
lm-evaluation-harness/wandb/run-20240514_103117-q880yywu/files/output.log
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-14:10:31:17,654 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-14:10:31:22,053 INFO [__main__.py:335] Selected Tasks: ['indiccopa-hi']
|
4 |
+
2024-05-14:10:31:22,056 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,057 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-q880yywu/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-q880yywu/run-q880yywu.wandb
ADDED
Binary file (12.1 kB). View file
|
|
lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/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: 1716396053
|
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_164053-70sdzmdf/files/output.log
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-22:16:40:54,677 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-22:16:41:03,813 INFO [__main__.py:335] Selected Tasks: ['arc_easy', 'hellaswag', 'mrpc', 'openbookqa', 'sst2', 'winogrande']
|
4 |
+
2024-05-22:16:41:03,814 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
|
5 |
+
2024-05-22:16:41:03,814 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:16:41:06,099 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_164053-70sdzmdf/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_164053-70sdzmdf/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-22T16:40:54.469634",
|
5 |
+
"startedAt": "2024-05-22T16:40:53.881781",
|
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_step100",
|
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": 3399.997,
|
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.63535690307617
|
845 |
+
}
|
846 |
+
},
|
847 |
+
"memory": {
|
848 |
+
"total": 1007.4379997253418
|
849 |
+
}
|
850 |
+
}
|
lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 11}}
|
lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/logs/debug-internal.log
ADDED
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-22 16:40:53,902 INFO StreamThr :800 [internal.py:wandb_internal():85] W&B internal server running at pid: 800, started at: 2024-05-22 16:40:53.901149
|
2 |
+
2024-05-22 16:40:53,907 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: status
|
3 |
+
2024-05-22 16:40:53,908 INFO WriterThread:800 [datastore.py:open_for_write():87] open: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/run-70sdzmdf.wandb
|
4 |
+
2024-05-22 16:40:53,910 DEBUG SenderThread:800 [sender.py:send():378] send: header
|
5 |
+
2024-05-22 16:40:53,914 DEBUG SenderThread:800 [sender.py:send():378] send: run
|
6 |
+
2024-05-22 16:40:54,233 INFO SenderThread:800 [dir_watcher.py:__init__():211] watching files in: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files
|
7 |
+
2024-05-22 16:40:54,234 INFO SenderThread:800 [sender.py:_start_run_threads():1123] run started: 70sdzmdf with start time 1716396053.901715
|
8 |
+
2024-05-22 16:40:54,238 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: check_version
|
9 |
+
2024-05-22 16:40:54,238 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: check_version
|
10 |
+
2024-05-22 16:40:54,357 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: run_start
|
11 |
+
2024-05-22 16:40:54,359 DEBUG HandlerThread:800 [system_info.py:__init__():26] System info init
|
12 |
+
2024-05-22 16:40:54,359 DEBUG HandlerThread:800 [system_info.py:__init__():41] System info init done
|
13 |
+
2024-05-22 16:40:54,359 INFO HandlerThread:800 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-05-22 16:40:54,359 INFO SystemMonitor:800 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-05-22 16:40:54,359 INFO HandlerThread:800 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-05-22 16:40:54,366 INFO SystemMonitor:800 [interfaces.py:start():188] Started cpu monitoring
|
17 |
+
2024-05-22 16:40:54,367 INFO SystemMonitor:800 [interfaces.py:start():188] Started disk monitoring
|
18 |
+
2024-05-22 16:40:54,368 INFO SystemMonitor:800 [interfaces.py:start():188] Started memory monitoring
|
19 |
+
2024-05-22 16:40:54,369 INFO SystemMonitor:800 [interfaces.py:start():188] Started network monitoring
|
20 |
+
2024-05-22 16:40:54,469 DEBUG HandlerThread:800 [system_info.py:probe():150] Probing system
|
21 |
+
2024-05-22 16:40:54,472 DEBUG HandlerThread:800 [system_info.py:_probe_git():135] Probing git
|
22 |
+
2024-05-22 16:40:54,483 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 16:40:54,483 DEBUG HandlerThread:800 [system_info.py:_probe_git():143] Probing git done
|
29 |
+
2024-05-22 16:40:54,483 DEBUG HandlerThread:800 [system_info.py:probe():198] Probing system done
|
30 |
+
2024-05-22 16:40:54,483 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-22T16:40:54.469634', 'startedAt': '2024-05-22T16:40:53.881781', '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': 3399.997, '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.63535690307617}}, 'memory': {'total': 1007.4379997253418}}
|
31 |
+
2024-05-22 16:40:54,483 INFO HandlerThread:800 [system_monitor.py:probe():224] Finished collecting system info
|
32 |
+
2024-05-22 16:40:54,483 INFO HandlerThread:800 [system_monitor.py:probe():227] Publishing system info
|
33 |
+
2024-05-22 16:40:54,486 INFO HandlerThread:800 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-05-22 16:40:54,491 DEBUG SenderThread:800 [sender.py:send():378] send: files
|
35 |
+
2024-05-22 16:40:54,491 INFO SenderThread:800 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
|
36 |
+
2024-05-22 16:40:54,669 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: python_packages
|
37 |
+
2024-05-22 16:40:54,670 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: python_packages
|
38 |
+
2024-05-22 16:40:54,670 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: stop_status
|
39 |
+
2024-05-22 16:40:54,673 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: stop_status
|
40 |
+
2024-05-22 16:40:54,752 DEBUG SenderThread:800 [sender.py:send():378] send: telemetry
|
41 |
+
2024-05-22 16:40:55,171 INFO wandb-upload_0:800 [upload_job.py:push():130] Uploaded file /tmp/tmpqqyeghg8wandb/yxzvar76-wandb-metadata.json
|
42 |
+
2024-05-22 16:40:55,236 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_164053-70sdzmdf/files/output.log
|
43 |
+
2024-05-22 16:40:55,236 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_164053-70sdzmdf/files/wandb-metadata.json
|
44 |
+
2024-05-22 16:40:55,236 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_164053-70sdzmdf/files/requirements.txt
|
45 |
+
2024-05-22 16:40:57,236 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_164053-70sdzmdf/files/output.log
|
46 |
+
2024-05-22 16:40:59,754 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: status_report
|
47 |
+
2024-05-22 16:41:04,815 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: status_report
|
48 |
+
2024-05-22 16:41:05,243 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_164053-70sdzmdf/files/output.log
|
49 |
+
2024-05-22 16:41:06,109 DEBUG SenderThread:800 [sender.py:send():378] send: exit
|
50 |
+
2024-05-22 16:41:06,109 INFO SenderThread:800 [sender.py:send_exit():585] handling exit code: 1
|
51 |
+
2024-05-22 16:41:06,109 INFO SenderThread:800 [sender.py:send_exit():587] handling runtime: 11
|
52 |
+
2024-05-22 16:41:06,110 INFO SenderThread:800 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
53 |
+
2024-05-22 16:41:06,110 INFO SenderThread:800 [sender.py:send_exit():593] send defer
|
54 |
+
2024-05-22 16:41:06,111 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
55 |
+
2024-05-22 16:41:06,111 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 0
|
56 |
+
2024-05-22 16:41:06,111 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
57 |
+
2024-05-22 16:41:06,111 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 0
|
58 |
+
2024-05-22 16:41:06,111 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 1
|
59 |
+
2024-05-22 16:41:06,111 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
60 |
+
2024-05-22 16:41:06,111 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 1
|
61 |
+
2024-05-22 16:41:06,111 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
62 |
+
2024-05-22 16:41:06,111 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 1
|
63 |
+
2024-05-22 16:41:06,111 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 2
|
64 |
+
2024-05-22 16:41:06,111 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
65 |
+
2024-05-22 16:41:06,111 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 2
|
66 |
+
2024-05-22 16:41:06,111 INFO HandlerThread:800 [system_monitor.py:finish():203] Stopping system monitor
|
67 |
+
2024-05-22 16:41:06,111 DEBUG SystemMonitor:800 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
68 |
+
2024-05-22 16:41:06,111 DEBUG SystemMonitor:800 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
69 |
+
2024-05-22 16:41:06,112 DEBUG SystemMonitor:800 [system_monitor.py:_start():183] Publishing last batch of metrics
|
70 |
+
2024-05-22 16:41:06,112 INFO HandlerThread:800 [interfaces.py:finish():200] Joined cpu monitor
|
71 |
+
2024-05-22 16:41:06,113 INFO HandlerThread:800 [interfaces.py:finish():200] Joined disk monitor
|
72 |
+
2024-05-22 16:41:06,113 INFO HandlerThread:800 [interfaces.py:finish():200] Joined memory monitor
|
73 |
+
2024-05-22 16:41:06,113 INFO HandlerThread:800 [interfaces.py:finish():200] Joined network monitor
|
74 |
+
2024-05-22 16:41:06,113 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
75 |
+
2024-05-22 16:41:06,113 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 2
|
76 |
+
2024-05-22 16:41:06,113 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 3
|
77 |
+
2024-05-22 16:41:06,113 DEBUG SenderThread:800 [sender.py:send():378] send: stats
|
78 |
+
2024-05-22 16:41:06,113 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
79 |
+
2024-05-22 16:41:06,113 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 3
|
80 |
+
2024-05-22 16:41:06,114 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
81 |
+
2024-05-22 16:41:06,114 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 3
|
82 |
+
2024-05-22 16:41:06,114 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 4
|
83 |
+
2024-05-22 16:41:06,114 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
84 |
+
2024-05-22 16:41:06,114 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 4
|
85 |
+
2024-05-22 16:41:06,114 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
86 |
+
2024-05-22 16:41:06,114 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 4
|
87 |
+
2024-05-22 16:41:06,114 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 5
|
88 |
+
2024-05-22 16:41:06,114 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
89 |
+
2024-05-22 16:41:06,114 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 5
|
90 |
+
2024-05-22 16:41:06,114 DEBUG SenderThread:800 [sender.py:send():378] send: summary
|
91 |
+
2024-05-22 16:41:06,115 INFO SenderThread:800 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
|
92 |
+
2024-05-22 16:41:06,115 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
93 |
+
2024-05-22 16:41:06,115 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 5
|
94 |
+
2024-05-22 16:41:06,115 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 6
|
95 |
+
2024-05-22 16:41:06,115 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
96 |
+
2024-05-22 16:41:06,115 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 6
|
97 |
+
2024-05-22 16:41:06,115 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
98 |
+
2024-05-22 16:41:06,116 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 6
|
99 |
+
2024-05-22 16:41:06,120 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: status_report
|
100 |
+
2024-05-22 16:41:06,186 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 7
|
101 |
+
2024-05-22 16:41:06,186 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
102 |
+
2024-05-22 16:41:06,187 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 7
|
103 |
+
2024-05-22 16:41:06,187 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
104 |
+
2024-05-22 16:41:06,187 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 7
|
105 |
+
2024-05-22 16:41:06,244 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_164053-70sdzmdf/files/config.yaml
|
106 |
+
2024-05-22 16:41:06,244 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_164053-70sdzmdf/files/wandb-summary.json
|
107 |
+
2024-05-22 16:41:06,776 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 8
|
108 |
+
2024-05-22 16:41:06,776 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
109 |
+
2024-05-22 16:41:06,776 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 8
|
110 |
+
2024-05-22 16:41:06,777 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
111 |
+
2024-05-22 16:41:06,777 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 8
|
112 |
+
2024-05-22 16:41:06,777 INFO SenderThread:800 [job_builder.py:build():432] Attempting to build job artifact
|
113 |
+
2024-05-22 16:41:06,777 INFO SenderThread:800 [job_builder.py:_get_source_type():576] no source found
|
114 |
+
2024-05-22 16:41:06,777 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 9
|
115 |
+
2024-05-22 16:41:06,777 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
116 |
+
2024-05-22 16:41:06,777 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 9
|
117 |
+
2024-05-22 16:41:06,778 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
118 |
+
2024-05-22 16:41:06,778 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 9
|
119 |
+
2024-05-22 16:41:06,778 INFO SenderThread:800 [dir_watcher.py:finish():358] shutting down directory watcher
|
120 |
+
2024-05-22 16:41:07,108 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: poll_exit
|
121 |
+
2024-05-22 16:41:07,246 INFO SenderThread:800 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/output.log
|
122 |
+
2024-05-22 16:41:07,246 INFO SenderThread:800 [dir_watcher.py:finish():388] scan: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files
|
123 |
+
2024-05-22 16:41:07,246 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/wandb-summary.json wandb-summary.json
|
124 |
+
2024-05-22 16:41:07,246 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/output.log output.log
|
125 |
+
2024-05-22 16:41:07,248 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/wandb-metadata.json wandb-metadata.json
|
126 |
+
2024-05-22 16:41:07,250 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/config.yaml config.yaml
|
127 |
+
2024-05-22 16:41:07,251 INFO SenderThread:800 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/requirements.txt requirements.txt
|
128 |
+
2024-05-22 16:41:07,251 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 10
|
129 |
+
2024-05-22 16:41:07,251 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: poll_exit
|
130 |
+
2024-05-22 16:41:07,251 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
131 |
+
2024-05-22 16:41:07,251 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 10
|
132 |
+
2024-05-22 16:41:07,251 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
133 |
+
2024-05-22 16:41:07,253 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 10
|
134 |
+
2024-05-22 16:41:07,253 INFO SenderThread:800 [file_pusher.py:finish():169] shutting down file pusher
|
135 |
+
2024-05-22 16:41:07,589 INFO wandb-upload_0:800 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/wandb-summary.json
|
136 |
+
2024-05-22 16:41:07,798 INFO wandb-upload_1:800 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/output.log
|
137 |
+
2024-05-22 16:41:07,856 INFO wandb-upload_2:800 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/config.yaml
|
138 |
+
2024-05-22 16:41:07,876 INFO wandb-upload_3:800 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/files/requirements.txt
|
139 |
+
2024-05-22 16:41:08,077 INFO Thread-11 (_thread_body):800 [sender.py:transition_state():613] send defer: 11
|
140 |
+
2024-05-22 16:41:08,077 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
141 |
+
2024-05-22 16:41:08,077 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 11
|
142 |
+
2024-05-22 16:41:08,077 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
143 |
+
2024-05-22 16:41:08,077 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 11
|
144 |
+
2024-05-22 16:41:08,077 INFO SenderThread:800 [file_pusher.py:join():175] waiting for file pusher
|
145 |
+
2024-05-22 16:41:08,077 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 12
|
146 |
+
2024-05-22 16:41:08,078 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
147 |
+
2024-05-22 16:41:08,078 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 12
|
148 |
+
2024-05-22 16:41:08,078 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
149 |
+
2024-05-22 16:41:08,078 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 12
|
150 |
+
2024-05-22 16:41:08,078 INFO SenderThread:800 [file_stream.py:finish():601] file stream finish called
|
151 |
+
2024-05-22 16:41:08,109 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: poll_exit
|
152 |
+
2024-05-22 16:41:08,165 INFO SenderThread:800 [file_stream.py:finish():605] file stream finish is done
|
153 |
+
2024-05-22 16:41:08,165 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 13
|
154 |
+
2024-05-22 16:41:08,165 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: poll_exit
|
155 |
+
2024-05-22 16:41:08,165 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
156 |
+
2024-05-22 16:41:08,165 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 13
|
157 |
+
2024-05-22 16:41:08,166 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
158 |
+
2024-05-22 16:41:08,166 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 13
|
159 |
+
2024-05-22 16:41:08,166 INFO SenderThread:800 [sender.py:transition_state():613] send defer: 14
|
160 |
+
2024-05-22 16:41:08,166 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: defer
|
161 |
+
2024-05-22 16:41:08,166 INFO HandlerThread:800 [handler.py:handle_request_defer():184] handle defer: 14
|
162 |
+
2024-05-22 16:41:08,166 DEBUG SenderThread:800 [sender.py:send():378] send: final
|
163 |
+
2024-05-22 16:41:08,166 DEBUG SenderThread:800 [sender.py:send():378] send: footer
|
164 |
+
2024-05-22 16:41:08,166 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: defer
|
165 |
+
2024-05-22 16:41:08,166 INFO SenderThread:800 [sender.py:send_request_defer():609] handle sender defer: 14
|
166 |
+
2024-05-22 16:41:08,167 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: poll_exit
|
167 |
+
2024-05-22 16:41:08,167 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: poll_exit
|
168 |
+
2024-05-22 16:41:08,167 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: server_info
|
169 |
+
2024-05-22 16:41:08,167 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: get_summary
|
170 |
+
2024-05-22 16:41:08,167 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: sampled_history
|
171 |
+
2024-05-22 16:41:08,167 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: internal_messages
|
172 |
+
2024-05-22 16:41:08,167 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: poll_exit
|
173 |
+
2024-05-22 16:41:08,168 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: poll_exit
|
174 |
+
2024-05-22 16:41:08,168 DEBUG SenderThread:800 [sender.py:send_request():405] send_request: server_info
|
175 |
+
2024-05-22 16:41:08,237 INFO MainThread:800 [wandb_run.py:_footer_history_summary_info():3994] rendering history
|
176 |
+
2024-05-22 16:41:08,237 INFO MainThread:800 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
|
177 |
+
2024-05-22 16:41:08,237 INFO MainThread:800 [wandb_run.py:_footer_sync_info():3953] logging synced files
|
178 |
+
2024-05-22 16:41:08,237 DEBUG HandlerThread:800 [handler.py:handle_request():158] handle_request: shutdown
|
179 |
+
2024-05-22 16:41:08,237 INFO HandlerThread:800 [handler.py:finish():882] shutting down handler
|
lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/logs/debug.log
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-05-22 16:40:53,895 INFO MainThread:644 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
|
2 |
+
2024-05-22 16:40:53,895 INFO MainThread:644 [wandb_setup.py:_flush():76] Configure stats pid to 644
|
3 |
+
2024-05-22 16:40:53,895 INFO MainThread:644 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
|
4 |
+
2024-05-22 16:40:53,895 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 16:40:53,895 INFO MainThread:644 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-05-22 16:40:53,895 INFO MainThread:644 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-05-22 16:40:53,895 WARNING MainThread:644 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
|
8 |
+
2024-05-22 16:40:53,895 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 16:40:53,895 INFO MainThread:644 [wandb_setup.py:_flush():76] Applying login settings: {}
|
10 |
+
2024-05-22 16:40:53,895 INFO MainThread:644 [wandb_init.py:_log_setup():520] Logging user logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/logs/debug.log
|
11 |
+
2024-05-22 16:40:53,896 INFO MainThread:644 [wandb_init.py:_log_setup():521] Logging internal logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/logs/debug-internal.log
|
12 |
+
2024-05-22 16:40:53,896 INFO MainThread:644 [wandb_init.py:init():560] calling init triggers
|
13 |
+
2024-05-22 16:40:53,896 INFO MainThread:644 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
|
14 |
+
config: {}
|
15 |
+
2024-05-22 16:40:53,896 INFO MainThread:644 [wandb_init.py:init():610] starting backend
|
16 |
+
2024-05-22 16:40:53,896 INFO MainThread:644 [wandb_init.py:init():614] setting up manager
|
17 |
+
2024-05-22 16:40:53,900 INFO MainThread:644 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
18 |
+
2024-05-22 16:40:53,901 INFO MainThread:644 [wandb_init.py:init():622] backend started and connected
|
19 |
+
2024-05-22 16:40:53,904 INFO MainThread:644 [wandb_init.py:init():711] updated telemetry
|
20 |
+
2024-05-22 16:40:53,913 INFO MainThread:644 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-05-22 16:40:54,237 INFO MainThread:644 [wandb_run.py:_on_init():2396] communicating current version
|
22 |
+
2024-05-22 16:40:54,350 INFO MainThread:644 [wandb_run.py:_on_init():2405] got version response
|
23 |
+
2024-05-22 16:40:54,350 INFO MainThread:644 [wandb_init.py:init():795] starting run threads in backend
|
24 |
+
2024-05-22 16:40:54,671 INFO MainThread:644 [wandb_run.py:_console_start():2374] atexit reg
|
25 |
+
2024-05-22 16:40:54,671 INFO MainThread:644 [wandb_run.py:_redirect():2229] redirect: wrap_raw
|
26 |
+
2024-05-22 16:40:54,671 INFO MainThread:644 [wandb_run.py:_redirect():2294] Wrapping output streams.
|
27 |
+
2024-05-22 16:40:54,671 INFO MainThread:644 [wandb_run.py:_redirect():2319] Redirects installed.
|
28 |
+
2024-05-22 16:40:54,674 INFO MainThread:644 [wandb_init.py:init():838] run started, returning control to user process
|
lm-evaluation-harness/wandb/run-20240522_164053-70sdzmdf/run-70sdzmdf.wandb
ADDED
Binary file (4.09 kB). View file
|
|
lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/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: 1717073508
|
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_step10000,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_125148-ddhu1ki8/files/media/table/evaluation/eval_results_1_f6c5ffdda60541ca1d9f.table.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"columns": ["Tasks", "Version", "Filter", "num_fewshot", "Metric", "Value", "Stderr"], "data": [["winogrande", 1.0, "none", 0, "acc", "0.5043409629044988", "0.0141"], ["sst2", 1.0, "none", 0, "acc", "0.49770642201834864", "0.0169"], ["piqa", 1.0, "none", 0, "acc", "0.528835690968444", "0.0116"], ["piqa", 1.0, "none", 0, "acc_norm", "0.5097932535364527", "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.54", "0.0501"], ["boolq", 2.0, "none", 0, "acc", "0.3782874617737003", "0.0085"], ["arc_easy", 1.0, "none", 0, "acc", "0.26136363636363635", "0.0090"], ["arc_easy", 1.0, "none", 0, "acc_norm", "0.2622053872053872", "0.0090"]]}
|
lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/files/output.log
ADDED
@@ -0,0 +1,549 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
2024-05-30:12:51:49,570 INFO [__main__.py:251] Verbosity set to INFO
|
3 |
+
2024-05-30:12:51:58,826 INFO [__main__.py:335] Selected Tasks: ['arc_easy', 'boolq', 'copa', 'mrpc', 'piqa', 'sst2', 'winogrande']
|
4 |
+
2024-05-30:12:51:58,827 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:51:58,828 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step10000', 'tokenizer': '/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k_hf/ConvertedTokenizer'}
|
6 |
+
2024-05-30:12:52:01,173 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, 16.7MB/s]
|
11 |
+
Downloading data: 100%|██████████| 331k/331k [00:00<00:00, 1.30MB/s]
|
12 |
+
Downloading data: 100%|██████████| 346k/346k [00:00<00:00, 2.91MB/s]
|
13 |
+
Downloading data: 100%|██████████| 86.1k/86.1k [00:00<00:00, 212kB/s]
|
14 |
+
Generating train split: 100%|██████████| 2251/2251 [00:00<00:00, 62398.00 examples/s]
|
15 |
+
Generating test split: 100%|██████████| 2376/2376 [00:00<00:00, 319607.01 examples/s]
|
16 |
+
Generating validation split: 100%|██████████| 570/570 [00:00<00:00, 150950.45 examples/s]
|
17 |
+
2024-05-30:12:52:32,725 WARNING [task.py:763] [Task: boolq] metric acc is defined, but aggregation is not. using default aggregation=mean
|
18 |
+
2024-05-30:12:52:32,726 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.7MB/s]
|
24 |
+
Downloading readme: 100%|██████████| 18.2k/18.2k [00:00<00:00, 30.5MB/s]
|
25 |
+
Downloading data: 100%|██████████| 4.12M/4.12M [00:00<00:00, 35.6MB/s]
|
26 |
+
Generating train split: 100%|██████████| 9427/9427 [00:00<00:00, 22295.61 examples/s]
|
27 |
+
Generating validation split: 100%|██████████| 3270/3270 [00:00<00:00, 22421.99 examples/s]
|
28 |
+
Generating test split: 100%|██████████| 3245/3245 [00:00<00:00, 23363.77 examples/s]
|
29 |
+
2024-05-30:12:52:36,700 WARNING [task.py:763] [Task: copa] metric acc is defined, but aggregation is not. using default aggregation=mean
|
30 |
+
2024-05-30:12:52:36,700 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, 49.8MB/s]
|
32 |
+
Generating train split: 100%|██████████| 400/400 [00:00<00:00, 16380.48 examples/s]
|
33 |
+
Generating validation split: 100%|██████████| 100/100 [00:00<00:00, 12630.40 examples/s]
|
34 |
+
Generating test split: 100%|██████████| 500/500 [00:00<00:00, 17361.39 examples/s]
|
35 |
+
2024-05-30:12:52:38,954 WARNING [task.py:763] [Task: mrpc] metric acc is defined, but aggregation is not. using default aggregation=mean
|
36 |
+
2024-05-30:12:52:38,955 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:52:38,955 WARNING [task.py:763] [Task: mrpc] metric f1 is defined, but aggregation is not. using default aggregation=f1
|
38 |
+
2024-05-30:12:52:38,958 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, 42.2MB/s]
|
40 |
+
Downloading data: 100%|██████████| 649k/649k [00:00<00:00, 2.82MB/s]
|
41 |
+
Downloading data: 100%|██████████| 75.7k/75.7k [00:00<00:00, 493kB/s]
|
42 |
+
Downloading data: 100%|██████████| 308k/308k [00:00<00:00, 1.96MB/s]
|
43 |
+
Generating train split: 100%|██████████| 3668/3668 [00:00<00:00, 410488.73 examples/s]
|
44 |
+
Generating validation split: 100%|██████████| 408/408 [00:00<00:00, 175749.82 examples/s]
|
45 |
+
Generating test split: 100%|██████████| 1725/1725 [00:00<00:00, 383910.35 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.7MB/s]
|
51 |
+
Downloading readme: 100%|██████████| 8.41k/8.41k [00:00<00:00, 17.6MB/s]
|
52 |
+
Downloading data: 100%|██████████| 1.82M/1.82M [00:00<00:00, 4.15MB/s]
|
53 |
+
Downloading data: 100%|██████████| 815k/815k [00:00<00:00, 16.5MB/s]
|
54 |
+
Generating train split: 100%|██████████| 16113/16113 [00:00<00:00, 23714.34 examples/s]
|
55 |
+
Generating test split: 100%|██████████| 3084/3084 [00:00<00:00, 24629.11 examples/s]
|
56 |
+
Generating validation split: 100%|██████████| 1838/1838 [00:00<00:00, 23946.83 examples/s]
|
57 |
+
2024-05-30:12:52:50,849 WARNING [task.py:763] [Task: sst2] metric acc is defined, but aggregation is not. using default aggregation=mean
|
58 |
+
2024-05-30:12:52:50,850 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, 15.6MB/s]
|
60 |
+
Downloading data: 100%|██████████| 72.8k/72.8k [00:00<00:00, 155kB/s]
|
61 |
+
Downloading data: 100%|██████████| 148k/148k [00:00<00:00, 798kB/s]
|
62 |
+
Generating train split: 100%|██████████| 67349/67349 [00:00<00:00, 1393425.48 examples/s]
|
63 |
+
Generating validation split: 100%|██████████| 872/872 [00:00<00:00, 395740.43 examples/s]
|
64 |
+
Generating test split: 100%|██████████| 1821/1821 [00:00<00:00, 467918.13 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.2MB/s]
|
70 |
+
Downloading readme: 100%|██████████| 9.97k/9.97k [00:00<00:00, 19.8MB/s]
|
71 |
+
Downloading data: 100%|██████████| 3.40M/3.40M [00:00<00:00, 6.97MB/s]
|
72 |
+
Generating train split: 100%|██████████| 40398/40398 [00:01<00:00, 24529.38 examples/s]
|
73 |
+
Generating test split: 100%|██████████| 1767/1767 [00:00<00:00, 24393.19 examples/s]
|
74 |
+
Generating validation split: 100%|██████████| 1267/1267 [00:00<00:00, 22726.79 examples/s]
|
75 |
+
2024-05-30:12:53:05,085 INFO [task.py:395] Building contexts for winogrande on rank 0...
|
76 |
+
100%|██████████| 1267/1267 [00:00<00:00, 69101.52it/s]
|
77 |
+
2024-05-30:12:53:05,170 INFO [task.py:395] Building contexts for sst2 on rank 0...
|
78 |
+
100%|██████████| 872/872 [00:00<00:00, 2536.42it/s]
|
79 |
+
2024-05-30:12:53:05,545 INFO [task.py:395] Building contexts for piqa on rank 0...
|
80 |
+
100%|██████████| 1838/1838 [00:01<00:00, 1092.54it/s]
|
81 |
+
2024-05-30:12:53:07,304 INFO [task.py:395] Building contexts for mrpc on rank 0...
|
82 |
+
100%|██████████| 408/408 [00:00<00:00, 1819.61it/s]
|
83 |
+
2024-05-30:12:53:07,549 INFO [task.py:395] Building contexts for copa on rank 0...
|
84 |
+
100%|██████████| 100/100 [00:00<00:00, 60558.82it/s]
|
85 |
+
2024-05-30:12:53:07,558 INFO [task.py:395] Building contexts for boolq on rank 0...
|
86 |
+
100%|██████████| 3270/3270 [00:01<00:00, 1986.98it/s]
|
87 |
+
2024-05-30:12:53:09,338 INFO [task.py:395] Building contexts for arc_easy on rank 0...
|
88 |
+
100%|██████████| 2376/2376 [00:02<00:00, 1066.01it/s]
|
89 |
+
2024-05-30:12:53:11,719 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 |
+
Running loglikelihood requests: 100%|██████████| 25011/25011 [56:08<00:00, 7.42it/s]
|
533 |
+
bootstrapping for stddev: f1_score
|
534 |
+
|
535 |
+
|
536 |
+
100%|██████████| 100/100 [02:11<00:00, 1.31s/it]
|
537 |
+
hf (pretrained=/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step10000,tokenizer=/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k_hf/ConvertedTokenizer), gen_kwargs: (None), limit: None, num_fewshot: None, batch_size: auto (64)
|
538 |
+
| Tasks |Version|Filter|n-shot| Metric |Value | |Stderr|
|
539 |
+
|----------|------:|------|-----:|--------|-----:|---|-----:|
|
540 |
+
|winogrande| 1|none | 0|acc |0.5043|± |0.0141|
|
541 |
+
|sst2 | 1|none | 0|acc |0.4977|± |0.0169|
|
542 |
+
|piqa | 1|none | 0|acc |0.5288|± |0.0116|
|
543 |
+
| | |none | 0|acc_norm|0.5098|± |0.0117|
|
544 |
+
|mrpc | 1|none | 0|acc |0.3162|± |0.0230|
|
545 |
+
| | |none | 0|f1 |0.0000|± |0.0000|
|
546 |
+
|copa | 1|none | 0|acc |0.5400|± |0.0501|
|
547 |
+
|boolq | 2|none | 0|acc |0.3783|± |0.0085|
|
548 |
+
|arc_easy | 1|none | 0|acc |0.2614|± |0.0090|
|
549 |
+
| | |none | 0|acc_norm|0.2622|± |0.0090|
|
lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/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_125148-ddhu1ki8/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:51:49.357462",
|
5 |
+
"startedAt": "2024-05-30T12:51:48.778593",
|
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_step10000,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_step10000"
|
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-5-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.49936875,
|
36 |
+
"min": 800.0,
|
37 |
+
"max": 3400.0
|
38 |
+
},
|
39 |
+
"cpu_freq_per_core": [
|
40 |
+
{
|
41 |
+
"current": 3399.998,
|
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": 3393.527,
|
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.77334213256836
|
845 |
+
}
|
846 |
+
},
|
847 |
+
"memory": {
|
848 |
+
"total": 1007.4379272460938
|
849 |
+
}
|
850 |
+
}
|
lm-evaluation-harness/wandb/run-20240530_125148-ddhu1ki8/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.5043409629044988, "winogrande/acc_stderr": 0.014051956064076906, "sst2/acc": 0.49770642201834864, "sst2/acc_stderr": 0.01694167544311352, "piqa/acc": 0.528835690968444, "piqa/acc_stderr": 0.011646407809944718, "piqa/acc_norm": 0.5097932535364527, "piqa/acc_norm_stderr": 0.011663586263283223, "mrpc/acc": 0.3161764705882353, "mrpc/acc_stderr": 0.023048336668420193, "mrpc/f1": 0.0, "mrpc/f1_stderr": 0.0, "copa/acc": 0.54, "copa/acc_stderr": 0.05009082659620333, "boolq/acc": 0.3782874617737003, "boolq/acc_stderr": 0.008482001133931, "arc_easy/acc": 0.26136363636363635, "arc_easy/acc_stderr": 0.009015838366608204, "arc_easy/acc_norm": 0.2622053872053872, "arc_easy/acc_norm_stderr": 0.009025197991724826, "_timestamp": 1717077144.15704, "_runtime": 3635.358528137207, "_step": 1, "evaluation/eval_results": {"_type": "table-file", "sha256": "f6c5ffdda60541ca1d9fd70e5fb3cfdb9f74bd241e213e919de6835b92d003d5", "size": 743, "artifact_path": "wandb-client-artifact://de3ilzh48uqhgicofk5nssooyxlj7r5cx1zfkprx2tssj5nmq14tf83gz0fdpogytl2ywm1cr3orx1skyn77e77ymgibgqdu4atyilqo9ad2fe5nsskaaphfxwkslecc/evaluation/eval_results.table.json", "_latest_artifact_path": "wandb-client-artifact://py80nmg4jlz4p7lvehaokdg4rbos99dvyp2b0j48f2muk6vxqjxly1l2t3bvpa894ff59bc04cdi2dntsihgtzzy7hg2g3pgml92z03zbv17jtdxwioyxz8891j8q4e9:latest/evaluation/eval_results.table.json", "path": "media/table/evaluation/eval_results_1_f6c5ffdda60541ca1d9f.table.json", "ncols": 7, "nrows": 10}, "_wandb": {"runtime": 3635}}
|
venv/lib/python3.10/site-packages/dataproperty/__init__.py
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""
|
2 |
+
.. codeauthor:: Tsuyoshi Hombashi <[email protected]>
|
3 |
+
"""
|
4 |
+
|
5 |
+
from .__version__ import __author__, __copyright__, __email__, __license__, __version__
|
6 |
+
from ._align import Align
|
7 |
+
from ._align_getter import align_getter
|
8 |
+
from ._column import ColumnDataProperty
|
9 |
+
from ._common import MAX_STRICT_LEVEL_MAP, MIN_STRICT_LEVEL_MAP, NOT_QUOTING_FLAGS, DefaultValue
|
10 |
+
from ._container import MinMaxContainer
|
11 |
+
from ._dataproperty import DataProperty
|
12 |
+
from ._extractor import DataPropertyExtractor, DataPropertyMatrix, MatrixFormatting
|
13 |
+
from ._formatter import Format
|
14 |
+
from ._function import calc_ascii_char_width, get_integer_digit, get_number_of_digit
|
15 |
+
from ._line_break import LineBreakHandling
|
16 |
+
from ._preprocessor import Preprocessor
|
17 |
+
from .logger import set_logger
|
18 |
+
|
19 |
+
|
20 |
+
__all__ = (
|
21 |
+
"Align",
|
22 |
+
"align_getter",
|
23 |
+
"ColumnDataProperty",
|
24 |
+
"DataProperty",
|
25 |
+
"DataPropertyExtractor",
|
26 |
+
"DataPropertyMatrix",
|
27 |
+
"Format",
|
28 |
+
"LineBreakHandling",
|
29 |
+
"MatrixFormatting",
|
30 |
+
"MinMaxContainer",
|
31 |
+
"Preprocessor",
|
32 |
+
"calc_ascii_char_width",
|
33 |
+
"get_integer_digit",
|
34 |
+
"get_number_of_digit",
|
35 |
+
"MAX_STRICT_LEVEL_MAP",
|
36 |
+
"MIN_STRICT_LEVEL_MAP",
|
37 |
+
"NOT_QUOTING_FLAGS",
|
38 |
+
"DefaultValue",
|
39 |
+
"set_logger",
|
40 |
+
"__author__",
|
41 |
+
"__copyright__",
|
42 |
+
"__email__",
|
43 |
+
"__license__",
|
44 |
+
"__version__",
|
45 |
+
)
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/__version__.cpython-310.pyc
ADDED
Binary file (386 Bytes). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_align.cpython-310.pyc
ADDED
Binary file (1.07 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_align_getter.cpython-310.pyc
ADDED
Binary file (1.39 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_base.cpython-310.pyc
ADDED
Binary file (2.68 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_column.cpython-310.pyc
ADDED
Binary file (10.5 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_converter.cpython-310.pyc
ADDED
Binary file (3.29 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_dataproperty.cpython-310.pyc
ADDED
Binary file (9.38 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_extractor.cpython-310.pyc
ADDED
Binary file (20.6 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_formatter.cpython-310.pyc
ADDED
Binary file (3.01 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_interface.cpython-310.pyc
ADDED
Binary file (1.25 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_line_break.cpython-310.pyc
ADDED
Binary file (460 Bytes). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/_preprocessor.cpython-310.pyc
ADDED
Binary file (4.93 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__pycache__/typing.cpython-310.pyc
ADDED
Binary file (1.39 kB). View file
|
|
venv/lib/python3.10/site-packages/dataproperty/__version__.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__author__ = "Tsuyoshi Hombashi"
|
2 |
+
__copyright__ = f"Copyright 2016, {__author__}"
|
3 |
+
__license__ = "MIT License"
|
4 |
+
__version__ = "1.0.1"
|
5 |
+
__maintainer__ = __author__
|
6 |
+
__email__ = "[email protected]"
|
venv/lib/python3.10/site-packages/dataproperty/_align.py
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""
|
2 |
+
.. codeauthor:: Tsuyoshi Hombashi <[email protected]>
|
3 |
+
"""
|
4 |
+
|
5 |
+
import enum
|
6 |
+
|
7 |
+
|
8 |
+
@enum.unique
|
9 |
+
class Align(enum.Enum):
|
10 |
+
AUTO = (1 << 0, "auto")
|
11 |
+
LEFT = (1 << 1, "left")
|
12 |
+
RIGHT = (1 << 2, "right")
|
13 |
+
CENTER = (1 << 3, "center")
|
14 |
+
|
15 |
+
@property
|
16 |
+
def align_code(self) -> int:
|
17 |
+
return self.__align_code
|
18 |
+
|
19 |
+
@property
|
20 |
+
def align_string(self) -> str:
|
21 |
+
return self.__align_string
|
22 |
+
|
23 |
+
def __init__(self, code: int, string: str) -> None:
|
24 |
+
self.__align_code = code
|
25 |
+
self.__align_string = string
|
venv/lib/python3.10/site-packages/dataproperty/_align_getter.py
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""
|
2 |
+
.. codeauthor:: Tsuyoshi Hombashi <[email protected]>
|
3 |
+
"""
|
4 |
+
|
5 |
+
from typing import Dict
|
6 |
+
|
7 |
+
from typepy import Typecode
|
8 |
+
|
9 |
+
from ._align import Align
|
10 |
+
|
11 |
+
|
12 |
+
class AlignGetter:
|
13 |
+
@property
|
14 |
+
def typecode_align_table(self):
|
15 |
+
raise NotImplementedError()
|
16 |
+
|
17 |
+
@typecode_align_table.setter
|
18 |
+
def typecode_align_table(self, x: Dict[Typecode, Align]) -> None:
|
19 |
+
self.__typecode_align_table = x
|
20 |
+
|
21 |
+
def get_align_from_typecode(self, typecode: Typecode) -> Align:
|
22 |
+
return self.__typecode_align_table.get(typecode, self.default_align)
|
23 |
+
|
24 |
+
def __init__(self) -> None:
|
25 |
+
self.typecode_align_table = {
|
26 |
+
Typecode.STRING: Align.LEFT,
|
27 |
+
Typecode.INTEGER: Align.RIGHT,
|
28 |
+
Typecode.REAL_NUMBER: Align.RIGHT,
|
29 |
+
}
|
30 |
+
self.default_align = Align.LEFT
|
31 |
+
|
32 |
+
|
33 |
+
align_getter = AlignGetter()
|
venv/lib/python3.10/site-packages/dataproperty/_base.py
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import Dict, Optional, Type
|
2 |
+
|
3 |
+
from typepy import (
|
4 |
+
Bool,
|
5 |
+
DateTime,
|
6 |
+
Dictionary,
|
7 |
+
Infinity,
|
8 |
+
Integer,
|
9 |
+
IpAddress,
|
10 |
+
List,
|
11 |
+
Nan,
|
12 |
+
NoneType,
|
13 |
+
NullString,
|
14 |
+
RealNumber,
|
15 |
+
String,
|
16 |
+
Typecode,
|
17 |
+
)
|
18 |
+
from typepy.type import AbstractType
|
19 |
+
|
20 |
+
from ._formatter import Formatter
|
21 |
+
from ._interface import DataPeropertyInterface
|
22 |
+
|
23 |
+
|
24 |
+
class DataPeropertyBase(DataPeropertyInterface):
|
25 |
+
__slots__ = (
|
26 |
+
"_datetime_format_str",
|
27 |
+
"_decimal_places",
|
28 |
+
"_east_asian_ambiguous_width",
|
29 |
+
"_formatter",
|
30 |
+
"_typecode",
|
31 |
+
"__format_str",
|
32 |
+
)
|
33 |
+
|
34 |
+
__TYPE_CLASS_TABLE: Dict[Typecode, AbstractType] = {
|
35 |
+
Typecode.BOOL: Bool,
|
36 |
+
Typecode.DATETIME: DateTime,
|
37 |
+
Typecode.DICTIONARY: Dictionary,
|
38 |
+
Typecode.INTEGER: Integer,
|
39 |
+
Typecode.INFINITY: Infinity,
|
40 |
+
Typecode.IP_ADDRESS: IpAddress,
|
41 |
+
Typecode.LIST: List,
|
42 |
+
Typecode.NAN: Nan,
|
43 |
+
Typecode.NONE: NoneType,
|
44 |
+
Typecode.NULL_STRING: NullString,
|
45 |
+
Typecode.REAL_NUMBER: RealNumber,
|
46 |
+
Typecode.STRING: String,
|
47 |
+
}
|
48 |
+
|
49 |
+
@property
|
50 |
+
def type_class(self) -> Type[AbstractType]:
|
51 |
+
return self.__TYPE_CLASS_TABLE[self.typecode]
|
52 |
+
|
53 |
+
@property
|
54 |
+
def typecode(self) -> Typecode:
|
55 |
+
"""
|
56 |
+
``typepy.Typecode`` that corresponds to the type of the ``data``.
|
57 |
+
|
58 |
+
:return:
|
59 |
+
One of the Enum value that are defined ``typepy.Typecode``.
|
60 |
+
:rtype: typepy.Typecode
|
61 |
+
"""
|
62 |
+
|
63 |
+
assert self._typecode
|
64 |
+
|
65 |
+
return self._typecode
|
66 |
+
|
67 |
+
@property
|
68 |
+
def typename(self) -> str:
|
69 |
+
return self.typecode.name
|
70 |
+
|
71 |
+
def __init__(
|
72 |
+
self,
|
73 |
+
format_flags: Optional[int],
|
74 |
+
is_formatting_float: bool,
|
75 |
+
datetime_format_str: str,
|
76 |
+
east_asian_ambiguous_width: int,
|
77 |
+
) -> None:
|
78 |
+
self._decimal_places: Optional[int] = None
|
79 |
+
self._east_asian_ambiguous_width = east_asian_ambiguous_width
|
80 |
+
self._typecode: Optional[Typecode] = None
|
81 |
+
|
82 |
+
self._datetime_format_str = datetime_format_str
|
83 |
+
self.__format_str = ""
|
84 |
+
|
85 |
+
self._formatter = Formatter(
|
86 |
+
format_flags=format_flags,
|
87 |
+
datetime_format_str=self._datetime_format_str,
|
88 |
+
is_formatting_float=is_formatting_float,
|
89 |
+
)
|
90 |
+
|
91 |
+
@property
|
92 |
+
def format_str(self) -> str:
|
93 |
+
if self.__format_str:
|
94 |
+
return self.__format_str
|
95 |
+
|
96 |
+
self.__format_str = self._formatter.make_format_str(self.typecode, self.decimal_places)
|
97 |
+
|
98 |
+
return self.__format_str
|
venv/lib/python3.10/site-packages/dataproperty/_column.py
ADDED
@@ -0,0 +1,352 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import Any, Dict, List, Optional
|
2 |
+
|
3 |
+
from mbstrdecoder import MultiByteStrDecoder
|
4 |
+
from typepy import Integer, StrictLevel, Typecode, TypeConversionError
|
5 |
+
|
6 |
+
from ._align import Align
|
7 |
+
from ._align_getter import align_getter
|
8 |
+
from ._base import DataPeropertyBase
|
9 |
+
from ._common import DefaultValue
|
10 |
+
from ._container import ListContainer, MinMaxContainer
|
11 |
+
from ._dataproperty import DataProperty
|
12 |
+
from ._function import calc_ascii_char_width
|
13 |
+
from .typing import FloatType
|
14 |
+
|
15 |
+
|
16 |
+
class ColumnDataProperty(DataPeropertyBase):
|
17 |
+
__slots__ = (
|
18 |
+
"__header_ascii_char_width",
|
19 |
+
"__body_ascii_char_width",
|
20 |
+
"__column_index",
|
21 |
+
"__dp_list",
|
22 |
+
"__float_type",
|
23 |
+
"__format_map",
|
24 |
+
"__is_calculate",
|
25 |
+
"__max_precision",
|
26 |
+
"__minmax_integer_digits",
|
27 |
+
"__minmax_decimal_places",
|
28 |
+
"__minmax_additional_format_len",
|
29 |
+
"__typecode_bitmap",
|
30 |
+
)
|
31 |
+
|
32 |
+
@property
|
33 |
+
def align(self) -> Align:
|
34 |
+
return align_getter.get_align_from_typecode(self.typecode)
|
35 |
+
|
36 |
+
@property
|
37 |
+
def bit_length(self) -> Optional[int]:
|
38 |
+
if self.typecode != Typecode.INTEGER:
|
39 |
+
return None
|
40 |
+
|
41 |
+
bit_length = 0
|
42 |
+
for value_dp in self.__dp_list:
|
43 |
+
try:
|
44 |
+
bit_length = max(bit_length, int.bit_length(value_dp.data))
|
45 |
+
except TypeError:
|
46 |
+
pass
|
47 |
+
|
48 |
+
return bit_length
|
49 |
+
|
50 |
+
@property
|
51 |
+
def column_index(self) -> int:
|
52 |
+
return self.__column_index
|
53 |
+
|
54 |
+
@property
|
55 |
+
def decimal_places(self) -> Optional[int]:
|
56 |
+
return self._decimal_places
|
57 |
+
|
58 |
+
@property
|
59 |
+
def ascii_char_width(self) -> int:
|
60 |
+
return max(self.__header_ascii_char_width, self.__body_ascii_char_width)
|
61 |
+
|
62 |
+
@property
|
63 |
+
def minmax_integer_digits(self) -> MinMaxContainer:
|
64 |
+
return self.__minmax_integer_digits
|
65 |
+
|
66 |
+
@property
|
67 |
+
def minmax_decimal_places(self) -> ListContainer:
|
68 |
+
return self.__minmax_decimal_places
|
69 |
+
|
70 |
+
@property
|
71 |
+
def minmax_additional_format_len(self) -> MinMaxContainer:
|
72 |
+
return self.__minmax_additional_format_len
|
73 |
+
|
74 |
+
def __init__(
|
75 |
+
self,
|
76 |
+
column_index: int,
|
77 |
+
float_type: Optional[FloatType],
|
78 |
+
min_width: int = 0,
|
79 |
+
format_flags: Optional[int] = None,
|
80 |
+
is_formatting_float: bool = True,
|
81 |
+
datetime_format_str: str = DefaultValue.DATETIME_FORMAT,
|
82 |
+
east_asian_ambiguous_width: int = 1,
|
83 |
+
max_precision: int = DefaultValue.MAX_PRECISION,
|
84 |
+
) -> None:
|
85 |
+
super().__init__(
|
86 |
+
format_flags=format_flags,
|
87 |
+
is_formatting_float=is_formatting_float,
|
88 |
+
datetime_format_str=datetime_format_str,
|
89 |
+
east_asian_ambiguous_width=east_asian_ambiguous_width,
|
90 |
+
)
|
91 |
+
|
92 |
+
self.__header_ascii_char_width = 0
|
93 |
+
self.__body_ascii_char_width = min_width
|
94 |
+
self.__column_index = column_index
|
95 |
+
|
96 |
+
self.__float_type = float_type
|
97 |
+
|
98 |
+
self.__is_calculate = True
|
99 |
+
self.__dp_list: List[DataProperty] = []
|
100 |
+
self.__minmax_integer_digits = MinMaxContainer()
|
101 |
+
self.__minmax_decimal_places = ListContainer()
|
102 |
+
self.__minmax_additional_format_len = MinMaxContainer()
|
103 |
+
self.__max_precision = max_precision
|
104 |
+
|
105 |
+
self.__typecode_bitmap = Typecode.NONE.value
|
106 |
+
self.__calc_typecode_from_bitmap()
|
107 |
+
|
108 |
+
self.__format_map: Dict[Typecode, str] = self._formatter.make_format_map(
|
109 |
+
decimal_places=self._decimal_places
|
110 |
+
)
|
111 |
+
|
112 |
+
def __repr__(self) -> str:
|
113 |
+
element_list = []
|
114 |
+
|
115 |
+
if self.column_index is not None:
|
116 |
+
element_list.append(f"column={self.column_index}")
|
117 |
+
|
118 |
+
element_list.extend(
|
119 |
+
[
|
120 |
+
f"type={self.typename}",
|
121 |
+
f"align={self.align.align_string}",
|
122 |
+
f"ascii_width={self.ascii_char_width}",
|
123 |
+
]
|
124 |
+
)
|
125 |
+
|
126 |
+
if Integer(self.bit_length).is_type():
|
127 |
+
element_list.append(f"bit_len={self.bit_length}")
|
128 |
+
|
129 |
+
if self.minmax_integer_digits.has_value():
|
130 |
+
if self.minmax_integer_digits.is_same_value():
|
131 |
+
value = f"int_digits={self.minmax_integer_digits.min_value}"
|
132 |
+
else:
|
133 |
+
value = f"int_digits=({self.minmax_integer_digits})"
|
134 |
+
|
135 |
+
element_list.append(value)
|
136 |
+
|
137 |
+
if self.minmax_decimal_places.has_value():
|
138 |
+
if self.minmax_decimal_places.is_same_value():
|
139 |
+
value = f"decimal_places={self.minmax_decimal_places.min_value}"
|
140 |
+
else:
|
141 |
+
value = f"decimal_places=({self.minmax_decimal_places})"
|
142 |
+
|
143 |
+
element_list.append(value)
|
144 |
+
|
145 |
+
if not self.minmax_additional_format_len.is_zero():
|
146 |
+
if self.minmax_additional_format_len.is_same_value():
|
147 |
+
value = f"extra_len={self.minmax_additional_format_len.min_value}"
|
148 |
+
else:
|
149 |
+
value = f"extra_len=({self.minmax_additional_format_len})"
|
150 |
+
|
151 |
+
element_list.append(value)
|
152 |
+
|
153 |
+
return ", ".join(element_list)
|
154 |
+
|
155 |
+
def dp_to_str(self, value_dp: DataProperty) -> str:
|
156 |
+
if value_dp.typecode == Typecode.STRING:
|
157 |
+
return str(value_dp.data)
|
158 |
+
|
159 |
+
try:
|
160 |
+
value = self.__preprocess_value_before_tostring(value_dp)
|
161 |
+
except TypeConversionError:
|
162 |
+
return self.__format_map.get(value_dp.typecode, "{:s}").format(value_dp.data)
|
163 |
+
|
164 |
+
to_string_format_str = self.__get_tostring_format(value_dp)
|
165 |
+
|
166 |
+
try:
|
167 |
+
return to_string_format_str.format(value)
|
168 |
+
except (ValueError, TypeError):
|
169 |
+
pass
|
170 |
+
|
171 |
+
try:
|
172 |
+
return MultiByteStrDecoder(value).unicode_str
|
173 |
+
except ValueError:
|
174 |
+
pass
|
175 |
+
|
176 |
+
return str(value)
|
177 |
+
|
178 |
+
def extend_width(self, ascii_char_width: int) -> None:
|
179 |
+
self.extend_header_width(ascii_char_width)
|
180 |
+
self.extend_body_width(ascii_char_width)
|
181 |
+
|
182 |
+
def extend_header_width(self, ascii_char_width: int) -> None:
|
183 |
+
self.__header_ascii_char_width += ascii_char_width
|
184 |
+
|
185 |
+
def extend_body_width(self, ascii_char_width: int) -> None:
|
186 |
+
self.__body_ascii_char_width += ascii_char_width
|
187 |
+
|
188 |
+
def update_header(self, header_db: DataProperty) -> None:
|
189 |
+
self.__header_ascii_char_width = header_db.ascii_char_width
|
190 |
+
|
191 |
+
def update_body(self, value_dp: DataProperty) -> None:
|
192 |
+
if value_dp.is_include_ansi_escape:
|
193 |
+
assert value_dp.no_ansi_escape_dp
|
194 |
+
value_dp = value_dp.no_ansi_escape_dp
|
195 |
+
|
196 |
+
self.__typecode_bitmap |= value_dp.typecode.value
|
197 |
+
self.__calc_typecode_from_bitmap()
|
198 |
+
|
199 |
+
if value_dp.typecode in (Typecode.REAL_NUMBER, Typecode.INTEGER):
|
200 |
+
self.__minmax_integer_digits.update(value_dp.integer_digits)
|
201 |
+
self.__minmax_decimal_places.update(value_dp.decimal_places)
|
202 |
+
self.__update_decimal_places()
|
203 |
+
|
204 |
+
self.__minmax_additional_format_len.update(value_dp.additional_format_len)
|
205 |
+
|
206 |
+
self.__dp_list.append(value_dp)
|
207 |
+
self.__update_ascii_char_width()
|
208 |
+
|
209 |
+
def merge(self, column_dp: "ColumnDataProperty") -> None:
|
210 |
+
self.__typecode_bitmap |= column_dp.typecode.value
|
211 |
+
self.__calc_typecode_from_bitmap()
|
212 |
+
|
213 |
+
self.__minmax_integer_digits.merge(column_dp.minmax_integer_digits)
|
214 |
+
self.__minmax_decimal_places.merge(column_dp.minmax_decimal_places)
|
215 |
+
self.__update_decimal_places()
|
216 |
+
|
217 |
+
self.__minmax_additional_format_len.merge(column_dp.minmax_additional_format_len)
|
218 |
+
|
219 |
+
self.__body_ascii_char_width = max(self.__body_ascii_char_width, column_dp.ascii_char_width)
|
220 |
+
self.__update_ascii_char_width()
|
221 |
+
|
222 |
+
def begin_update(self) -> None:
|
223 |
+
self.__is_calculate = False
|
224 |
+
|
225 |
+
def end_update(self) -> None:
|
226 |
+
self.__is_calculate = True
|
227 |
+
|
228 |
+
self.__calc_typecode_from_bitmap()
|
229 |
+
self.__update_decimal_places()
|
230 |
+
self.__update_ascii_char_width()
|
231 |
+
|
232 |
+
def __is_not_single_typecode(self, typecode_bitmap: int) -> bool:
|
233 |
+
return bool(
|
234 |
+
self.__typecode_bitmap & typecode_bitmap and self.__typecode_bitmap & ~typecode_bitmap
|
235 |
+
)
|
236 |
+
|
237 |
+
def __is_float_typecode(self) -> bool:
|
238 |
+
FLOAT_TYPECODE_BMP = (
|
239 |
+
Typecode.REAL_NUMBER.value | Typecode.INFINITY.value | Typecode.NAN.value
|
240 |
+
)
|
241 |
+
NUMBER_TYPECODE_BMP = FLOAT_TYPECODE_BMP | Typecode.INTEGER.value
|
242 |
+
|
243 |
+
if self.__is_not_single_typecode(NUMBER_TYPECODE_BMP | Typecode.NULL_STRING.value):
|
244 |
+
return False
|
245 |
+
|
246 |
+
if (
|
247 |
+
bin(self.__typecode_bitmap & (FLOAT_TYPECODE_BMP | Typecode.NULL_STRING.value)).count(
|
248 |
+
"1"
|
249 |
+
)
|
250 |
+
>= 2
|
251 |
+
):
|
252 |
+
return True
|
253 |
+
|
254 |
+
if bin(self.__typecode_bitmap & NUMBER_TYPECODE_BMP).count("1") >= 2:
|
255 |
+
return True
|
256 |
+
|
257 |
+
return False
|
258 |
+
|
259 |
+
def __calc_body_ascii_char_width(self) -> int:
|
260 |
+
width_list = [self.__body_ascii_char_width]
|
261 |
+
|
262 |
+
for value_dp in self.__dp_list:
|
263 |
+
if value_dp.is_include_ansi_escape:
|
264 |
+
assert value_dp.no_ansi_escape_dp
|
265 |
+
value_dp = value_dp.no_ansi_escape_dp
|
266 |
+
|
267 |
+
width_list.append(
|
268 |
+
calc_ascii_char_width(self.dp_to_str(value_dp), self._east_asian_ambiguous_width)
|
269 |
+
)
|
270 |
+
|
271 |
+
return max(width_list)
|
272 |
+
|
273 |
+
def __calc_decimal_places(self) -> Optional[int]:
|
274 |
+
if self.minmax_decimal_places.max_value is None:
|
275 |
+
return None
|
276 |
+
|
277 |
+
return min(self.__max_precision, int(self.minmax_decimal_places.max_value))
|
278 |
+
|
279 |
+
def __get_tostring_format(self, value_dp: DataProperty) -> str:
|
280 |
+
if self.typecode == Typecode.STRING:
|
281 |
+
return self.__format_map.get(value_dp.typecode, "{:s}")
|
282 |
+
|
283 |
+
return self.__format_map.get(self.typecode, "{:s}")
|
284 |
+
|
285 |
+
def __get_typecode_from_bitmap(self) -> Typecode:
|
286 |
+
if self.__is_float_typecode():
|
287 |
+
return Typecode.REAL_NUMBER
|
288 |
+
|
289 |
+
if any(
|
290 |
+
[
|
291 |
+
self.__is_not_single_typecode(Typecode.BOOL.value),
|
292 |
+
self.__is_not_single_typecode(Typecode.DATETIME.value),
|
293 |
+
]
|
294 |
+
):
|
295 |
+
return Typecode.STRING
|
296 |
+
|
297 |
+
typecode_list = [
|
298 |
+
Typecode.STRING,
|
299 |
+
Typecode.REAL_NUMBER,
|
300 |
+
Typecode.INTEGER,
|
301 |
+
Typecode.DATETIME,
|
302 |
+
Typecode.DICTIONARY,
|
303 |
+
Typecode.IP_ADDRESS,
|
304 |
+
Typecode.LIST,
|
305 |
+
Typecode.BOOL,
|
306 |
+
Typecode.INFINITY,
|
307 |
+
Typecode.NAN,
|
308 |
+
Typecode.NULL_STRING,
|
309 |
+
]
|
310 |
+
|
311 |
+
for typecode in typecode_list:
|
312 |
+
if self.__typecode_bitmap & typecode.value:
|
313 |
+
return typecode
|
314 |
+
|
315 |
+
if self.__typecode_bitmap == Typecode.NONE.value:
|
316 |
+
return Typecode.NONE
|
317 |
+
|
318 |
+
return Typecode.STRING
|
319 |
+
|
320 |
+
def __update_ascii_char_width(self) -> None:
|
321 |
+
if not self.__is_calculate:
|
322 |
+
return
|
323 |
+
|
324 |
+
self.__body_ascii_char_width = self.__calc_body_ascii_char_width()
|
325 |
+
|
326 |
+
def __update_decimal_places(self) -> None:
|
327 |
+
if not self.__is_calculate:
|
328 |
+
return
|
329 |
+
|
330 |
+
self._decimal_places = self.__calc_decimal_places()
|
331 |
+
self.__format_map = self._formatter.make_format_map(decimal_places=self._decimal_places)
|
332 |
+
|
333 |
+
def __calc_typecode_from_bitmap(self) -> None:
|
334 |
+
if not self.__is_calculate:
|
335 |
+
return
|
336 |
+
|
337 |
+
self._typecode = self.__get_typecode_from_bitmap()
|
338 |
+
|
339 |
+
def __preprocess_value_before_tostring(self, value_dp: DataProperty) -> Any:
|
340 |
+
if self.typecode == value_dp.typecode or self.typecode in [
|
341 |
+
Typecode.STRING,
|
342 |
+
Typecode.BOOL,
|
343 |
+
Typecode.DATETIME,
|
344 |
+
]:
|
345 |
+
return value_dp.data
|
346 |
+
|
347 |
+
return self.type_class(
|
348 |
+
value_dp.data,
|
349 |
+
strict_level=StrictLevel.MIN,
|
350 |
+
float_type=self.__float_type,
|
351 |
+
strip_ansi_escape=False,
|
352 |
+
).convert()
|