mfarrington
commited on
Commit
•
8eb2ab3
1
Parent(s):
a37e9a8
Training in progress, epoch 1
Browse files- added_tokens.json +0 -0
- config.json +3 -3
- model.safetensors +2 -2
- runs/Jun07_04-34-34_f89094422737/events.out.tfevents.1717734876.f89094422737.1092.0 +3 -0
- tokenizer.json +2 -2
- tokenizer_config.json +2 -2
- training_args.bin +1 -1
added_tokens.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
config.json
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.
|
7 |
"classifier_dropout": null,
|
8 |
"hidden_act": "gelu",
|
9 |
-
"hidden_dropout_prob": 0.
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
"-100": "O",
|
@@ -33,5 +33,5 @@
|
|
33 |
"transformers_version": "4.41.2",
|
34 |
"type_vocab_size": 2,
|
35 |
"use_cache": true,
|
36 |
-
"vocab_size":
|
37 |
}
|
|
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.2,
|
7 |
"classifier_dropout": null,
|
8 |
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.2,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
"-100": "O",
|
|
|
33 |
"transformers_version": "4.41.2",
|
34 |
"type_vocab_size": 2,
|
35 |
"use_cache": true,
|
36 |
+
"vocab_size": 109994
|
37 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d42dc22052bf556265a96e85bcbf64708ca4f058e3e1a15478abd048278e5d24
|
3 |
+
size 679740240
|
runs/Jun07_04-34-34_f89094422737/events.out.tfevents.1717734876.f89094422737.1092.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92726445bc6136ba8bbf3870903d498407c625322afcaf2a6ea17dc2c3d72993
|
3 |
+
size 5468
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d83cb9ce454844db1c515364ab9f6cf87cc2ab62ceb71d832403469da66cd2a
|
3 |
+
size 16749492
|
tokenizer_config.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d4f6422d19ae0034b0358d07eff166730f63497d5f0844c582513a9a0777d57
|
3 |
+
size 15217558
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dfebc40674d8436b4847591c0fecacd91bd257981e1240d21aec8a2adb0bd15
|
3 |
size 5112
|