Abhaykoul commited on
Commit
8cf51b7
1 Parent(s): 5e50460

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +5 -2
  2. generation_config.json +1 -1
  3. model.onnx +3 -0
  4. tokenizer_config.json +30 -23
config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
 
 
5
  "bos_token_id": 1,
6
  "eos_token_id": 2,
7
  "hidden_act": "silu",
@@ -18,7 +21,7 @@
18
  "rope_scaling": null,
19
  "rope_theta": 10000.0,
20
  "tie_word_embeddings": true,
21
- "transformers_version": "4.33.1",
22
- "use_cache": true,
23
  "vocab_size": 32000
24
  }
 
1
  {
2
+ "_name_or_path": "UnfilteredAI/Mia-001",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
  "eos_token_id": 2,
10
  "hidden_act": "silu",
 
21
  "rope_scaling": null,
22
  "rope_theta": 10000.0,
23
  "tie_word_embeddings": true,
24
+ "transformers_version": "4.38.2",
25
+ "use_cache": false,
26
  "vocab_size": 32000
27
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "transformers_version": "4.33.0.dev0"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "4.38.2"
6
  }
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28c5a0cc201850fe7087d7a893a82ac39f9b56c19c0d95278faddb63bc5ca676
3
+ size 537798749
tokenizer_config.json CHANGED
@@ -1,32 +1,39 @@
1
  {
2
- "bos_token": {
3
- "__type": "AddedToken",
4
- "content": "<s>",
5
- "lstrip": false,
6
- "normalized": true,
7
- "rstrip": false,
8
- "single_word": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  },
 
10
  "clean_up_tokenization_spaces": false,
11
- "eos_token": {
12
- "__type": "AddedToken",
13
- "content": "</s>",
14
- "lstrip": false,
15
- "normalized": true,
16
- "rstrip": false,
17
- "single_word": false
18
- },
19
  "model_max_length": 2048,
20
  "pad_token": null,
21
  "sp_model_kwargs": {},
22
  "tokenizer_class": "LlamaTokenizer",
23
- "unk_token": {
24
- "__type": "AddedToken",
25
- "content": "<unk>",
26
- "lstrip": false,
27
- "normalized": true,
28
- "rstrip": false,
29
- "single_word": false
30
- },
31
  "use_default_system_prompt": true
32
  }
 
1
  {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
  },
30
+ "bos_token": "<s>",
31
  "clean_up_tokenization_spaces": false,
32
+ "eos_token": "</s>",
 
 
 
 
 
 
 
33
  "model_max_length": 2048,
34
  "pad_token": null,
35
  "sp_model_kwargs": {},
36
  "tokenizer_class": "LlamaTokenizer",
37
+ "unk_token": "<unk>",
 
 
 
 
 
 
 
38
  "use_default_system_prompt": true
39
  }