Upload folder using huggingface_hub
Browse files- config.json +40 -0
- experiment_config.json +0 -0
- generation_config.json +12 -0
- logs.jsonl +0 -0
- model.safetensors +3 -0
- profiler_cache.csv +0 -0
- results.json +17 -0
- summary.json +19 -0
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
|
The diff for this file is too large to render.
See raw diff
|
|
|
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
|
The diff for this file is too large to render.
See raw diff
|
|
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:173fb6ef2dad546d011d3c9560d503b6366864c876b5ecb5b679af0b323da25a
|
| 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,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"glue_mrpc_acc_score": 0.8014705882352942,
|
| 4 |
+
"glue_mrpc_acc_sem": 0.019772383169192092,
|
| 5 |
+
"glue_mrpc_f1_score": 0.8421052631578947,
|
| 6 |
+
"glue_mrpc_f1_sem": 0.017407398689792023,
|
| 7 |
+
"glue_rte_acc_score": 0.5234657039711191,
|
| 8 |
+
"glue_rte_acc_sem": 0.030063300411902607,
|
| 9 |
+
"glue_sst2_acc_score": 0.5229357798165137,
|
| 10 |
+
"glue_sst2_acc_sem": 0.01692401977869958
|
| 11 |
+
},
|
| 12 |
+
"energy": {
|
| 13 |
+
"total": 12.38765
|
| 14 |
+
},
|
| 15 |
+
"train_energy": null,
|
| 16 |
+
"eval_energy": null
|
| 17 |
+
}
|
summary.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"flops": {
|
| 3 |
+
"eval": 5014951860256000,
|
| 4 |
+
"train": 10640863719936576,
|
| 5 |
+
"total": 15655815580192576
|
| 6 |
+
},
|
| 7 |
+
"total_energy": 12.38765,
|
| 8 |
+
"best_evals": {
|
| 9 |
+
"pplx": {
|
| 10 |
+
"score": 43281895.896381795,
|
| 11 |
+
"step": 2508
|
| 12 |
+
},
|
| 13 |
+
"rougel": {
|
| 14 |
+
"precision": 0.8284313725490197,
|
| 15 |
+
"recall": 0.8284313725490197,
|
| 16 |
+
"fmeasure": 0.8284313725490197
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|