MuXodious commited on
Commit
46ed5ad
·
verified ·
1 Parent(s): 82ba63a
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
 
2
  "architectures": [
3
  "MistralForCausalLM"
4
  ],
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 1,
7
- "dtype": "bfloat16",
8
  "eos_token_id": 2,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
@@ -16,15 +16,12 @@
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 54,
18
  "num_key_value_heads": 8,
19
- "pad_token_id": null,
20
  "rms_norm_eps": 1e-05,
21
- "rope_parameters": {
22
- "rope_theta": 1000000.0,
23
- "rope_type": "default"
24
- },
25
  "sliding_window": null,
26
  "tie_word_embeddings": false,
27
- "transformers_version": "5.8.0.dev0",
 
28
  "use_cache": true,
29
  "vocab_size": 131072
30
  }
 
1
  {
2
+ "_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
 
8
  "eos_token_id": 2,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
 
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 54,
18
  "num_key_value_heads": 8,
 
19
  "rms_norm_eps": 1e-05,
20
+ "rope_theta": 1000000.0,
 
 
 
21
  "sliding_window": null,
22
  "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.45.2",
25
  "use_cache": true,
26
  "vocab_size": 131072
27
  }
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
3
- size 17078292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e11c71726323d33da7b8d6f6f269f1988931c0a52b7122bcdd8c05042974e0db
3
+ size 9264445
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff