ssyok commited on
Commit
19cb4cb
1 Parent(s): aa10f5a

Upload :/ with huggingface_hub

Browse files
Files changed (1) hide show
  1. : +3 -25
: CHANGED
@@ -1,29 +1,7 @@
1
  {
2
- "_name_or_path": "ssyok/NanoLlama-v0-6HL-1024D",
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",
11
- "hidden_size": 1024,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 1024,
14
- "max_position_embeddings": 2048,
15
- "mlp_bias": false,
16
- "model_type": "llama",
17
- "num_attention_heads": 32,
18
- "num_hidden_layers": 6,
19
- "num_key_value_heads": 32,
20
- "pretraining_tp": 1,
21
- "rms_norm_eps": 1e-06,
22
- "rope_scaling": null,
23
- "rope_theta": 10000.0,
24
- "tie_word_embeddings": false,
25
- "torch_dtype": "bfloat16",
26
- "transformers_version": "4.41.1",
27
- "use_cache": false,
28
- "vocab_size": 32001
29
  }
 
1
  {
2
+ "_from_model_config": true,
 
 
 
 
 
3
  "bos_token_id": 1,
4
+ "do_sample": true,
5
  "eos_token_id": 2,
6
+ "transformers_version": "4.41.1"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }