ThuyNT03 commited on
Commit
1996dab
1 Parent(s): 9911786

Training completed!

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: allenai/scibert_scivocab_cased
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: SOMD-scibert-stage1-v1
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # SOMD-scibert-stage1-v1
16
+
17
+ This model is a fine-tuned version of [allenai/scibert_scivocab_cased](https://huggingface.co/allenai/scibert_scivocab_cased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0000
20
+ - F1: 1.0
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 32
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 20
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
51
+ | No log | 1.0 | 1243 | 0.0019 | 0.9022 |
52
+ | No log | 2.0 | 2486 | 0.0007 | 0.9530 |
53
+ | No log | 3.0 | 3729 | 0.0006 | 0.9749 |
54
+ | No log | 4.0 | 4972 | 0.0006 | 0.9697 |
55
+ | No log | 5.0 | 6215 | 0.0003 | 0.9830 |
56
+ | No log | 6.0 | 7458 | 0.0007 | 0.9759 |
57
+ | No log | 7.0 | 8701 | 0.0003 | 0.9867 |
58
+ | No log | 8.0 | 9944 | 0.0002 | 0.9900 |
59
+ | No log | 9.0 | 11187 | 0.0001 | 0.9932 |
60
+ | No log | 10.0 | 12430 | 0.0002 | 0.9951 |
61
+ | No log | 11.0 | 13673 | 0.0001 | 0.9932 |
62
+ | No log | 12.0 | 14916 | 0.0000 | 0.9978 |
63
+ | No log | 13.0 | 16159 | 0.0000 | 0.9977 |
64
+ | No log | 14.0 | 17402 | 0.0000 | 0.9985 |
65
+ | No log | 15.0 | 18645 | 0.0000 | 0.9994 |
66
+ | No log | 16.0 | 19888 | 0.0000 | 0.9992 |
67
+ | No log | 17.0 | 21131 | 0.0000 | 0.9997 |
68
+ | No log | 18.0 | 22374 | 0.0000 | 1.0 |
69
+ | No log | 19.0 | 23617 | 0.0000 | 1.0 |
70
+ | No log | 20.0 | 24860 | 0.0000 | 1.0 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.37.0
76
+ - Pytorch 2.1.2
77
+ - Datasets 2.1.0
78
+ - Tokenizers 0.15.1
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/scibert_scivocab_cased",
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,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B",
14
+ "2": "I"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "B": 1,
20
+ "I": 2,
21
+ "O": 0
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "bert",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 0,
29
+ "position_embedding_type": "absolute",
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.37.0",
32
+ "type_vocab_size": 2,
33
+ "use_cache": true,
34
+ "vocab_size": 31116
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20135b5d2a9b939573a74d73c3bfab4a67c255036de8c80ed9bb99f2130c5b8
3
+ size 437423932
runs/Feb28_04-38-24_49eab7b43112/events.out.tfevents.1709095141.49eab7b43112.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f02f8038598c6f3482d1049b32513c52e027aa72ac2c3abc566e9d76ac505a
3
+ size 11157
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,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
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,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:456fc69377075479d33e4d3f87102541814ab1ce0d0eaff02714c61d5c0b6cfe
3
+ size 4728
vocab.txt ADDED
The diff for this file is too large to render. See raw diff