ihgn commited on
Commit
5024852
·
1 Parent(s): b5709ad

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "humarin/chatgpt_paraphraser_on_T5_base",
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
6
  "d_ff": 3072,
7
  "d_kv": 64,
 
1
  {
2
+ "_name_or_path": "ihgn/gpt3-paraphrase",
3
  "architectures": [
4
+ "AutoModelForSeq2SeqLM"
5
  ],
6
  "d_ff": 3072,
7
  "d_kv": 64,