UICHEOL-HWANG commited on
Commit
7ba2ea2
·
verified ·
1 Parent(s): 958c2cd

Upload model

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "skt/kogpt2-base-v2",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
@@ -45,7 +45,7 @@
45
  }
46
  },
47
  "torch_dtype": "float32",
48
- "transformers_version": "4.46.3",
49
  "use_cache": true,
50
  "vocab_size": 51200
51
  }
 
1
  {
2
+ "_name_or_path": "/home/icuchoel/KoGPT2-Generate_fairy/models/results/kogpt2-finetuned",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
 
45
  }
46
  },
47
  "torch_dtype": "float32",
48
+ "transformers_version": "4.48.0",
49
  "use_cache": true,
50
  "vocab_size": 51200
51
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "bos_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 3,
6
- "transformers_version": "4.46.3"
7
  }
 
3
  "bos_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 3,
6
+ "transformers_version": "4.48.0"
7
  }