HenryTbelt commited on
Commit
a72c9fc
·
1 Parent(s): 9f14f15

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -6
config.json CHANGED
@@ -1,8 +1,7 @@
1
  {
2
- "model_type": "Gpt-3",
3
- "model_name_or_path": "HenryTbelt/e2b-biocoder",
4
- "max_length": 128,
5
- "temperature": 0.1,
6
- "repetition_penalty": 1.0,
7
- "num_beams": 4
8
  }
 
1
  {
2
+ "model": "text-generation",
3
+ "model_name_or_path": "gpt2",
4
+ "config": {},
5
+ "tokenizer": {},
6
+ "framework": "pt"
 
7
  }