JosephusCheung commited on
Commit
9b7c351
1 Parent(s): 811346c

Delete .ipynb_checkpoints/config-checkpoint.json

Browse files
.ipynb_checkpoints/config-checkpoint.json DELETED
@@ -1,34 +0,0 @@
1
- {
2
- "_name_or_path": "/notebooks/35b",
3
- "architectures": [
4
- "CohereForCausalLM"
5
- ],
6
- "attention_bias": false,
7
- "attention_dropout": 0.0,
8
- "auto_map": {
9
- "AutoConfig": "configuration_cohere.CohereConfig",
10
- "AutoModel": "configuration_cohere.CohereModel",
11
- "AutoModelForCausalLM": "modeling_cohere.CohereForCausalLM"
12
- },
13
- "bos_token_id": 5,
14
- "eos_token_id": 6,
15
- "hidden_act": "silu",
16
- "hidden_size": 8192,
17
- "initializer_range": 0.02,
18
- "intermediate_size": 22528,
19
- "layer_norm_eps": 1e-05,
20
- "logit_scale": 0.0625,
21
- "max_position_embeddings": 150000,
22
- "model_type": "cohere",
23
- "num_attention_heads": 64,
24
- "num_hidden_layers": 40,
25
- "num_key_value_heads": 64,
26
- "pad_token_id": 0,
27
- "pretraining_tp": 1,
28
- "rms_norm_eps": 1e-05,
29
- "rope_theta": 8000000.0,
30
- "torch_dtype": "bfloat16",
31
- "transformers_version": "4.38.2",
32
- "use_cache": true,
33
- "vocab_size": 256000
34
- }