Training in progress, epoch 1
Browse files- config.json +1 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "google/electra-base-discriminator",
|
3 |
"architectures": [
|
4 |
"ElectraForSequenceClassification"
|
5 |
],
|
@@ -38,7 +37,7 @@
|
|
38 |
"summary_type": "first",
|
39 |
"summary_use_proj": true,
|
40 |
"torch_dtype": "float32",
|
41 |
-
"transformers_version": "4.
|
42 |
"type_vocab_size": 2,
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 30522
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"ElectraForSequenceClassification"
|
4 |
],
|
|
|
37 |
"summary_type": "first",
|
38 |
"summary_use_proj": true,
|
39 |
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.52.3",
|
41 |
"type_vocab_size": 2,
|
42 |
"use_cache": true,
|
43 |
"vocab_size": 30522
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437968476
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c242f479816b170226a23e990735d4b77959152476450e25b334d72e6b20817
|
3 |
size 437968476
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c287d7f313a9a760c5b658ea8360c512037ae0a488e58199b92ba83f0fd60fc
|
3 |
size 5304
|