Upload folder using huggingface_hub
Browse files- README.md +8 -0
- config.json +12 -0
- model.safetensors +3 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TinyGPT (Minimal) — Colab A100 Run
|
2 |
+
|
3 |
+
- Tokens: TinyStories 10%
|
4 |
+
- Context: 512
|
5 |
+
- Dim: 512
|
6 |
+
- Layers: 6
|
7 |
+
- Heads: 8
|
8 |
+
- Files: `model.safetensors`, `pytorch_model.bin`, `tokenizer.json`, `config.json`
|
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "tinygpt-minimal",
|
3 |
+
"vocab_size": 8192,
|
4 |
+
"context_length": 512,
|
5 |
+
"dim": 512,
|
6 |
+
"n_layers": 6,
|
7 |
+
"n_heads": 8,
|
8 |
+
"mlp_ratio": 4.0,
|
9 |
+
"resid_dropout": 0.1,
|
10 |
+
"attn_dropout": 0.0,
|
11 |
+
"tie_embeddings": true
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a12d123c00d1a780f24bb3ce0ae426a6aa78eddf9870f269bef6a20c06b7cea6
|
3 |
+
size 110221080
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e469d91816bb507748cce21b8d889fb01fed92e050a51f4599d768c5e5626a7c
|
3 |
+
size 110234993
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|