WJL commited on
Commit
6bdf51a
1 Parent(s): 2f170af

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "/home/ubuntu/kogpt_article/fine-tuning/trained_weights/checkpoint-20115",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
  "GPT2LMHeadModel"
7
  ],
8
  "attn_pdrop": 0.1,
9
- "author": "Heewon Jeon(madjakarta@gmail.com)",
10
  "bos_token_id": 0,
11
  "created_date": "2021-04-28",
12
  "embd_pdrop": 0.1,
@@ -41,7 +41,7 @@
41
  "task_specific_params": {
42
  "text-generation": {
43
  "do_sample": true,
44
- "max_length": 50
45
  }
46
  },
47
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "A2/kogpt2-taf",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
  "GPT2LMHeadModel"
7
  ],
8
  "attn_pdrop": 0.1,
9
+ "author": "Won-Jae Lee(wjlee-ling@gmail.com)",
10
  "bos_token_id": 0,
11
  "created_date": "2021-04-28",
12
  "embd_pdrop": 0.1,
 
41
  "task_specific_params": {
42
  "text-generation": {
43
  "do_sample": true,
44
+ "max_length": 128
45
  }
46
  },
47
  "torch_dtype": "float32",