0x0son0 commited on
Commit
7d9b1a7
·
verified ·
1 Parent(s): bb6f051

Delete .ipynb_checkpoints/config-checkpoint.json

Browse files
.ipynb_checkpoints/config-checkpoint.json DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "architectures": [
3
- "StableLmForCausalLM"
4
- ],
5
- "attention_dropout": 0.0,
6
- "bos_token_id": 100289,
7
- "eos_token_id": 100290,
8
- "hidden_act": "silu",
9
- "hidden_dropout": 0.0,
10
- "hidden_size": 2048,
11
- "initializer_range": 0.02,
12
- "intermediate_size": 5632,
13
- "layer_norm_eps": 1e-05,
14
- "max_position_embeddings": 4096,
15
- "model_type": "stablelm",
16
- "num_attention_heads": 32,
17
- "num_hidden_layers": 24,
18
- "num_key_value_heads": 32,
19
- "partial_rotary_factor": 0.25,
20
- "rope_scaling": null,
21
- "rope_theta": 10000,
22
- "tie_word_embeddings": false,
23
- "torch_dtype": "bfloat16",
24
- "transformers_version": "4.38.2",
25
- "use_cache": false,
26
- "use_qkv_bias": true,
27
- "vocab_size": 100352
28
- }