trungd-hume commited on
Commit
2b5fce8
·
verified ·
1 Parent(s): 6664135

Upload folder using huggingface_hub

Browse files
llama_decoder/config.json CHANGED
@@ -1,7 +1,31 @@
1
  {
2
  "architectures": [
3
- "Decoder"
4
  ],
 
 
 
5
  "dtype": "bfloat16",
6
- "transformers_version": "4.57.3"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
  "architectures": [
3
+ "LlamaDecoder"
4
  ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
  "dtype": "bfloat16",
9
+ "eos_token_id": 2,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "max_num_frames": 256,
16
+ "max_position_embeddings": 2048,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 16,
20
+ "num_codebooks": 8,
21
+ "num_hidden_layers": 16,
22
+ "num_key_value_heads": 4,
23
+ "pretraining_tp": 1,
24
+ "rms_norm_eps": 1e-06,
25
+ "rope_scaling": null,
26
+ "rope_theta": 10000.0,
27
+ "tie_word_embeddings": false,
28
+ "transformers_version": "4.57.3",
29
+ "use_cache": true,
30
+ "vocab_size": 1024
31
  }
llama_decoder/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.57.3"
6
+ }
llama_decoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d2632539766c9154861c6cf456bc62181a1943186fc4a52b6d79d086bd3c475
3
- size 652676628
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddaf99fd6094f2ec11d14cd93c6261e8c3c016cec14076d9d15fe9f8e35ae647
3
+ size 527047360