Text Generation
Transformers
Safetensors
English
mistral
text-generation-inference
Inference Endpoints
instruction-pretrain commited on
Commit
aa03489
1 Parent(s): 3c8df05

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
- "_name_or_path": "./hf_mirror/instruction-synthesizer",
3
  "architectures": [
4
- "MistralForCausalLM"
5
  ],
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
@@ -18,8 +17,8 @@
18
  "rope_theta": 10000.0,
19
  "sliding_window": 4096,
20
  "tie_word_embeddings": false,
21
- "torch_dtype": "float32",
22
- "transformers_version": "4.34.0",
23
  "use_cache": true,
24
  "vocab_size": 32000
25
  }
 
1
  {
 
2
  "architectures": [
3
+ "MistralForCausalLM"
4
  ],
5
  "bos_token_id": 1,
6
  "eos_token_id": 2,
 
17
  "rope_theta": 10000.0,
18
  "sliding_window": 4096,
19
  "tie_word_embeddings": false,
20
+ "torch_dtype": "float16",
21
+ "transformers_version": "4.34.0.dev0",
22
  "use_cache": true,
23
  "vocab_size": 32000
24
  }