Marko Tasic
commited on
Commit
•
5de9b58
1
Parent(s):
1ebaafd
removed wrong config
Browse files
out/pretrain/final/config.json
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "tangledgroup/tangled-llama-33m-32k-base-v0.1",
|
3 |
-
"architectures": [
|
4 |
-
"LlamaForCausalLM"
|
5 |
-
],
|
6 |
-
"bos_token_id": 1,
|
7 |
-
"eos_token_id": 2,
|
8 |
-
"hidden_size": 1024,
|
9 |
-
"intermediate_size": 4096,
|
10 |
-
"max_position_embeddings": 38400,
|
11 |
-
"model_type": "llama",
|
12 |
-
"num_attention_heads": 32,
|
13 |
-
"num_hidden_layers": 5,
|
14 |
-
"num_key_value_heads": 8,
|
15 |
-
"rms_norm_eps": 1e-05,
|
16 |
-
"rope_scaling": null,
|
17 |
-
"tie_word_embeddings": false,
|
18 |
-
"torch_dtype": "bfloat16",
|
19 |
-
"transformers_version": "4.44.2",
|
20 |
-
"use_cache": true,
|
21 |
-
"vocab_size": 38400
|
22 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|