Niharika Kumari commited on
Commit
33a421c
·
1 Parent(s): 54fb5ac

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,11 +1,10 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
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,
@@ -40,5 +39,5 @@
40
  "transformers_version": "4.35.2",
41
  "type_vocab_size": 2,
42
  "use_cache": true,
43
- "vocab_size": 30522
44
  }
 
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,
 
39
  "transformers_version": "4.35.2",
40
  "type_vocab_size": 2,
41
  "use_cache": true,
42
+ "vocab_size": 28996
43
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27bba4882b254390e65a37af01e7c9928ef6295ee0538eb503eda5fa587d6490
3
- size 435611468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e0171dc61f902ecb38a79685b5c99dc34ae454ac38f712a336f2ba85bcb520
3
+ size 430923588
runs/Nov29_13-54-05_26b665a6b34b/events.out.tfevents.1701266051.26b665a6b34b.973.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42f5fadd403e84c264d146fad87b2d260bcbd7c425185064256d5dfcf77b7582
3
+ size 5096
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,9 +43,11 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "model_max_length": 512,
 
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:025f14359a50f307954631e009ff71489c4bafd2f3c62e5860f99f4a6dd4a712
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7718b02515eb769ae8222d16e8524f7d80b6b762244b0c778feec5a3cbcb2b3
3
  size 4600
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff