SpeedStar101 commited on
Commit
a2ea9a0
1 Parent(s): b6685a4

Upload 10 files

Browse files
README.md CHANGED
@@ -15,9 +15,6 @@ datasets:
15
  - allenai/soda
16
  - allenai/prosocial-dialog
17
  - vicgalle/alpaca-gpt4
18
- - conv_ai
19
- - conv_ai_2
20
- - conv_ai_3
21
  metrics:
22
  - accuracy
23
  ---
 
15
  - allenai/soda
16
  - allenai/prosocial-dialog
17
  - vicgalle/alpaca-gpt4
 
 
 
18
  metrics:
19
  - accuracy
20
  ---
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "SpeedStar101/VergilGPT2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
1
  {
2
+ "_name_or_path": "/content/drive/MyDrive/Vergil-GPT2-conv-ai-3",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2b4a138716e8152ffed2e7f87c32de11a23e8c2359cf2fc872aae5f93810824
3
  size 510398013
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d679400dfb91b8fa48db9c6b0ff418156a41fc356038da6b37a8d3ee21895c07
3
  size 510398013
special_tokens_map.json CHANGED
@@ -13,6 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
16
  "unk_token": {
17
  "content": "<|endoftext|>",
18
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<|endoftext|>",
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 50256,
@@ -9,7 +23,7 @@
9
  "single_word": false,
10
  "lstrip": false,
11
  "rstrip": false,
12
- "normalized": true,
13
  "special": true
14
  }
15
  ],
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 50256,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<|endoftext|>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 50256,
 
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
+ "normalized": false,
27
  "special": true
28
  }
29
  ],
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d77843bfe3e0b78cb08c7c02abdfa5bffacd20567c70ef7c1f6c18133a9eb83
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8353e041980aa26dad1148c273fb1399fcb6236c4f052d74f216eb3af9110e7
3
  size 3963