samadpls commited on
Commit
385222f
·
1 Parent(s): f417ce4

Remove unused model and tokenizer configuration files

Browse files
added_tokens.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "<|endoftext|>": 151643,
3
- "<|im_end|>": 151645,
4
- "<|im_start|>": 151644
5
- }
 
 
 
 
 
 
config.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "_name_or_path": "Qwen/Qwen2-0.5B",
3
- "architectures": [
4
- "Qwen2ForSequenceClassification"
5
- ],
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 151643,
8
- "eos_token_id": 151643,
9
- "hidden_act": "silu",
10
- "hidden_size": 896,
11
- "initializer_range": 0.02,
12
- "intermediate_size": 4864,
13
- "max_position_embeddings": 131072,
14
- "max_window_layers": 24,
15
- "model_type": "qwen2",
16
- "num_attention_heads": 14,
17
- "num_hidden_layers": 24,
18
- "num_key_value_heads": 2,
19
- "pad_token_id": 151643,
20
- "problem_type": "single_label_classification",
21
- "quantization_config": {
22
- "_load_in_4bit": true,
23
- "_load_in_8bit": false,
24
- "bnb_4bit_compute_dtype": "bfloat16",
25
- "bnb_4bit_quant_storage": "uint8",
26
- "bnb_4bit_quant_type": "nf4",
27
- "bnb_4bit_use_double_quant": true,
28
- "llm_int8_enable_fp32_cpu_offload": false,
29
- "llm_int8_has_fp16_weight": false,
30
- "llm_int8_skip_modules": null,
31
- "llm_int8_threshold": 6.0,
32
- "load_in_4bit": true,
33
- "load_in_8bit": false,
34
- "quant_method": "bitsandbytes"
35
- },
36
- "rms_norm_eps": 1e-06,
37
- "rope_scaling": null,
38
- "rope_theta": 1000000.0,
39
- "sliding_window": null,
40
- "tie_word_embeddings": true,
41
- "torch_dtype": "float16",
42
- "transformers_version": "4.48.2",
43
- "use_cache": true,
44
- "use_sliding_window": false,
45
- "vocab_size": 151936
46
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b06bc30bc247e40731f8422e178279397e85156b61edffc3d972155082ca273
3
- size 457402341
 
 
 
 
special_tokens_map.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "additional_special_tokens": [
3
- "<|im_start|>",
4
- "<|im_end|>"
5
- ],
6
- "eos_token": {
7
- "content": "<|endoftext|>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false
12
- },
13
- "pad_token": {
14
- "content": "<|endoftext|>",
15
- "lstrip": false,
16
- "normalized": false,
17
- "rstrip": false,
18
- "single_word": false
19
- }
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tokenizer.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0428c464182550f2449fa688edee927ecf83ccfdbe0934bc5c74dee327785b1
3
- size 11418544
 
 
 
 
tokenizer_config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "added_tokens_decoder": {
4
- "151643": {
5
- "content": "<|endoftext|>",
6
- "lstrip": false,
7
- "normalized": false,
8
- "rstrip": false,
9
- "single_word": false,
10
- "special": true
11
- },
12
- "151644": {
13
- "content": "<|im_start|>",
14
- "lstrip": false,
15
- "normalized": false,
16
- "rstrip": false,
17
- "single_word": false,
18
- "special": true
19
- },
20
- "151645": {
21
- "content": "<|im_end|>",
22
- "lstrip": false,
23
- "normalized": false,
24
- "rstrip": false,
25
- "single_word": false,
26
- "special": true
27
- }
28
- },
29
- "additional_special_tokens": [
30
- "<|im_start|>",
31
- "<|im_end|>"
32
- ],
33
- "bos_token": null,
34
- "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
- "clean_up_tokenization_spaces": false,
36
- "eos_token": "<|endoftext|>",
37
- "errors": "replace",
38
- "extra_special_tokens": {},
39
- "model_max_length": 32768,
40
- "pad_token": "<|endoftext|>",
41
- "split_special_tokens": false,
42
- "tokenizer_class": "Qwen2Tokenizer",
43
- "unk_token": null
44
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vocab.json DELETED
The diff for this file is too large to render. See raw diff