v2ray commited on
Commit
7948549
1 Parent(s): dbfce72

Uploaded version 2024/4/18 with fixed username.

Browse files
README.md CHANGED
@@ -14,11 +14,15 @@ Fine tuned on r/ChatGPT Discord #general dump.
14
  Note this is an experiment tune, it will most likely not get any updates for later knowledge cutoffs, use [v2ray/SchizoGPT-8x7B-QLoRA](https://huggingface.co/v2ray/SchizoGPT-8x7B-QLoRA) if you want the most up-to-date version!
15
  ## Prompt Template
16
  ```
17
- ### Username
18
- Message(s)(Can be stacked, separated by new line)
19
- ### Username(Can have multiturn multiuser chat, separated by new line)
20
- (End of prompt)
 
21
  ```
22
  Use `@username` to ping a user and `#channel name` to mention a channel. \
23
  Prepend `<Re: username>` before a message to respond to a user. \
24
- Use `<filename.ext>` to mention a file in a link, for example, if you have `https://example.com/image.jpg`, use `<image.jpg>`.
 
 
 
 
14
  Note this is an experiment tune, it will most likely not get any updates for later knowledge cutoffs, use [v2ray/SchizoGPT-8x7B-QLoRA](https://huggingface.co/v2ray/SchizoGPT-8x7B-QLoRA) if you want the most up-to-date version!
15
  ## Prompt Template
16
  ```
17
+ Date: 2024/4<username>username1<message>message 1<message>message 2<username>username2<message>message 1<message>message 2<username>username3<message>
18
+ ```
19
+ Date prefix is optional:
20
+ ```
21
+ <username>username1<message>message 1<message>message 2<username>username2<message>message 1<message>message 2<username>username3<message>
22
  ```
23
  Use `@username` to ping a user and `#channel name` to mention a channel. \
24
  Prepend `<Re: username>` before a message to respond to a user. \
25
+ Use `<filename.ext>` to mention a file in a link, for example, if you have `https://example.com/image.jpg`, use `<image.jpg>`:
26
+ ```
27
+ Date: 2023/12<username>example#0001<message>Hello!<username>example#0002<message><Re: example#0001> Hi, look at this image of a cat! <cat.png><username>example#0001<message><Re: example#0002>
28
+ ```
adapter_config.json CHANGED
@@ -20,14 +20,16 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
  "q_proj",
25
  "v_proj",
26
- "w2",
27
  "k_proj",
 
 
28
  "w3",
29
- "w1",
30
- "gate"
 
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "w2",
24
  "q_proj",
25
  "v_proj",
 
26
  "k_proj",
27
+ "o_proj",
28
+ "gate",
29
  "w3",
30
+ "lm_head",
31
+ "embed_tokens",
32
+ "w1"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73e0bf007833b8233a7d3d5b1efee422c78c22f824df770432293ea4b42c0858
3
- size 4199044792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccaf93983d0fea8f762aaa6291f49dfb980cefcbba9d5e1d568bddc9ee7db34a
3
+ size 4995293456
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<message>": 32001,
3
+ "<username>": 32000
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<username>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<message>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": {
19
+ "content": "<s>",
20
+ "lstrip": false,
21
+ "normalized": false,
22
+ "rstrip": false,
23
+ "single_word": false
24
+ },
25
+ "eos_token": {
26
+ "content": "</s>",
27
+ "lstrip": false,
28
+ "normalized": false,
29
+ "rstrip": false,
30
+ "single_word": false
31
+ },
32
+ "pad_token": "<unk>",
33
+ "unk_token": {
34
+ "content": "<unk>",
35
+ "lstrip": false,
36
+ "normalized": false,
37
+ "rstrip": false,
38
+ "single_word": false
39
+ }
40
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
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
+ "32000": {
31
+ "content": "<username>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<message>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ }
46
+ },
47
+ "additional_special_tokens": [
48
+ "<username>",
49
+ "<message>"
50
+ ],
51
+ "bos_token": "<s>",
52
+ "clean_up_tokenization_spaces": false,
53
+ "eos_token": "</s>",
54
+ "legacy": true,
55
+ "model_max_length": 1000000000000000019884624838656,
56
+ "pad_token": "<unk>",
57
+ "padding_side": "right",
58
+ "sp_model_kwargs": {},
59
+ "spaces_between_special_tokens": false,
60
+ "tokenizer_class": "LlamaTokenizer",
61
+ "unk_token": "<unk>",
62
+ "use_default_system_prompt": false
63
+ }