Armandodelca
commited on
Commit
•
7b64465
1
Parent(s):
b897196
Training in progress, step 200
Browse files- config.json +1 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -3,12 +3,11 @@
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
-
"attention_dropout": 0.4,
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"classifier_dropout": null,
|
9 |
"gradient_checkpointing": false,
|
10 |
"hidden_act": "gelu",
|
11 |
-
"hidden_dropout_prob": 0.
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0",
|
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "LABEL_0",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439436284
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:497101f6a4b558ece667bad0ced528ac95e357c0800e2e802cd5a011915f1f2a
|
3 |
size 439436284
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03ac0eca0ee86dc8649f4850fea8d66a09a92a68ba3a45a0c79626b34ef6ba08
|
3 |
size 4920
|