cuadron11 commited on
Commit
e1cd09d
·
1 Parent(s): 727a2f8

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "PlanTL-GOB-ES/bsc-bio-ehr-es",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
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.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "I-rml",
17
+ "2": "B-rml",
18
+ "3": "B-event",
19
+ "4": "I-event"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "B-event": 3,
25
+ "B-rml": 2,
26
+ "I-event": 4,
27
+ "I-rml": 1,
28
+ "O": 0
29
+ },
30
+ "layer_norm_eps": 1e-05,
31
+ "max_position_embeddings": 514,
32
+ "model_type": "roberta",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "pad_token_id": 1,
36
+ "position_embedding_type": "absolute",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.28.1",
39
+ "type_vocab_size": 1,
40
+ "use_cache": true,
41
+ "vocab_size": 50262
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5d73e1e32ed6c471ef94a09fc91b5e34f3d1ea2f2b28243c0a8c5c344717d0
3
+ size 496299053
runs/Apr27_18-17-43_a3b8653ab5fc/1682619476.1898017/events.out.tfevents.1682619476.a3b8653ab5fc.211.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8295a454169974d42f6d4550ce71752dd2ddd305b6655034da63aec41f39398
3
+ size 5853
runs/Apr27_18-17-43_a3b8653ab5fc/events.out.tfevents.1682619476.a3b8653ab5fc.211.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a148c9eabb5f1f2b73ee979452b98ae649a4ee03a8c1fb8617984c1f7c6ebf
3
+ size 4692
runs/Apr27_18-22-42_a3b8653ab5fc/1682619770.5647583/events.out.tfevents.1682619770.a3b8653ab5fc.211.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0b6cd962f61041e85aaeb112161f27078172cf95b21045646b34b8615563575
3
+ size 5847
runs/Apr27_18-22-42_a3b8653ab5fc/events.out.tfevents.1682619770.a3b8653ab5fc.211.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67aafb9652ce051b422cd36bda73918ede355bdbede3ffd068a6269a3180ef65
3
+ size 4725
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa3f07d088a07c4a86824438a589c2fd3e9775036b3bacaf339a743fc48d230c
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff