Add initial ONNX and safetensor model
Browse files- config.json +1 -2
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "google/electra-small-discriminator",
|
| 3 |
"architectures": [
|
| 4 |
"ElectraForSequenceClassification"
|
| 5 |
],
|
|
@@ -24,7 +23,7 @@
|
|
| 24 |
"summary_type": "first",
|
| 25 |
"summary_use_proj": true,
|
| 26 |
"torch_dtype": "float32",
|
| 27 |
-
"transformers_version": "4.
|
| 28 |
"type_vocab_size": 2,
|
| 29 |
"use_cache": true,
|
| 30 |
"vocab_size": 30522
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"ElectraForSequenceClassification"
|
| 4 |
],
|
|
|
|
| 23 |
"summary_type": "first",
|
| 24 |
"summary_use_proj": true,
|
| 25 |
"torch_dtype": "float32",
|
| 26 |
+
"transformers_version": "4.55.0",
|
| 27 |
"type_vocab_size": 2,
|
| 28 |
"use_cache": true,
|
| 29 |
"vocab_size": 30522
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 54221200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b7e1844587dbf1a065971b65fd7b051c11f8dcef3f5e489f69dcabe7f9b70ef
|
| 3 |
size 54221200
|
training_args.bin
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:40680e87e77d908bb2f54d1e2a5035aca00085dcc439720492055facedd22eca
|
| 3 |
+
size 5368
|