Upload Bhargey
Browse files- config.json +13 -15
- generation_config.json +4 -0
- model.safetensors +3 -0
config.json
CHANGED
|
@@ -1,15 +1,13 @@
|
|
| 1 |
-
{
|
| 2 |
-
|
| 3 |
-
"
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Bhargey"
|
| 4 |
+
],
|
| 5 |
+
"dropout": 0.2,
|
| 6 |
+
"model_type": "bhargey",
|
| 7 |
+
"n_embd": 1024,
|
| 8 |
+
"n_head": 4,
|
| 9 |
+
"n_layer": 4,
|
| 10 |
+
"torch_dtype": "float32",
|
| 11 |
+
"transformers_version": "4.35.0",
|
| 12 |
+
"vocab_size": 1000
|
| 13 |
+
}
|
|
|
|
|
|
generation_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"transformers_version": "4.35.0"
|
| 4 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97e401bbcc579fe9e559fefa354ac3c403cf6e6965fb5c5b1d6ac50e05f618b4
|
| 3 |
+
size 211278400
|