Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- added_tokens.json +3 -0
- config.json +29 -0
- pytorch_model.bin +3 -0
- results_2025-11-10T14-37-30.649691.json +126 -0
- special_tokens_map.json +33 -0
- tokenizer.json +3 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<image_soft_token>": 262144
|
| 3 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 2048,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 8192,
|
| 14 |
+
"max_position_embeddings": 2048,
|
| 15 |
+
"mlp_bias": false,
|
| 16 |
+
"model_type": "llama",
|
| 17 |
+
"num_attention_heads": 32,
|
| 18 |
+
"num_hidden_layers": 24,
|
| 19 |
+
"num_key_value_heads": 32,
|
| 20 |
+
"pretraining_tp": 1,
|
| 21 |
+
"rms_norm_eps": 1e-05,
|
| 22 |
+
"rope_scaling": null,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"torch_dtype": "bfloat16",
|
| 26 |
+
"transformers_version": "4.48.2",
|
| 27 |
+
"use_cache": true,
|
| 28 |
+
"vocab_size": 262272
|
| 29 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:159720082fa6d2192b3844b8de0f9aceddc5f1c93c86aa3b47d65660d3bd3790
|
| 3 |
+
size 4295753374
|
results_2025-11-10T14-37-30.649691.json
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "?",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": 0,
|
| 7 |
+
"start_time": 7279654.007121416,
|
| 8 |
+
"end_time": 7279821.151050477,
|
| 9 |
+
"total_evaluation_time_secondes": "167.14392906147987",
|
| 10 |
+
"model_name": "/scratch/project_462000353/mikakois/multisynt/train/nemotron-cc-translated-100B-opus-mt-ron/hf_ckpts/checkpoint_0047684/",
|
| 11 |
+
"model_sha": "",
|
| 12 |
+
"model_dtype": null,
|
| 13 |
+
"model_size": "8.0 GB",
|
| 14 |
+
"generation_parameters": {
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": null,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": null,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": null,
|
| 25 |
+
"top_k": null,
|
| 26 |
+
"min_p": null,
|
| 27 |
+
"top_p": null,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"response_format": null
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"results": {
|
| 33 |
+
"lighteval|belebele_ron_Latn_cf|0": {
|
| 34 |
+
"acc_norm_token": 0.3688888888888889,
|
| 35 |
+
"acc_norm_token_stderr": 0.016092401309766666,
|
| 36 |
+
"acc_norm": 0.3933333333333333,
|
| 37 |
+
"acc_norm_stderr": 0.016292044853162806
|
| 38 |
+
},
|
| 39 |
+
"all": {
|
| 40 |
+
"acc_norm_token": 0.3688888888888889,
|
| 41 |
+
"acc_norm_token_stderr": 0.016092401309766666,
|
| 42 |
+
"acc_norm": 0.3933333333333333,
|
| 43 |
+
"acc_norm_stderr": 0.016292044853162806
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"versions": {
|
| 47 |
+
"lighteval|belebele_ron_Latn_cf|0": 0
|
| 48 |
+
},
|
| 49 |
+
"config_tasks": {
|
| 50 |
+
"lighteval|belebele_ron_Latn_cf": {
|
| 51 |
+
"name": "belebele_ron_Latn_cf",
|
| 52 |
+
"prompt_function": "prompt_fn",
|
| 53 |
+
"hf_repo": "facebook/belebele",
|
| 54 |
+
"hf_subset": "ron_Latn",
|
| 55 |
+
"metric": [
|
| 56 |
+
{
|
| 57 |
+
"metric_name": "acc_norm_token",
|
| 58 |
+
"higher_is_better": true,
|
| 59 |
+
"category": "8",
|
| 60 |
+
"use_case": "1",
|
| 61 |
+
"sample_level_fn": "compute",
|
| 62 |
+
"corpus_level_fn": "mean"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"metric_name": "acc_norm",
|
| 66 |
+
"higher_is_better": true,
|
| 67 |
+
"category": "8",
|
| 68 |
+
"use_case": "1",
|
| 69 |
+
"sample_level_fn": "compute",
|
| 70 |
+
"corpus_level_fn": "mean"
|
| 71 |
+
}
|
| 72 |
+
],
|
| 73 |
+
"hf_revision": null,
|
| 74 |
+
"hf_filter": null,
|
| 75 |
+
"hf_avail_splits": [
|
| 76 |
+
"test"
|
| 77 |
+
],
|
| 78 |
+
"trust_dataset": false,
|
| 79 |
+
"evaluation_splits": [
|
| 80 |
+
"test"
|
| 81 |
+
],
|
| 82 |
+
"few_shots_split": null,
|
| 83 |
+
"few_shots_select": null,
|
| 84 |
+
"generation_size": null,
|
| 85 |
+
"generation_grammar": null,
|
| 86 |
+
"stop_sequence": [],
|
| 87 |
+
"num_samples": null,
|
| 88 |
+
"suite": [
|
| 89 |
+
"lighteval"
|
| 90 |
+
],
|
| 91 |
+
"original_num_docs": 900,
|
| 92 |
+
"effective_num_docs": 900,
|
| 93 |
+
"must_remove_duplicate_docs": false,
|
| 94 |
+
"version": 0
|
| 95 |
+
}
|
| 96 |
+
},
|
| 97 |
+
"summary_tasks": {
|
| 98 |
+
"lighteval|belebele_ron_Latn_cf|0": {
|
| 99 |
+
"hashes": {
|
| 100 |
+
"hash_examples": "fef451071a0c7023",
|
| 101 |
+
"hash_full_prompts": "fef451071a0c7023",
|
| 102 |
+
"hash_input_tokens": "426394cbb19d2c9e",
|
| 103 |
+
"hash_cont_tokens": "11a0dd41ada83637"
|
| 104 |
+
},
|
| 105 |
+
"truncated": 0,
|
| 106 |
+
"non_truncated": 900,
|
| 107 |
+
"padded": 3559,
|
| 108 |
+
"non_padded": 41,
|
| 109 |
+
"effective_few_shots": 0.0,
|
| 110 |
+
"num_truncated_few_shots": 0
|
| 111 |
+
}
|
| 112 |
+
},
|
| 113 |
+
"summary_general": {
|
| 114 |
+
"hashes": {
|
| 115 |
+
"hash_examples": "e3f9cbae7ab205cf",
|
| 116 |
+
"hash_full_prompts": "e3f9cbae7ab205cf",
|
| 117 |
+
"hash_input_tokens": "e6c9d0ee713f4c1b",
|
| 118 |
+
"hash_cont_tokens": "56068b4a890645a4"
|
| 119 |
+
},
|
| 120 |
+
"truncated": 0,
|
| 121 |
+
"non_truncated": 900,
|
| 122 |
+
"padded": 3559,
|
| 123 |
+
"non_padded": 41,
|
| 124 |
+
"num_truncated_few_shots": 0
|
| 125 |
+
}
|
| 126 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"boi_token": "<start_of_image>",
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"content": "<bos>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
"eoi_token": "<end_of_image>",
|
| 11 |
+
"eos_token": {
|
| 12 |
+
"content": "<eos>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"image_token": "<image_soft_token>",
|
| 19 |
+
"pad_token": {
|
| 20 |
+
"content": "<pad>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false
|
| 25 |
+
},
|
| 26 |
+
"unk_token": {
|
| 27 |
+
"content": "<unk>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
|
| 3 |
+
size 33384568
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
|
| 3 |
+
size 4689074
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|