Commit ·
6fd67c0
1
Parent(s): cc068aa
Upload fine-tuned model
Browse files- config.json +9 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "gpt2",
|
| 3 |
+
"block_size": 1024,
|
| 4 |
+
"vocab_size": 50257,
|
| 5 |
+
"n_layer": 12,
|
| 6 |
+
"n_head": 12,
|
| 7 |
+
"n_embd": 768,
|
| 8 |
+
"pad_vocab_size": 50304
|
| 9 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64cb4a6d90d38cde3f790f2923b5c5fa6ee2e75e90fe85cb5852b92e8738a93a
|
| 3 |
+
size 242814276
|