Training in progress, step 1000
Browse files- config.json +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
10 |
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
-
"hidden_dropout_prob": 0.
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
"0": "O",
|
|
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.2,
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
10 |
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.3,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
"0": "O",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 501610932
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:034dbec4142983bf96930706a9aebd16b010387d71737a6a7d4a24831dc7c6fc
|
3 |
size 501610932
|
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:6a72b963023c5063547000457c81822a2cc2bcebe72f8373bdca29a9be11a4a9
|
3 |
size 4728
|