Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- config.json +40 -0
- experiment_config.json +3 -0
- generation_config.json +12 -0
- logs.jsonl +3 -0
- model.safetensors +3 -0
- profiler_cache.csv +0 -0
- results.json +19 -0
- summary.json +23 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
experiment_config.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
logs.jsonl filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 128000,
|
| 8 |
+
"eos_token_id": [
|
| 9 |
+
128001,
|
| 10 |
+
128008,
|
| 11 |
+
128009
|
| 12 |
+
],
|
| 13 |
+
"head_dim": 64,
|
| 14 |
+
"hidden_act": "silu",
|
| 15 |
+
"hidden_size": 2048,
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"intermediate_size": 8192,
|
| 18 |
+
"max_position_embeddings": 131072,
|
| 19 |
+
"mlp_bias": false,
|
| 20 |
+
"model_type": "llama",
|
| 21 |
+
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 16,
|
| 23 |
+
"num_key_value_heads": 8,
|
| 24 |
+
"pad_token_id": 128004,
|
| 25 |
+
"pretraining_tp": 1,
|
| 26 |
+
"rms_norm_eps": 1e-05,
|
| 27 |
+
"rope_scaling": {
|
| 28 |
+
"factor": 32.0,
|
| 29 |
+
"high_freq_factor": 4.0,
|
| 30 |
+
"low_freq_factor": 1.0,
|
| 31 |
+
"original_max_position_embeddings": 8192,
|
| 32 |
+
"rope_type": "llama3"
|
| 33 |
+
},
|
| 34 |
+
"rope_theta": 500000.0,
|
| 35 |
+
"tie_word_embeddings": true,
|
| 36 |
+
"torch_dtype": "bfloat16",
|
| 37 |
+
"transformers_version": "4.52.4",
|
| 38 |
+
"use_cache": true,
|
| 39 |
+
"vocab_size": 128256
|
| 40 |
+
}
|
experiment_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bda9fbf91b4be6e439e57b8d1be1a218a6b8aca3238139e38d76a93b75db6bca
|
| 3 |
+
size 33744230
|
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 128000,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
128001,
|
| 6 |
+
128008,
|
| 7 |
+
128009
|
| 8 |
+
],
|
| 9 |
+
"temperature": 0.6,
|
| 10 |
+
"top_p": 0.9,
|
| 11 |
+
"transformers_version": "4.52.4"
|
| 12 |
+
}
|
logs.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5121a797be67433a059859cf2d5954be230e5927f65a9b108ec2353d9c32ca9e
|
| 3 |
+
size 16600550
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a867e26f170bf16867529fb1669b9673f5f98664909ccfee97bb2fdb906bbdb
|
| 3 |
+
size 2471645608
|
profiler_cache.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
results.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"glue_mrpc_acc_score": 0.8161764705882353,
|
| 4 |
+
"glue_mrpc_acc_sem": 0.019199741465701966,
|
| 5 |
+
"glue_mrpc_f1_score": 0.8628884826325411,
|
| 6 |
+
"glue_mrpc_f1_sem": 0.01574402327423612,
|
| 7 |
+
"glue_rte_acc_score": 0.8086642599277978,
|
| 8 |
+
"glue_rte_acc_sem": 0.023677052322414436,
|
| 9 |
+
"glue_sst2_acc_score": 0.9231651376146789,
|
| 10 |
+
"glue_sst2_acc_sem": 0.009024222176285823
|
| 11 |
+
},
|
| 12 |
+
"energy": {
|
| 13 |
+
"total": 842507.9384200001,
|
| 14 |
+
"train": 789710.64375,
|
| 15 |
+
"eval": 52797.29467
|
| 16 |
+
},
|
| 17 |
+
"train_energy": 789710.64375,
|
| 18 |
+
"eval_energy": 52797.29467
|
| 19 |
+
}
|
summary.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"flops": {
|
| 3 |
+
"eval": 20581868627334400,
|
| 4 |
+
"train": 148918793608399968,
|
| 5 |
+
"total": 169500662235734368
|
| 6 |
+
},
|
| 7 |
+
"total": {
|
| 8 |
+
"total": 842507.9384200001,
|
| 9 |
+
"train": 789710.64375,
|
| 10 |
+
"eval": 52797.29467
|
| 11 |
+
},
|
| 12 |
+
"best_evals": {
|
| 13 |
+
"pplx": {
|
| 14 |
+
"score": 25349132.253247358,
|
| 15 |
+
"step": 17220
|
| 16 |
+
},
|
| 17 |
+
"rougel": {
|
| 18 |
+
"precision": 0.8876043673731535,
|
| 19 |
+
"recall": 0.8876043673731535,
|
| 20 |
+
"fmeasure": 0.8876043673731535
|
| 21 |
+
}
|
| 22 |
+
}
|
| 23 |
+
}
|