Upload my custom model
Browse files- config.json +8 -0
- generation_config.json +4 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SimpleModel"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "simple_model",
|
| 6 |
+
"torch_dtype": "float32",
|
| 7 |
+
"transformers_version": "4.41.2"
|
| 8 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"transformers_version": "4.41.2"
|
| 4 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b91ad8f6e20090ea618c9ce166f8c68a50c9d891cedadf2711306403b7f4126
|
| 3 |
+
size 2075162584
|