Upload folder using huggingface_hub
Browse files- README.md +9 -0
- config.json +1 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# gpt2_full_spatial_64_100k
|
| 2 |
+
|
| 3 |
+
## Model Details
|
| 4 |
+
|
| 5 |
+
- Block size: 1024
|
| 6 |
+
- Vocabulary size: 50304
|
| 7 |
+
- Layers: 12
|
| 8 |
+
- Heads: 12
|
| 9 |
+
- Embedding size: 768
|
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"block_size": 1024, "vocab_size": 50304, "n_layer": 12, "n_head": 12, "n_embd": 768, "dropout": 0.0, "bias": false}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6a125298a73bb56e6de73e2fd052b8288ed03fa4fd9cf4dc1e4972e967f59f1
|
| 3 |
+
size 547862387
|