Training in progress, step 500
Browse files- config.json +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.
|
7 |
"classifier_dropout": null,
|
8 |
"directionality": "bidi",
|
9 |
"hidden_act": "gelu",
|
10 |
-
"hidden_dropout_prob": 0.
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
|
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.2,
|
7 |
"classifier_dropout": null,
|
8 |
"directionality": "bidi",
|
9 |
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.2,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 709127044
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f281f8b94cd8e8621b9f4d5e7a6ebab167e0ed2c34c98b07e408f9ce37e4362f
|
3 |
size 709127044
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcd1db65fc07565cfe7eedc722e59487824b5324098581d85a6bb9bef204d5bc
|
3 |
size 4728
|