mandelakori commited on
Commit
c2e6048
1 Parent(s): d2d99b0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./zephyr-7b-alpha/",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
@@ -22,5 +22,6 @@
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.34.0",
24
  "use_cache": true,
25
- "vocab_size": 32000
 
26
  }
 
1
  {
2
+ "_name_or_path": "./aisak/",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.34.0",
24
  "use_cache": true,
25
+ "vocab_size": 32000,
26
+ "instruction": "instruction.txt"
27
  }