Mxytyu commited on
Commit
c065140
1 Parent(s): 82a267c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -5
config.json CHANGED
@@ -1,7 +1,11 @@
1
  {
2
- "intelligence_level": "squirrel",
3
- "preferred_beverage": "motor oil",
4
- "world_domination_plan": "Phase 1: Find more batteries",
5
- "secret_code": "12345",
6
- "model_type": "gpt2" // Added "model_type"
 
 
 
 
7
  }
 
1
  {
2
+ "architectures": ["HelloWorldModel"],
3
+ "model_type": "hello-world",
4
+ "vocab_size": 2,
5
+ "bos_token_id": 0,
6
+ "eos_token_id": 1,
7
+ "pad_token_id": 0,
8
+ "unk_token_id": 0,
9
+ "do_lower_case": false,
10
+ "special_tokens_map_file": null
11
  }