qfrodicio commited on
Commit
efda66b
1 Parent(s): 7d05a82

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
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
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "B-OTHER_PEER",
15
+ "1": "I-OTHER_PEER",
16
+ "2": "B-EXPLAIN",
17
+ "3": "I-EXPLAIN",
18
+ "4": "B-SELF",
19
+ "5": "I-SELF",
20
+ "6": "B-NO",
21
+ "7": "I-NO",
22
+ "8": "B-QUESTION",
23
+ "9": "I-QUESTION"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "B-EXPLAIN": 2,
29
+ "B-NO": 6,
30
+ "B-OTHER_PEER": 0,
31
+ "B-QUESTION": 8,
32
+ "B-SELF": 4,
33
+ "I-EXPLAIN": 3,
34
+ "I-NO": 7,
35
+ "I-OTHER_PEER": 1,
36
+ "I-QUESTION": 9,
37
+ "I-SELF": 5
38
+ },
39
+ "layer_norm_eps": 1e-05,
40
+ "max_position_embeddings": 514,
41
+ "model_type": "roberta",
42
+ "num_attention_heads": 12,
43
+ "num_hidden_layers": 12,
44
+ "pad_token_id": 1,
45
+ "position_embedding_type": "absolute",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.26.1",
48
+ "type_vocab_size": 1,
49
+ "use_cache": true,
50
+ "vocab_size": 50265
51
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b41f55d16b00519ff6ccbdf9407da2d4f49c8a8167b8c77709924cef2d19dbaf
3
+ size 496323629
runs/Mar07_23-01-25_f0b0cf6eb6dd/1678230101.733016/events.out.tfevents.1678230101.f0b0cf6eb6dd.870.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34bb0d6abbec71d203e43d99d129bf4d0125cf5b1c9278741f11b159a0aaf9ec
3
+ size 5754
runs/Mar07_23-01-25_f0b0cf6eb6dd/events.out.tfevents.1678230101.f0b0cf6eb6dd.870.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b069a0ad7760d9bb9f55851dcd231bd07a2b5dd386f92a788c2e13603508d12
3
+ size 4990
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "bos_token": "<s>",
4
+ "cls_token": "<s>",
5
+ "eos_token": "</s>",
6
+ "errors": "replace",
7
+ "mask_token": "<mask>",
8
+ "model_max_length": 512,
9
+ "name_or_path": "roberta-base",
10
+ "pad_token": "<pad>",
11
+ "sep_token": "</s>",
12
+ "special_tokens_map_file": null,
13
+ "tokenizer_class": "RobertaTokenizer",
14
+ "trim_offsets": true,
15
+ "unk_token": "<unk>"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:138c374ab49f7b8969de4ba1567d218a3cecd0b0315c806d2cff0ba5611189d9
3
+ size 3515
vocab.json ADDED
The diff for this file is too large to render. See raw diff