Training in progress, epoch 1
Browse files- config.json +1 -2
- model.safetensors +1 -1
- runs/Dec28_03-08-18_4b3ad2ae2bf3/events.out.tfevents.1703732900.4b3ad2ae2bf3.2118.0 +3 -0
- tokenizer.json +1 -1
- tokenizer_config.json +4 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
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,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "emilyalsentzer/Bio_ClinicalBERT",
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 430929740
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a293baaf0a8613af6db783fd36f3d75fa3f2421a68e262132f8692cceef410a3
|
3 |
size 430929740
|
runs/Dec28_03-08-18_4b3ad2ae2bf3/events.out.tfevents.1703732900.4b3ad2ae2bf3.2118.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1388c9ce4c6d356932fe1aa3951724e8455b4251b100b5106d3a72124893f911
|
3 |
+
size 5084
|
tokenizer.json
CHANGED
@@ -54,7 +54,7 @@
|
|
54 |
"clean_text": true,
|
55 |
"handle_chinese_chars": true,
|
56 |
"strip_accents": null,
|
57 |
-
"lowercase":
|
58 |
},
|
59 |
"pre_tokenizer": {
|
60 |
"type": "BertPreTokenizer"
|
|
|
54 |
"clean_text": true,
|
55 |
"handle_chinese_chars": true,
|
56 |
"strip_accents": null,
|
57 |
+
"lowercase": true
|
58 |
},
|
59 |
"pre_tokenizer": {
|
60 |
"type": "BertPreTokenizer"
|
tokenizer_config.json
CHANGED
@@ -43,9 +43,11 @@
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
-
"
|
|
|
47 |
"mask_token": "[MASK]",
|
48 |
-
"model_max_length":
|
|
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
"mask_token": "[MASK]",
|
49 |
+
"model_max_length": 1000000000000000019884624838656,
|
50 |
+
"never_split": null,
|
51 |
"pad_token": "[PAD]",
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|
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:fde1a9f29ff3c88364340aaf619002b5481105be3aee89043fabd39668c41fa0
|
3 |
size 4728
|