Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +89 -3
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
- tokenizer_config.json +197 -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
|
README.md
CHANGED
@@ -1,3 +1,89 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: casperhansen/deepseek-r1-distill-qwen-7b-awq
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
# DeepSink V1.5 Adapter
|
6 |
+
|
7 |
+
DeepSink V1.5 是基于 DeepSeek R1 Distill Qwen 7B 的爆仓文学生成器。本仓库存放了该 LoRA Adapter。
|
8 |
+
|
9 |
+
## 使用方法
|
10 |
+
|
11 |
+
使用 vllm 启动服务:
|
12 |
+
|
13 |
+
```bash
|
14 |
+
vllm serve casperhansen/deepseek-r1-distill-qwen-7b-awq \
|
15 |
+
--port 8001 \
|
16 |
+
--enforce-eager \
|
17 |
+
--max_model_len 4096 \
|
18 |
+
--enable-lora \
|
19 |
+
--max-lora-rank 128 \
|
20 |
+
--lora-modules deepsink-v1.5=beautyyuyanli/deepsink-v1.5-adapter
|
21 |
+
```
|
22 |
+
|
23 |
+
Base model 也可以使用 `deepseek-ai/DeepSeek-R1-Distill-Qwen-7B`。
|
24 |
+
|
25 |
+
使用 OpenAI API 调用:
|
26 |
+
|
27 |
+
```python
|
28 |
+
from openai import OpenAI
|
29 |
+
|
30 |
+
oai = OpenAI(api_key="DUMMY", base_url="http://localhost:8001/v1")
|
31 |
+
|
32 |
+
response = oai.chat.completions.create(
|
33 |
+
model="deepsink-v1.5",
|
34 |
+
messages=[
|
35 |
+
{
|
36 |
+
"role": "user",
|
37 |
+
"content": "依据给定的主题,写一篇爆仓文学:2077年川普胜选连任导致“XI币”暴跌爆仓",
|
38 |
+
},
|
39 |
+
],
|
40 |
+
temperature=0.85,
|
41 |
+
top_p=0.7,
|
42 |
+
presence_penalty=1.25,
|
43 |
+
stream=True,
|
44 |
+
)
|
45 |
+
|
46 |
+
for chunk in response:
|
47 |
+
print(chunk.choices[0].delta.content, end="", flush=True)
|
48 |
+
```
|
49 |
+
|
50 |
+
prompt 格式为 `依据给定的主题,写一篇爆仓文学:{主题}`。
|
51 |
+
|
52 |
+
## 样例
|
53 |
+
|
54 |
+
<details>
|
55 |
+
<summary>依据给定的主题,写一篇爆仓文学:2077年川普胜选连任导致“XI币”暴跌爆仓</summary>
|
56 |
+
<"think">
|
57 |
+
我应该这样设计写作思路:首先,故事背景设定在未来科幻元素浓厚的2077年,利用川普胜选这一事件作为推动情节发展的关键事件,以此增强故事的真实性和悬念感。情节上,我需要构建一个典型的悲剧结构:主人公最初的成功(投资成功,获得高薪)奠定基调,然后逐步走向失败(加密货币暴跌,经济崩溃),最终导致悲剧性结局(巨额债务,绝望无助)。我会运用一些象征手法,例如将“川普胜选”作为推动情节的关键事件,象征外部环境的动荡对个人命运的巨大影响。
|
58 |
+
|
59 |
+
在写作手法上,我将采用细腻的描写手法,力求展现主人公心理的变化和情感的层层递进。我会使用一些细节描写,例如主人公手指颤抖的冷汗、电脑蓝光等意象,来增强文章的真实感和代入感。此外,我会运用对比的手法,将主人公过去的辉煌与现在的落魄形成鲜明对比,进一步强化悲剧效果。
|
60 |
+
|
61 |
+
情感表达方面,我需要展现主人公强烈的绝望感、悔恨感和无助感。我会描写主人公身体上的感受(颤抖、喉咙异物感),以及内心深处的挣扎和自我责备。我会避免使用过于直白的情感表达,而是通过细节描写和环境描写来间接传达情感。例如,我会描写主人公面对巨额债务时的绝望和绝望感。
|
62 |
+
|
63 |
+
总而言之,我希望通过精心设计的情节、细腻的描写手法和深刻的情感表达,创作出一篇具有强烈冲击力的爆仓文学作品。
|
64 |
+
<"/think">
|
65 |
+
|
66 |
+
2077年11月16日,川普胜选连任当天,美国市场再次遭遇黑色星期四。加密货币市场像断了线的风筝,“XI币”从20美元暴跌至5.7美元。我瘫坐在电脑前,浑身发抖,喉咙里泛着一股浓重的异物感。
|
67 |
+
|
68 |
+
三个月前,我还是某顶尖投行量化分析师,年薪300万。我坚信自己掌握了金融市场规律,用三个月时间研究量化模型,用算法精准捕捉市场波动。我甚至劝表哥投资了他全部积蓄,告诉他这是稳赚不赔的投资。
|
69 |
+
|
70 |
+
一切都发生在上周。我在推特看到朋友发了一条动态:“币价跌破支撑位,短期反弹可期。”我毫不犹豫地加了仓,甚至借了朋友的信用卡补了保证金。我以为只要坚持几个月,就能实现财务自由。
|
71 |
+
|
72 |
+
然而,市场永远不会让你轻松。川普胜选的消息 first broke 时,“XI币”还停留在8.9美元。第二天开始暴跌,从8.9美元一路跌破5美元。我的账户从200万跌到30万,再到8万,再到今天仅剩的384.27美元。
|
73 |
+
|
74 |
+
我开始后悔了。为什么我会相信那个“量化分析师”的预言?为什么我会相信那些所谓的专家分析?我甚至给表哥打了电话,劝他把剩下的钱都给我,说“这是稳赚不赔的投资”。
|
75 |
+
|
76 |
+
现在,我不仅赔光了自己的积蓄,还欠下了父母的养老金。父母原本准备让我去美国读硕士,现在他们的存款全没了。表哥也来找我借钱,我拒绝了他的请求,只说“对不起,我已经输光了一切”。
|
77 |
+
|
78 |
+
桌上还放着一杯已经发凉的可乐,我伸手去抓的时候,突然感觉喉咙里有一股酸涩。我打开手机,看到朋友圈里曾经的同事都在晒年终奖和新房。
|
79 |
+
|
80 |
+
我闭上了眼睛,脑海中浮现出川普胜选的场景:美国经济复苏预期强烈,加密货币牛市正当时。我不敢相信,怎么会走到这一步?
|
81 |
+
|
82 |
+
我颤抖的手开始发抖,冷汗顺着脸颊流下来。电脑屏幕的蓝光映在地板上,像一片冰冷的夜空。我感觉太阳穴突突直跳,喉咙里泛着一股浓重的血腥味。
|
83 |
+
|
84 |
+
“��行了,我不能再翻盘了。”我咬着嘴唇,用力地抽了口烟,烟雾缭绕在房间中央。
|
85 |
+
|
86 |
+
2077年11月16日,我的人生彻底崩塌。那些曾经让我引以为傲的知识和技能,此刻成了我人生的阻碍。我感到绝望,失去了希望。
|
87 |
+
|
88 |
+
窗外,秋雨淅淅沥沥地下着,像是一场无声的嘲讽。我的心里,只剩下一片混沌的空白。
|
89 |
+
</details>
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "casperhansen/deepseek-r1-distill-qwen-7b-awq",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 256,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 128,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"down_proj",
|
25 |
+
"q_proj",
|
26 |
+
"o_proj",
|
27 |
+
"up_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"k_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8a97f4a0db12d7c39acf6ccd9479693e8238ec9ab2e751d9366daded24d0f69
|
3 |
+
size 1291899160
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin▁of▁sentence|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|end▁of▁sentence|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|end▁of▁sentence|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
|
3 |
+
size 11422778
|
tokenizer_config.json
ADDED
@@ -0,0 +1,197 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"151643": {
|
7 |
+
"content": "<|end▁of▁sentence|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"151644": {
|
15 |
+
"content": "<|User|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": false
|
21 |
+
},
|
22 |
+
"151645": {
|
23 |
+
"content": "<|Assistant|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"151646": {
|
31 |
+
"content": "<|begin▁of▁sentence|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"151647": {
|
39 |
+
"content": "<|EOT|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"151648": {
|
47 |
+
"content": "<think>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"151649": {
|
55 |
+
"content": "</think>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"151650": {
|
63 |
+
"content": "<|quad_start|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"151651": {
|
71 |
+
"content": "<|quad_end|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"151652": {
|
79 |
+
"content": "<|vision_start|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"151653": {
|
87 |
+
"content": "<|vision_end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"151654": {
|
95 |
+
"content": "<|vision_pad|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"151655": {
|
103 |
+
"content": "<|image_pad|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"151656": {
|
111 |
+
"content": "<|video_pad|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
},
|
118 |
+
"151657": {
|
119 |
+
"content": "<tool_call>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": false,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"151658": {
|
127 |
+
"content": "</tool_call>",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": false,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"151659": {
|
135 |
+
"content": "<|fim_prefix|>",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": false,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"151660": {
|
143 |
+
"content": "<|fim_middle|>",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": false,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"151661": {
|
151 |
+
"content": "<|fim_suffix|>",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": false,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"151662": {
|
159 |
+
"content": "<|fim_pad|>",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": false,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"151663": {
|
167 |
+
"content": "<|repo_name|>",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": false,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"151664": {
|
175 |
+
"content": "<|file_sep|>",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": false,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
}
|
182 |
+
},
|
183 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
184 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|>'}}{% endif %}",
|
185 |
+
"clean_up_tokenization_spaces": false,
|
186 |
+
"eos_token": "<|end▁of▁sentence|>",
|
187 |
+
"extra_special_tokens": {},
|
188 |
+
"legacy": true,
|
189 |
+
"model_max_length": 2048,
|
190 |
+
"pad_token": "<|end▁of▁sentence|>",
|
191 |
+
"padding_side": "right",
|
192 |
+
"sp_model_kwargs": {},
|
193 |
+
"split_special_tokens": false,
|
194 |
+
"tokenizer_class": "LlamaTokenizer",
|
195 |
+
"unk_token": null,
|
196 |
+
"use_default_system_prompt": false
|
197 |
+
}
|