Commit
·
da8d6d0
1
Parent(s):
db2d7b1
Upload folder using huggingface_hub
Browse files- added_tokens.json +0 -3
- qa-expert-7B-V1.0.f16.gguf +2 -2
- qa-expert-7B-V1.0.q4_0.gguf +2 -2
- qa-expert-7B-V1.0.q8_0.gguf +2 -2
- special_tokens_map.json +43 -9
- tokenizer_config.json +7 -11
added_tokens.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
{
|
2 |
-
"</s>": 2,
|
3 |
-
"<s>": 1,
|
4 |
-
"<unk>": 0,
|
5 |
"<|bof|>": 32002,
|
6 |
"<|eof|>": 32001,
|
7 |
"<|eot|>": 32000
|
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"<|bof|>": 32002,
|
3 |
"<|eof|>": 32001,
|
4 |
"<|eot|>": 32000
|
qa-expert-7B-V1.0.f16.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12404f07613a91c17ec066a58fea4afa24032b2e113718953acb04c4cea108b8
|
3 |
+
size 14484780704
|
qa-expert-7B-V1.0.q4_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b839d9b18fb6ff6cd33bd5d82dfd7cfc3fed9918f29e80af28ef9018c6765b1
|
3 |
+
size 4108933408
|
qa-expert-7B-V1.0.q8_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4636cbdc8ababcd2264263ceebe8efb16af3ccaa158542b12145bba875f4cecc
|
3 |
+
size 7695883456
|
special_tokens_map.json
CHANGED
@@ -1,13 +1,47 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
],
|
10 |
-
"bos_token":
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
}
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<|eot|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "<|eof|>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": false,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"content": "<|bof|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
],
|
25 |
+
"bos_token": {
|
26 |
+
"content": "<s>",
|
27 |
+
"lstrip": false,
|
28 |
+
"normalized": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"single_word": false
|
31 |
+
},
|
32 |
+
"eos_token": {
|
33 |
+
"content": "</s>",
|
34 |
+
"lstrip": false,
|
35 |
+
"normalized": false,
|
36 |
+
"rstrip": false,
|
37 |
+
"single_word": false
|
38 |
+
},
|
39 |
+
"pad_token": "</s>",
|
40 |
+
"unk_token": {
|
41 |
+
"content": "<unk>",
|
42 |
+
"lstrip": false,
|
43 |
+
"normalized": false,
|
44 |
+
"rstrip": false,
|
45 |
+
"single_word": false
|
46 |
+
}
|
47 |
}
|
tokenizer_config.json
CHANGED
@@ -28,33 +28,30 @@
|
|
28 |
},
|
29 |
"32000": {
|
30 |
"content": "<|eot|>",
|
31 |
-
"lstrip":
|
32 |
"normalized": false,
|
33 |
-
"rstrip":
|
34 |
"single_word": false,
|
35 |
"special": true
|
36 |
},
|
37 |
"32001": {
|
38 |
"content": "<|eof|>",
|
39 |
-
"lstrip":
|
40 |
"normalized": false,
|
41 |
-
"rstrip":
|
42 |
"single_word": false,
|
43 |
"special": true
|
44 |
},
|
45 |
"32002": {
|
46 |
"content": "<|bof|>",
|
47 |
-
"lstrip":
|
48 |
"normalized": false,
|
49 |
-
"rstrip":
|
50 |
"single_word": false,
|
51 |
"special": true
|
52 |
}
|
53 |
},
|
54 |
"additional_special_tokens": [
|
55 |
-
"<unk>",
|
56 |
-
"<s>",
|
57 |
-
"</s>",
|
58 |
"<|eot|>",
|
59 |
"<|eof|>",
|
60 |
"<|bof|>"
|
@@ -64,11 +61,10 @@
|
|
64 |
"eos_token": "</s>",
|
65 |
"legacy": true,
|
66 |
"model_max_length": 1000000000000000019884624838656,
|
67 |
-
"pad_token":
|
68 |
"sp_model_kwargs": {},
|
69 |
"spaces_between_special_tokens": false,
|
70 |
"tokenizer_class": "LlamaTokenizer",
|
71 |
-
"tokenizer_file": null,
|
72 |
"unk_token": "<unk>",
|
73 |
"use_default_system_prompt": true
|
74 |
}
|
|
|
28 |
},
|
29 |
"32000": {
|
30 |
"content": "<|eot|>",
|
31 |
+
"lstrip": false,
|
32 |
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
"single_word": false,
|
35 |
"special": true
|
36 |
},
|
37 |
"32001": {
|
38 |
"content": "<|eof|>",
|
39 |
+
"lstrip": false,
|
40 |
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
"single_word": false,
|
43 |
"special": true
|
44 |
},
|
45 |
"32002": {
|
46 |
"content": "<|bof|>",
|
47 |
+
"lstrip": false,
|
48 |
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
"single_word": false,
|
51 |
"special": true
|
52 |
}
|
53 |
},
|
54 |
"additional_special_tokens": [
|
|
|
|
|
|
|
55 |
"<|eot|>",
|
56 |
"<|eof|>",
|
57 |
"<|bof|>"
|
|
|
61 |
"eos_token": "</s>",
|
62 |
"legacy": true,
|
63 |
"model_max_length": 1000000000000000019884624838656,
|
64 |
+
"pad_token": "</s>",
|
65 |
"sp_model_kwargs": {},
|
66 |
"spaces_between_special_tokens": false,
|
67 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
68 |
"unk_token": "<unk>",
|
69 |
"use_default_system_prompt": true
|
70 |
}
|