AINovice2005 commited on
Commit
a8542e6
·
verified ·
1 Parent(s): 5e66914

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_attn_implementation_autoset": true,
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 0,
 
9
  "eos_token_id": 0,
10
  "head_dim": 64,
11
  "hidden_act": "silu",
@@ -25,8 +25,7 @@
25
  "rope_scaling": null,
26
  "rope_theta": 100000,
27
  "tie_word_embeddings": true,
28
- "torch_dtype": "float32",
29
- "transformers_version": "4.51.0",
30
  "use_cache": true,
31
  "vocab_size": 49152
32
  }
 
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 0,
8
+ "dtype": "float32",
9
  "eos_token_id": 0,
10
  "head_dim": 64,
11
  "hidden_act": "silu",
 
25
  "rope_scaling": null,
26
  "rope_theta": 100000,
27
  "tie_word_embeddings": true,
28
+ "transformers_version": "4.57.0",
 
29
  "use_cache": true,
30
  "vocab_size": 49152
31
  }