andyP commited on
Commit
1344908
1 Parent(s): f0593b2

End of training

Browse files
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - f1
8
+ model-index:
9
+ - name: ro-sequence
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # ro-sequence
17
+
18
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 815.9874
21
+ - Precision: 0.7802
22
+ - Recall: 0.8225
23
+ - F1: 0.8008
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 4e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 64
45
+ - seed: 352269
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 30
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
54
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
55
+ | 798.342 | 1.0 | 125 | 619.5866 | 0.7472 | 0.7369 | 0.7420 |
56
+ | 377.8265 | 2.0 | 250 | 521.1552 | 0.7833 | 0.7998 | 0.7915 |
57
+ | 288.2568 | 3.0 | 375 | 559.4092 | 0.7469 | 0.8145 | 0.7792 |
58
+ | 192.2052 | 4.0 | 500 | 555.9223 | 0.8252 | 0.7889 | 0.8066 |
59
+ | 128.4364 | 5.0 | 625 | 719.3274 | 0.7848 | 0.8042 | 0.7944 |
60
+ | 86.742 | 6.0 | 750 | 797.8254 | 0.7391 | 0.8281 | 0.7811 |
61
+ | 62.8087 | 7.0 | 875 | 815.9874 | 0.7802 | 0.8225 | 0.8008 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.34.0
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.14.5
69
+ - Tokenizers 0.14.1
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 3,
3
+ "[MASK]": 5,
4
+ "[PAD]": 0,
5
+ "[SEP]": 4,
6
+ "[UNK]": 2
7
+ }
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BERT_CRF"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bert_name": "readerbench/RoBERT-base",
7
+ "do_lower_case": 1,
8
+ "do_remove_accents": 0,
9
+ "dropout": 0.5,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-12,
17
+ "max_position_embeddings": 512,
18
+ "model_name": "BERT_CRF",
19
+ "model_type": "BERT_CRF",
20
+ "num_attention_heads": 12,
21
+ "num_hidden_layers": 12,
22
+ "pad_token_id": 0,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.34.0",
25
+ "type_vocab_size": 2,
26
+ "use_last_n_hidden_states": 7,
27
+ "vocab_size": 37788
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:987168a9737fed6364ad6050377691e87b08ffb9307e61a050769e6138c43579
3
+ size 460362429
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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "2": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "3": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "4": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "5": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "additional_special_tokens": [],
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_basic_tokenize": true,
48
+ "do_lower_case": true,
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 512,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": false,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be39c2b6e653357cd449a8eae7e8069b161105a95e2c8b1827be21f2b502e029
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff