Training in progress, step 1000
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.1,
|
7 |
"classifier_dropout": null,
|
8 |
"directionality": "bidi",
|
9 |
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
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 709336212
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c055ed084349b940a18e7cbbe7f5c29b084eb8a9a58f31f552df596f7b0ed44
|
3 |
size 709336212
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:240b9005c43147ea07b8a446bf3a2ac00d7fb3c6adf5eda07c5fba50c3999788
|
3 |
size 4664
|