step 2500 | loss 0.0000
Browse files- checkpoint.pt +3 -0
- config.json +11 -0
checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:194f4a148b45e8eca3eac15e40632727c6301f122fc689095727649764e7979d
|
| 3 |
+
size 958063329
|
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab": 262144,
|
| 3 |
+
"hidden": 512,
|
| 4 |
+
"layers": 8,
|
| 5 |
+
"heads": 8,
|
| 6 |
+
"ctx": 512,
|
| 7 |
+
"ffn_mult": 4,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"step": 2500,
|
| 10 |
+
"version": "0.2"
|
| 11 |
+
}
|