Upload folder using huggingface_hub
Browse files- config.json +5 -4
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -12,10 +12,10 @@
|
|
| 12 |
"dtype": "float32",
|
| 13 |
"hidden_act": "gelu",
|
| 14 |
"hidden_sizes": [
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
],
|
| 20 |
"id2label": {
|
| 21 |
"0": "A13a",
|
|
@@ -823,6 +823,7 @@
|
|
| 823 |
4
|
| 824 |
],
|
| 825 |
"patch_size": 4,
|
|
|
|
| 826 |
"stage_names": [
|
| 827 |
"stem",
|
| 828 |
"stage1",
|
|
|
|
| 12 |
"dtype": "float32",
|
| 13 |
"hidden_act": "gelu",
|
| 14 |
"hidden_sizes": [
|
| 15 |
+
128,
|
| 16 |
+
256,
|
| 17 |
+
512,
|
| 18 |
+
1024
|
| 19 |
],
|
| 20 |
"id2label": {
|
| 21 |
"0": "A13a",
|
|
|
|
| 823 |
4
|
| 824 |
],
|
| 825 |
"patch_size": 4,
|
| 826 |
+
"problem_type": "single_label_classification",
|
| 827 |
"stage_names": [
|
| 828 |
"stem",
|
| 829 |
"stage1",
|
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:c4673f63b1859ebc59816f1e626ae7dea21c13337c46b82d59d9d36b3ab8771c
|
| 3 |
+
size 356132960
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5265
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f588ddb4e662364f34ef54458463f7ae59d04f1c78ad71b2e8f2db4804bc535e
|
| 3 |
size 5265
|