Initial Core upload
Browse files- ckpt_best.pt +3 -0
- ckpt_last.pt +3 -0
- config.json +12 -0
- pytorch_model.bin +3 -0
- tokenizer.model +3 -0
ckpt_best.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69989357e1ae27f146aef1130c00a8c2607f4fbd67112c766bc8586bd87fe2c7
|
3 |
+
size 1654208122
|
ckpt_last.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b83005ee8d1ea96e63373fe4266bfd9ecb2ef14f69c5c6d449f798f9e8a7cfc
|
3 |
+
size 1183861179
|
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GPT"
|
4 |
+
],
|
5 |
+
"vocab_size": 32000,
|
6 |
+
"hidden_size": 768,
|
7 |
+
"num_attention_heads": 12,
|
8 |
+
"num_hidden_layers": 12,
|
9 |
+
"max_position_embeddings": 1024,
|
10 |
+
"ffn_mult": 4.0,
|
11 |
+
"model_type": "gptx-min"
|
12 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83f4fe69742123b2fc988a2edef8ea441f9d24c70060ec8401f034d87aa10e86
|
3 |
+
size 551402288
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3bc6b2785ea0299c8d70a72bdc9947303900ebbb2f4073115e077712dbc0be8
|
3 |
+
size 783495
|