Upload OpenLlamaForCausalLM
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/mnt/n/ml/models/aerner/lm-v2/checkpoint-
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_dropout_prob": 0.1,
|
7 |
"bos_token_id": 1,
|
@@ -12,7 +12,7 @@
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 11008,
|
14 |
"max_position_embeddings": 2048,
|
15 |
-
"model_type": "llama",
|
16 |
"num_attention_heads": 32,
|
17 |
"num_hidden_layers": 8,
|
18 |
"pad_token_id": 0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/mnt/n/ml/models/aerner/lm-v2/checkpoint-76200",
|
3 |
"architectures": [
|
4 |
+
"OpenLlamaForCausalLM"
|
5 |
],
|
6 |
"attention_dropout_prob": 0.1,
|
7 |
"bos_token_id": 1,
|
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 11008,
|
14 |
"max_position_embeddings": 2048,
|
15 |
+
"model_type": "open-llama",
|
16 |
"num_attention_heads": 32,
|
17 |
"num_hidden_layers": 8,
|
18 |
"pad_token_id": 0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8c5dd165b8fc67f0aac39e7162adde3a7aae9c039b5a2d92100dfb2fd91d90d
|
3 |
+
size 1760272621
|