Push model using huggingface_hub.
Browse files- config.json +3 -13
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,15 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"BasicLinear"
|
| 4 |
-
],
|
| 5 |
-
"auto_map": {
|
| 6 |
-
"AutoConfig": "custom_config.LinearConfig",
|
| 7 |
-
"AutoModel": "custom_net.BasicLinear"
|
| 8 |
-
},
|
| 9 |
"bias": true,
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
|
| 13 |
-
"out_features": 1,
|
| 14 |
-
"transformers_version": "4.57.1"
|
| 15 |
-
}
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"bias": true,
|
| 3 |
+
"in_features": 3,
|
| 4 |
+
"out_features": 32
|
| 5 |
+
}
|
|
|
|
|
|
|
|
|
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:f48e76e5f83934ade25d1ca859c82393242b7a43e0168a3a35330fd08f8c95ac
|
| 3 |
+
size 648
|