prometechinc commited on
Commit
20f63d5
·
verified ·
1 Parent(s): 7a64d09

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.00271828182,
7
+ "bos_token_id": 8001,
8
+ "dtype": "float32",
9
+ "eos_token_id": 8002,
10
+ "head_dim": 26,
11
+ "hidden_act": "silu",
12
+ "hidden_dropout": 0.00271828182,
13
+ "hidden_size": 64,
14
+ "initializer_range": 0.0215816655,
15
+ "intermediate_size": 208,
16
+ "max_position_embeddings": 128,
17
+ "mlp_bias": true,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 8,
20
+ "num_hidden_layers": 8,
21
+ "num_key_value_heads": 4,
22
+ "pad_token_id": 8000,
23
+ "pretraining_tp": 1,
24
+ "rms_norm_eps": 1.168034e-05,
25
+ "rope_parameters": {
26
+ "factor": 256.0,
27
+ "high_freq_factor": 4.0,
28
+ "low_freq_factor": 1.0,
29
+ "original_max_position_embeddings": 16,
30
+ "rope_theta": 12566.37061436,
31
+ "rope_type": "llama3",
32
+ "type": "llama3"
33
+ },
34
+ "tie_word_embeddings": true,
35
+ "transformers_version": "5.0.0",
36
+ "use_cache": false,
37
+ "vocab_size": 8766
38
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 8001,
4
+ "eos_token_id": 8002,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 8000,
8
+ "transformers_version": "5.0.0",
9
+ "use_cache": true
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91d4c1e66e32b923da5e69b4a3b7f4baf626ae12c632398681a06663f537d5f4
3
+ size 4848504
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "[BOS]",
4
+ "eos_token": "[EOS]",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "pad_token": "[PAD]",
7
+ "tokenizer_class": "TokenizersBackend",
8
+ "unk_token": "[UNK]"
9
+ }