jinymusim commited on
Commit
e55a59e
1 Parent(s): 249302e

Upload 8 files

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +2 -2
  3. special_tokens_map.json +0 -5
  4. tokenizer.json +2 -25
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "jinymusim/dialogmodel",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -35,5 +35,5 @@
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.27.4",
37
  "use_cache": true,
38
- "vocab_size": 50260
39
  }
 
1
  {
2
+ "_name_or_path": "microsoft/DialoGPT-small",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.27.4",
37
  "use_cache": true,
38
+ "vocab_size": 50261
39
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b4894eb5fb436d8484013b0310cc6a79b5e73e8c13a87bc7f8278722e5ce175
3
- size 510407229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1abffab26edf0719428d245b7442264d45dab52baa3dccaea96c51f1295abb45
3
+ size 510410301
special_tokens_map.json CHANGED
@@ -1,9 +1,4 @@
1
  {
2
- "additional_special_tokens": [
3
- "<|system|>",
4
- "<|user|>",
5
- "<|endoftext|>"
6
- ],
7
  "bos_token": {
8
  "content": "<|endoftext|>",
9
  "lstrip": false,
 
1
  {
 
 
 
 
 
2
  "bos_token": {
3
  "content": "<|endoftext|>",
4
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 1024,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
@@ -14,25 +9,7 @@
14
  "single_word": false,
15
  "lstrip": false,
16
  "rstrip": false,
17
- "normalized": false,
18
- "special": true
19
- },
20
- {
21
- "id": 50257,
22
- "content": "<|system|>",
23
- "single_word": false,
24
- "lstrip": false,
25
- "rstrip": false,
26
- "normalized": false,
27
- "special": true
28
- },
29
- {
30
- "id": 50258,
31
- "content": "<|user|>",
32
- "single_word": false,
33
- "lstrip": false,
34
- "rstrip": false,
35
- "normalized": false,
36
  "special": true
37
  }
38
  ],
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
9
  "single_word": false,
10
  "lstrip": false,
11
  "rstrip": false,
12
+ "normalized": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  "special": true
14
  }
15
  ],