Delete models
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- models/EvoLM-1B-160BT-SFT/chat_template.jinja +0 -4
- models/EvoLM-1B-160BT-SFT/config.json +0 -33
- models/EvoLM-1B-160BT-SFT/generation_config.json +0 -6
- models/EvoLM-1B-160BT-SFT/model.safetensors +0 -3
- models/EvoLM-1B-160BT-SFT/special_tokens_map.json +0 -30
- models/EvoLM-1B-160BT-SFT/tokenizer.json +0 -0
- models/EvoLM-1B-160BT-SFT/tokenizer.model +0 -3
- models/EvoLM-1B-160BT-SFT/tokenizer_config.json +0 -43
- models/EvoLM-1B-20BT-SFT/chat_template.jinja +0 -4
- models/EvoLM-1B-20BT-SFT/config.json +0 -33
- models/EvoLM-1B-20BT-SFT/generation_config.json +0 -6
- models/EvoLM-1B-20BT-SFT/model.safetensors +0 -3
- models/EvoLM-1B-20BT-SFT/special_tokens_map.json +0 -30
- models/EvoLM-1B-20BT-SFT/tokenizer.json +0 -0
- models/EvoLM-1B-20BT-SFT/tokenizer.model +0 -3
- models/EvoLM-1B-20BT-SFT/tokenizer_config.json +0 -43
- models/EvoLM-1B-320BT-SFT/chat_template.jinja +0 -4
- models/EvoLM-1B-320BT-SFT/config.json +0 -33
- models/EvoLM-1B-320BT-SFT/generation_config.json +0 -6
- models/EvoLM-1B-320BT-SFT/model.safetensors +0 -3
- models/EvoLM-1B-320BT-SFT/special_tokens_map.json +0 -30
- models/EvoLM-1B-320BT-SFT/tokenizer.json +0 -0
- models/EvoLM-1B-320BT-SFT/tokenizer.model +0 -3
- models/EvoLM-1B-320BT-SFT/tokenizer_config.json +0 -43
- models/EvoLM-1B-40BT-SFT/chat_template.jinja +0 -4
- models/EvoLM-1B-40BT-SFT/config.json +0 -33
- models/EvoLM-1B-40BT-SFT/generation_config.json +0 -6
- models/EvoLM-1B-40BT-SFT/model.safetensors +0 -3
- models/EvoLM-1B-40BT-SFT/special_tokens_map.json +0 -30
- models/EvoLM-1B-40BT-SFT/tokenizer.json +0 -0
- models/EvoLM-1B-40BT-SFT/tokenizer.model +0 -3
- models/EvoLM-1B-40BT-SFT/tokenizer_config.json +0 -43
- models/EvoLM-1B-80BT-SFT/chat_template.jinja +0 -4
- models/EvoLM-1B-80BT-SFT/config.json +0 -33
- models/EvoLM-1B-80BT-SFT/generation_config.json +0 -6
- models/EvoLM-1B-80BT-SFT/model.safetensors +0 -3
- models/EvoLM-1B-80BT-SFT/special_tokens_map.json +0 -30
- models/EvoLM-1B-80BT-SFT/tokenizer.json +0 -0
- models/EvoLM-1B-80BT-SFT/tokenizer.model +0 -3
- models/EvoLM-1B-80BT-SFT/tokenizer_config.json +0 -43
- models/GRPO/EvoLM-1B-20BT-mix-0.0/chat_template.jinja +0 -4
- models/GRPO/EvoLM-1B-20BT-mix-0.0/config.json +0 -34
- models/GRPO/EvoLM-1B-20BT-mix-0.0/generation_config.json +0 -6
- models/GRPO/EvoLM-1B-20BT-mix-0.0/model.safetensors +0 -3
- models/GRPO/EvoLM-1B-20BT-mix-0.0/special_tokens_map.json +0 -30
- models/GRPO/EvoLM-1B-20BT-mix-0.0/tokenizer.json +0 -0
- models/GRPO/EvoLM-1B-20BT-mix-0.0/tokenizer.model +0 -3
- models/GRPO/EvoLM-1B-20BT-mix-0.0/tokenizer_config.json +0 -43
- models/GRPO/EvoLM-1B-20BT-mix-0.1/chat_template.jinja +0 -4
- models/GRPO/EvoLM-1B-20BT-mix-0.1/config.json +0 -34
models/EvoLM-1B-160BT-SFT/chat_template.jinja
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '
|
| 2 |
-
' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '
|
| 3 |
-
Assistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '
|
| 4 |
-
' }}{% endif %}{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-160BT-SFT/config.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"LlamaForCausalLM"
|
| 4 |
-
],
|
| 5 |
-
"attention_bias": false,
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 1,
|
| 8 |
-
"dtype": "bfloat16",
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"head_dim": 64,
|
| 11 |
-
"hidden_act": "silu",
|
| 12 |
-
"hidden_size": 2048,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 4896,
|
| 15 |
-
"max_position_embeddings": 4096,
|
| 16 |
-
"mlp_bias": false,
|
| 17 |
-
"model_type": "llama",
|
| 18 |
-
"num_attention_heads": 32,
|
| 19 |
-
"num_hidden_layers": 22,
|
| 20 |
-
"num_key_value_heads": 4,
|
| 21 |
-
"pretraining_tp": 1,
|
| 22 |
-
"rms_norm_eps": 1e-05,
|
| 23 |
-
"rope_scaling": {
|
| 24 |
-
"factor": 2.0,
|
| 25 |
-
"original_max_position_embeddings": 2048,
|
| 26 |
-
"rope_type": "yarn"
|
| 27 |
-
},
|
| 28 |
-
"rope_theta": 10000.0,
|
| 29 |
-
"tie_word_embeddings": false,
|
| 30 |
-
"transformers_version": "4.57.6",
|
| 31 |
-
"use_cache": true,
|
| 32 |
-
"vocab_size": 32000
|
| 33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-160BT-SFT/generation_config.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"bos_token_id": 1,
|
| 4 |
-
"eos_token_id": 2,
|
| 5 |
-
"transformers_version": "4.57.6"
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-160BT-SFT/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:eb4c18e67e551be71d07af6cf546815764dd64ec065cbcb0c068c2e9f9c1c847
|
| 3 |
-
size 2001152552
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-160BT-SFT/special_tokens_map.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token": {
|
| 3 |
-
"content": "<s>",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": false,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"eos_token": {
|
| 10 |
-
"content": "</s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": false,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"pad_token": {
|
| 17 |
-
"content": "</s>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": false,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
-
"unk_token": {
|
| 24 |
-
"content": "<unk>",
|
| 25 |
-
"lstrip": false,
|
| 26 |
-
"normalized": false,
|
| 27 |
-
"rstrip": false,
|
| 28 |
-
"single_word": false
|
| 29 |
-
}
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-160BT-SFT/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/EvoLM-1B-160BT-SFT/tokenizer.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
-
size 499723
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-160BT-SFT/tokenizer_config.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_bos_token": true,
|
| 3 |
-
"add_eos_token": false,
|
| 4 |
-
"add_prefix_space": null,
|
| 5 |
-
"added_tokens_decoder": {
|
| 6 |
-
"0": {
|
| 7 |
-
"content": "<unk>",
|
| 8 |
-
"lstrip": false,
|
| 9 |
-
"normalized": false,
|
| 10 |
-
"rstrip": false,
|
| 11 |
-
"single_word": false,
|
| 12 |
-
"special": true
|
| 13 |
-
},
|
| 14 |
-
"1": {
|
| 15 |
-
"content": "<s>",
|
| 16 |
-
"lstrip": false,
|
| 17 |
-
"normalized": false,
|
| 18 |
-
"rstrip": false,
|
| 19 |
-
"single_word": false,
|
| 20 |
-
"special": true
|
| 21 |
-
},
|
| 22 |
-
"2": {
|
| 23 |
-
"content": "</s>",
|
| 24 |
-
"lstrip": false,
|
| 25 |
-
"normalized": false,
|
| 26 |
-
"rstrip": false,
|
| 27 |
-
"single_word": false,
|
| 28 |
-
"special": true
|
| 29 |
-
}
|
| 30 |
-
},
|
| 31 |
-
"bos_token": "<s>",
|
| 32 |
-
"clean_up_tokenization_spaces": false,
|
| 33 |
-
"eos_token": "</s>",
|
| 34 |
-
"extra_special_tokens": {},
|
| 35 |
-
"legacy": false,
|
| 36 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
-
"pad_token": "</s>",
|
| 38 |
-
"padding_side": "right",
|
| 39 |
-
"sp_model_kwargs": {},
|
| 40 |
-
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
-
"unk_token": "<unk>",
|
| 42 |
-
"use_default_system_prompt": false
|
| 43 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-20BT-SFT/chat_template.jinja
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '
|
| 2 |
-
' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '
|
| 3 |
-
Assistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '
|
| 4 |
-
' }}{% endif %}{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-20BT-SFT/config.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"LlamaForCausalLM"
|
| 4 |
-
],
|
| 5 |
-
"attention_bias": false,
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 1,
|
| 8 |
-
"dtype": "bfloat16",
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"head_dim": 64,
|
| 11 |
-
"hidden_act": "silu",
|
| 12 |
-
"hidden_size": 2048,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 4896,
|
| 15 |
-
"max_position_embeddings": 4096,
|
| 16 |
-
"mlp_bias": false,
|
| 17 |
-
"model_type": "llama",
|
| 18 |
-
"num_attention_heads": 32,
|
| 19 |
-
"num_hidden_layers": 22,
|
| 20 |
-
"num_key_value_heads": 4,
|
| 21 |
-
"pretraining_tp": 1,
|
| 22 |
-
"rms_norm_eps": 1e-05,
|
| 23 |
-
"rope_scaling": {
|
| 24 |
-
"factor": 2.0,
|
| 25 |
-
"original_max_position_embeddings": 2048,
|
| 26 |
-
"rope_type": "yarn"
|
| 27 |
-
},
|
| 28 |
-
"rope_theta": 10000.0,
|
| 29 |
-
"tie_word_embeddings": false,
|
| 30 |
-
"transformers_version": "4.57.6",
|
| 31 |
-
"use_cache": true,
|
| 32 |
-
"vocab_size": 32000
|
| 33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-20BT-SFT/generation_config.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"bos_token_id": 1,
|
| 4 |
-
"eos_token_id": 2,
|
| 5 |
-
"transformers_version": "4.57.6"
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-20BT-SFT/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12cc3ae807fbe4e36e21d544d61efad3476692950cdd36b7af19579b5e83de64
|
| 3 |
-
size 2001152552
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-20BT-SFT/special_tokens_map.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token": {
|
| 3 |
-
"content": "<s>",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": false,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"eos_token": {
|
| 10 |
-
"content": "</s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": false,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"pad_token": {
|
| 17 |
-
"content": "</s>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": false,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
-
"unk_token": {
|
| 24 |
-
"content": "<unk>",
|
| 25 |
-
"lstrip": false,
|
| 26 |
-
"normalized": false,
|
| 27 |
-
"rstrip": false,
|
| 28 |
-
"single_word": false
|
| 29 |
-
}
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-20BT-SFT/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/EvoLM-1B-20BT-SFT/tokenizer.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
-
size 499723
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-20BT-SFT/tokenizer_config.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_bos_token": true,
|
| 3 |
-
"add_eos_token": false,
|
| 4 |
-
"add_prefix_space": null,
|
| 5 |
-
"added_tokens_decoder": {
|
| 6 |
-
"0": {
|
| 7 |
-
"content": "<unk>",
|
| 8 |
-
"lstrip": false,
|
| 9 |
-
"normalized": false,
|
| 10 |
-
"rstrip": false,
|
| 11 |
-
"single_word": false,
|
| 12 |
-
"special": true
|
| 13 |
-
},
|
| 14 |
-
"1": {
|
| 15 |
-
"content": "<s>",
|
| 16 |
-
"lstrip": false,
|
| 17 |
-
"normalized": false,
|
| 18 |
-
"rstrip": false,
|
| 19 |
-
"single_word": false,
|
| 20 |
-
"special": true
|
| 21 |
-
},
|
| 22 |
-
"2": {
|
| 23 |
-
"content": "</s>",
|
| 24 |
-
"lstrip": false,
|
| 25 |
-
"normalized": false,
|
| 26 |
-
"rstrip": false,
|
| 27 |
-
"single_word": false,
|
| 28 |
-
"special": true
|
| 29 |
-
}
|
| 30 |
-
},
|
| 31 |
-
"bos_token": "<s>",
|
| 32 |
-
"clean_up_tokenization_spaces": false,
|
| 33 |
-
"eos_token": "</s>",
|
| 34 |
-
"extra_special_tokens": {},
|
| 35 |
-
"legacy": false,
|
| 36 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
-
"pad_token": "</s>",
|
| 38 |
-
"padding_side": "right",
|
| 39 |
-
"sp_model_kwargs": {},
|
| 40 |
-
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
-
"unk_token": "<unk>",
|
| 42 |
-
"use_default_system_prompt": false
|
| 43 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-320BT-SFT/chat_template.jinja
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '
|
| 2 |
-
' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '
|
| 3 |
-
Assistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '
|
| 4 |
-
' }}{% endif %}{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-320BT-SFT/config.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"LlamaForCausalLM"
|
| 4 |
-
],
|
| 5 |
-
"attention_bias": false,
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 1,
|
| 8 |
-
"dtype": "bfloat16",
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"head_dim": 64,
|
| 11 |
-
"hidden_act": "silu",
|
| 12 |
-
"hidden_size": 2048,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 4896,
|
| 15 |
-
"max_position_embeddings": 4096,
|
| 16 |
-
"mlp_bias": false,
|
| 17 |
-
"model_type": "llama",
|
| 18 |
-
"num_attention_heads": 32,
|
| 19 |
-
"num_hidden_layers": 22,
|
| 20 |
-
"num_key_value_heads": 4,
|
| 21 |
-
"pretraining_tp": 1,
|
| 22 |
-
"rms_norm_eps": 1e-05,
|
| 23 |
-
"rope_scaling": {
|
| 24 |
-
"factor": 2.0,
|
| 25 |
-
"original_max_position_embeddings": 2048,
|
| 26 |
-
"rope_type": "yarn"
|
| 27 |
-
},
|
| 28 |
-
"rope_theta": 10000.0,
|
| 29 |
-
"tie_word_embeddings": false,
|
| 30 |
-
"transformers_version": "4.57.6",
|
| 31 |
-
"use_cache": true,
|
| 32 |
-
"vocab_size": 32000
|
| 33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-320BT-SFT/generation_config.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"bos_token_id": 1,
|
| 4 |
-
"eos_token_id": 2,
|
| 5 |
-
"transformers_version": "4.57.6"
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-320BT-SFT/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:295d6cc4a8f8be97acc7f9a5c72d6de9cfc659279b27d3c3e0935d32efdd6d3c
|
| 3 |
-
size 2001152552
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-320BT-SFT/special_tokens_map.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token": {
|
| 3 |
-
"content": "<s>",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": false,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"eos_token": {
|
| 10 |
-
"content": "</s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": false,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"pad_token": {
|
| 17 |
-
"content": "</s>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": false,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
-
"unk_token": {
|
| 24 |
-
"content": "<unk>",
|
| 25 |
-
"lstrip": false,
|
| 26 |
-
"normalized": false,
|
| 27 |
-
"rstrip": false,
|
| 28 |
-
"single_word": false
|
| 29 |
-
}
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-320BT-SFT/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/EvoLM-1B-320BT-SFT/tokenizer.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
-
size 499723
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-320BT-SFT/tokenizer_config.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_bos_token": true,
|
| 3 |
-
"add_eos_token": false,
|
| 4 |
-
"add_prefix_space": null,
|
| 5 |
-
"added_tokens_decoder": {
|
| 6 |
-
"0": {
|
| 7 |
-
"content": "<unk>",
|
| 8 |
-
"lstrip": false,
|
| 9 |
-
"normalized": false,
|
| 10 |
-
"rstrip": false,
|
| 11 |
-
"single_word": false,
|
| 12 |
-
"special": true
|
| 13 |
-
},
|
| 14 |
-
"1": {
|
| 15 |
-
"content": "<s>",
|
| 16 |
-
"lstrip": false,
|
| 17 |
-
"normalized": false,
|
| 18 |
-
"rstrip": false,
|
| 19 |
-
"single_word": false,
|
| 20 |
-
"special": true
|
| 21 |
-
},
|
| 22 |
-
"2": {
|
| 23 |
-
"content": "</s>",
|
| 24 |
-
"lstrip": false,
|
| 25 |
-
"normalized": false,
|
| 26 |
-
"rstrip": false,
|
| 27 |
-
"single_word": false,
|
| 28 |
-
"special": true
|
| 29 |
-
}
|
| 30 |
-
},
|
| 31 |
-
"bos_token": "<s>",
|
| 32 |
-
"clean_up_tokenization_spaces": false,
|
| 33 |
-
"eos_token": "</s>",
|
| 34 |
-
"extra_special_tokens": {},
|
| 35 |
-
"legacy": false,
|
| 36 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
-
"pad_token": "</s>",
|
| 38 |
-
"padding_side": "right",
|
| 39 |
-
"sp_model_kwargs": {},
|
| 40 |
-
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
-
"unk_token": "<unk>",
|
| 42 |
-
"use_default_system_prompt": false
|
| 43 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-40BT-SFT/chat_template.jinja
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '
|
| 2 |
-
' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '
|
| 3 |
-
Assistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '
|
| 4 |
-
' }}{% endif %}{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-40BT-SFT/config.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"LlamaForCausalLM"
|
| 4 |
-
],
|
| 5 |
-
"attention_bias": false,
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 1,
|
| 8 |
-
"dtype": "bfloat16",
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"head_dim": 64,
|
| 11 |
-
"hidden_act": "silu",
|
| 12 |
-
"hidden_size": 2048,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 4896,
|
| 15 |
-
"max_position_embeddings": 4096,
|
| 16 |
-
"mlp_bias": false,
|
| 17 |
-
"model_type": "llama",
|
| 18 |
-
"num_attention_heads": 32,
|
| 19 |
-
"num_hidden_layers": 22,
|
| 20 |
-
"num_key_value_heads": 4,
|
| 21 |
-
"pretraining_tp": 1,
|
| 22 |
-
"rms_norm_eps": 1e-05,
|
| 23 |
-
"rope_scaling": {
|
| 24 |
-
"factor": 2.0,
|
| 25 |
-
"original_max_position_embeddings": 2048,
|
| 26 |
-
"rope_type": "yarn"
|
| 27 |
-
},
|
| 28 |
-
"rope_theta": 10000.0,
|
| 29 |
-
"tie_word_embeddings": false,
|
| 30 |
-
"transformers_version": "4.57.6",
|
| 31 |
-
"use_cache": true,
|
| 32 |
-
"vocab_size": 32000
|
| 33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-40BT-SFT/generation_config.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"bos_token_id": 1,
|
| 4 |
-
"eos_token_id": 2,
|
| 5 |
-
"transformers_version": "4.57.6"
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-40BT-SFT/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d4e3d92c78b09885a5dee833851ddf3888c5a302f91329f228b42c375d24d568
|
| 3 |
-
size 2001152552
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-40BT-SFT/special_tokens_map.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token": {
|
| 3 |
-
"content": "<s>",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": false,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"eos_token": {
|
| 10 |
-
"content": "</s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": false,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"pad_token": {
|
| 17 |
-
"content": "</s>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": false,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
-
"unk_token": {
|
| 24 |
-
"content": "<unk>",
|
| 25 |
-
"lstrip": false,
|
| 26 |
-
"normalized": false,
|
| 27 |
-
"rstrip": false,
|
| 28 |
-
"single_word": false
|
| 29 |
-
}
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-40BT-SFT/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/EvoLM-1B-40BT-SFT/tokenizer.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
-
size 499723
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-40BT-SFT/tokenizer_config.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_bos_token": true,
|
| 3 |
-
"add_eos_token": false,
|
| 4 |
-
"add_prefix_space": null,
|
| 5 |
-
"added_tokens_decoder": {
|
| 6 |
-
"0": {
|
| 7 |
-
"content": "<unk>",
|
| 8 |
-
"lstrip": false,
|
| 9 |
-
"normalized": false,
|
| 10 |
-
"rstrip": false,
|
| 11 |
-
"single_word": false,
|
| 12 |
-
"special": true
|
| 13 |
-
},
|
| 14 |
-
"1": {
|
| 15 |
-
"content": "<s>",
|
| 16 |
-
"lstrip": false,
|
| 17 |
-
"normalized": false,
|
| 18 |
-
"rstrip": false,
|
| 19 |
-
"single_word": false,
|
| 20 |
-
"special": true
|
| 21 |
-
},
|
| 22 |
-
"2": {
|
| 23 |
-
"content": "</s>",
|
| 24 |
-
"lstrip": false,
|
| 25 |
-
"normalized": false,
|
| 26 |
-
"rstrip": false,
|
| 27 |
-
"single_word": false,
|
| 28 |
-
"special": true
|
| 29 |
-
}
|
| 30 |
-
},
|
| 31 |
-
"bos_token": "<s>",
|
| 32 |
-
"clean_up_tokenization_spaces": false,
|
| 33 |
-
"eos_token": "</s>",
|
| 34 |
-
"extra_special_tokens": {},
|
| 35 |
-
"legacy": false,
|
| 36 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
-
"pad_token": "</s>",
|
| 38 |
-
"padding_side": "right",
|
| 39 |
-
"sp_model_kwargs": {},
|
| 40 |
-
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
-
"unk_token": "<unk>",
|
| 42 |
-
"use_default_system_prompt": false
|
| 43 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-80BT-SFT/chat_template.jinja
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '
|
| 2 |
-
' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '
|
| 3 |
-
Assistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '
|
| 4 |
-
' }}{% endif %}{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-80BT-SFT/config.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"LlamaForCausalLM"
|
| 4 |
-
],
|
| 5 |
-
"attention_bias": false,
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 1,
|
| 8 |
-
"dtype": "bfloat16",
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"head_dim": 64,
|
| 11 |
-
"hidden_act": "silu",
|
| 12 |
-
"hidden_size": 2048,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 4896,
|
| 15 |
-
"max_position_embeddings": 4096,
|
| 16 |
-
"mlp_bias": false,
|
| 17 |
-
"model_type": "llama",
|
| 18 |
-
"num_attention_heads": 32,
|
| 19 |
-
"num_hidden_layers": 22,
|
| 20 |
-
"num_key_value_heads": 4,
|
| 21 |
-
"pretraining_tp": 1,
|
| 22 |
-
"rms_norm_eps": 1e-05,
|
| 23 |
-
"rope_scaling": {
|
| 24 |
-
"factor": 2.0,
|
| 25 |
-
"original_max_position_embeddings": 2048,
|
| 26 |
-
"rope_type": "yarn"
|
| 27 |
-
},
|
| 28 |
-
"rope_theta": 10000.0,
|
| 29 |
-
"tie_word_embeddings": false,
|
| 30 |
-
"transformers_version": "4.57.6",
|
| 31 |
-
"use_cache": true,
|
| 32 |
-
"vocab_size": 32000
|
| 33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-80BT-SFT/generation_config.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"bos_token_id": 1,
|
| 4 |
-
"eos_token_id": 2,
|
| 5 |
-
"transformers_version": "4.57.6"
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-80BT-SFT/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0816d1d559b450040df84347f3f271370c96bf7ff3071d21aeee0440079753ca
|
| 3 |
-
size 2001152552
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-80BT-SFT/special_tokens_map.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token": {
|
| 3 |
-
"content": "<s>",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": false,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"eos_token": {
|
| 10 |
-
"content": "</s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": false,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"pad_token": {
|
| 17 |
-
"content": "</s>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": false,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
-
"unk_token": {
|
| 24 |
-
"content": "<unk>",
|
| 25 |
-
"lstrip": false,
|
| 26 |
-
"normalized": false,
|
| 27 |
-
"rstrip": false,
|
| 28 |
-
"single_word": false
|
| 29 |
-
}
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-80BT-SFT/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/EvoLM-1B-80BT-SFT/tokenizer.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
-
size 499723
|
|
|
|
|
|
|
|
|
|
|
|
models/EvoLM-1B-80BT-SFT/tokenizer_config.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_bos_token": true,
|
| 3 |
-
"add_eos_token": false,
|
| 4 |
-
"add_prefix_space": null,
|
| 5 |
-
"added_tokens_decoder": {
|
| 6 |
-
"0": {
|
| 7 |
-
"content": "<unk>",
|
| 8 |
-
"lstrip": false,
|
| 9 |
-
"normalized": false,
|
| 10 |
-
"rstrip": false,
|
| 11 |
-
"single_word": false,
|
| 12 |
-
"special": true
|
| 13 |
-
},
|
| 14 |
-
"1": {
|
| 15 |
-
"content": "<s>",
|
| 16 |
-
"lstrip": false,
|
| 17 |
-
"normalized": false,
|
| 18 |
-
"rstrip": false,
|
| 19 |
-
"single_word": false,
|
| 20 |
-
"special": true
|
| 21 |
-
},
|
| 22 |
-
"2": {
|
| 23 |
-
"content": "</s>",
|
| 24 |
-
"lstrip": false,
|
| 25 |
-
"normalized": false,
|
| 26 |
-
"rstrip": false,
|
| 27 |
-
"single_word": false,
|
| 28 |
-
"special": true
|
| 29 |
-
}
|
| 30 |
-
},
|
| 31 |
-
"bos_token": "<s>",
|
| 32 |
-
"clean_up_tokenization_spaces": false,
|
| 33 |
-
"eos_token": "</s>",
|
| 34 |
-
"extra_special_tokens": {},
|
| 35 |
-
"legacy": false,
|
| 36 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
-
"pad_token": "</s>",
|
| 38 |
-
"padding_side": "right",
|
| 39 |
-
"sp_model_kwargs": {},
|
| 40 |
-
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
-
"unk_token": "<unk>",
|
| 42 |
-
"use_default_system_prompt": false
|
| 43 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.0/chat_template.jinja
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '
|
| 2 |
-
' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '
|
| 3 |
-
Assistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '
|
| 4 |
-
' }}{% endif %}{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.0/config.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"LlamaForCausalLM"
|
| 4 |
-
],
|
| 5 |
-
"attention_bias": false,
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 1,
|
| 8 |
-
"dtype": "bfloat16",
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"head_dim": 64,
|
| 11 |
-
"hidden_act": "silu",
|
| 12 |
-
"hidden_size": 2048,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 4896,
|
| 15 |
-
"max_position_embeddings": 4096,
|
| 16 |
-
"mlp_bias": false,
|
| 17 |
-
"model_type": "llama",
|
| 18 |
-
"num_attention_heads": 32,
|
| 19 |
-
"num_hidden_layers": 22,
|
| 20 |
-
"num_key_value_heads": 4,
|
| 21 |
-
"pad_token_id": 2,
|
| 22 |
-
"pretraining_tp": 1,
|
| 23 |
-
"rms_norm_eps": 1e-05,
|
| 24 |
-
"rope_scaling": {
|
| 25 |
-
"factor": 2.0,
|
| 26 |
-
"original_max_position_embeddings": 2048,
|
| 27 |
-
"rope_type": "yarn"
|
| 28 |
-
},
|
| 29 |
-
"rope_theta": 10000.0,
|
| 30 |
-
"tie_word_embeddings": false,
|
| 31 |
-
"transformers_version": "4.57.6",
|
| 32 |
-
"use_cache": true,
|
| 33 |
-
"vocab_size": 32000
|
| 34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.0/generation_config.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"bos_token_id": 1,
|
| 4 |
-
"eos_token_id": 2,
|
| 5 |
-
"transformers_version": "4.57.6"
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.0/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:75f5877106faa1e4e24783dbf9f7c1e0eb467d74cf93b20c504bb645006e8865
|
| 3 |
-
size 2001152552
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.0/special_tokens_map.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bos_token": {
|
| 3 |
-
"content": "<s>",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": false,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"eos_token": {
|
| 10 |
-
"content": "</s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": false,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"pad_token": {
|
| 17 |
-
"content": "</s>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": false,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
-
"unk_token": {
|
| 24 |
-
"content": "<unk>",
|
| 25 |
-
"lstrip": false,
|
| 26 |
-
"normalized": false,
|
| 27 |
-
"rstrip": false,
|
| 28 |
-
"single_word": false
|
| 29 |
-
}
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.0/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.0/tokenizer.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
-
size 499723
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.0/tokenizer_config.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_bos_token": true,
|
| 3 |
-
"add_eos_token": false,
|
| 4 |
-
"add_prefix_space": null,
|
| 5 |
-
"added_tokens_decoder": {
|
| 6 |
-
"0": {
|
| 7 |
-
"content": "<unk>",
|
| 8 |
-
"lstrip": false,
|
| 9 |
-
"normalized": false,
|
| 10 |
-
"rstrip": false,
|
| 11 |
-
"single_word": false,
|
| 12 |
-
"special": true
|
| 13 |
-
},
|
| 14 |
-
"1": {
|
| 15 |
-
"content": "<s>",
|
| 16 |
-
"lstrip": false,
|
| 17 |
-
"normalized": false,
|
| 18 |
-
"rstrip": false,
|
| 19 |
-
"single_word": false,
|
| 20 |
-
"special": true
|
| 21 |
-
},
|
| 22 |
-
"2": {
|
| 23 |
-
"content": "</s>",
|
| 24 |
-
"lstrip": false,
|
| 25 |
-
"normalized": false,
|
| 26 |
-
"rstrip": false,
|
| 27 |
-
"single_word": false,
|
| 28 |
-
"special": true
|
| 29 |
-
}
|
| 30 |
-
},
|
| 31 |
-
"bos_token": "<s>",
|
| 32 |
-
"clean_up_tokenization_spaces": false,
|
| 33 |
-
"eos_token": "</s>",
|
| 34 |
-
"extra_special_tokens": {},
|
| 35 |
-
"legacy": false,
|
| 36 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
-
"pad_token": "</s>",
|
| 38 |
-
"padding_side": "right",
|
| 39 |
-
"sp_model_kwargs": {},
|
| 40 |
-
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
-
"unk_token": "<unk>",
|
| 42 |
-
"use_default_system_prompt": false
|
| 43 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.1/chat_template.jinja
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '
|
| 2 |
-
' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '
|
| 3 |
-
Assistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '
|
| 4 |
-
' }}{% endif %}{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/GRPO/EvoLM-1B-20BT-mix-0.1/config.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"LlamaForCausalLM"
|
| 4 |
-
],
|
| 5 |
-
"attention_bias": false,
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 1,
|
| 8 |
-
"dtype": "bfloat16",
|
| 9 |
-
"eos_token_id": 2,
|
| 10 |
-
"head_dim": 64,
|
| 11 |
-
"hidden_act": "silu",
|
| 12 |
-
"hidden_size": 2048,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 4896,
|
| 15 |
-
"max_position_embeddings": 4096,
|
| 16 |
-
"mlp_bias": false,
|
| 17 |
-
"model_type": "llama",
|
| 18 |
-
"num_attention_heads": 32,
|
| 19 |
-
"num_hidden_layers": 22,
|
| 20 |
-
"num_key_value_heads": 4,
|
| 21 |
-
"pad_token_id": 2,
|
| 22 |
-
"pretraining_tp": 1,
|
| 23 |
-
"rms_norm_eps": 1e-05,
|
| 24 |
-
"rope_scaling": {
|
| 25 |
-
"factor": 2.0,
|
| 26 |
-
"original_max_position_embeddings": 2048,
|
| 27 |
-
"rope_type": "yarn"
|
| 28 |
-
},
|
| 29 |
-
"rope_theta": 10000.0,
|
| 30 |
-
"tie_word_embeddings": false,
|
| 31 |
-
"transformers_version": "4.57.6",
|
| 32 |
-
"use_cache": true,
|
| 33 |
-
"vocab_size": 32000
|
| 34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|