Upload model
Browse files- config.json +13 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -1 +1,13 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bias": true,
|
3 |
+
"block_size": 512,
|
4 |
+
"dropout": 0.1,
|
5 |
+
"ff_expansion_factor": 4,
|
6 |
+
"hidden_size": 768,
|
7 |
+
"label_smoothing": 0.1,
|
8 |
+
"n_embd": 768,
|
9 |
+
"n_head": 12,
|
10 |
+
"n_layer": 12,
|
11 |
+
"output_dir": "C:/Users/wonde/output",
|
12 |
+
"vocab_size": 50257
|
13 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e22d359c22cca39f1f08cddfd51d936743171d417121aa1f7f9ceea680631d08
|
3 |
+
size 963697256
|