i-be-snek commited on
Commit
879bc02
1 Parent(s): 94b6465

Training in progress epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_keras_callback
6
+ model-index:
7
+ - name: i-be-snek/distilbert-base-uncased-finetuned-ner-exp_B
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
+ probably proofread and complete it, then remove this comment. -->
13
+
14
+ # i-be-snek/distilbert-base-uncased-finetuned-ner-exp_B
15
+
16
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.0430
19
+ - Validation Loss: 0.0424
20
+ - Train Precision: 0.9177
21
+ - Train Recall: 0.9270
22
+ - Train F1: 0.9224
23
+ - Train Accuracy: 0.9855
24
+ - Epoch: 0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.0}
44
+ - training_precision: float32
45
+
46
+ ### Training results
47
+
48
+ | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
49
+ |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
50
+ | 0.0430 | 0.0424 | 0.9177 | 0.9270 | 0.9224 | 0.9855 | 0 |
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.35.2
56
+ - TensorFlow 2.14.0
57
+ - Datasets 2.15.0
58
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-PER",
14
+ "2": "I-PER",
15
+ "3": "B-ORG",
16
+ "4": "I-ORG",
17
+ "5": "B-LOC",
18
+ "6": "I-LOC",
19
+ "7": "B-ANIM",
20
+ "8": "I-ANIM",
21
+ "9": "B-DIS",
22
+ "10": "I-DIS"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "label2id": {
26
+ "B-ANIM": 7,
27
+ "B-DIS": 9,
28
+ "B-LOC": 5,
29
+ "B-ORG": 3,
30
+ "B-PER": 1,
31
+ "I-ANIM": 8,
32
+ "I-DIS": 10,
33
+ "I-LOC": 6,
34
+ "I-ORG": 4,
35
+ "I-PER": 2,
36
+ "O": 0
37
+ },
38
+ "max_position_embeddings": 512,
39
+ "model_type": "distilbert",
40
+ "n_heads": 12,
41
+ "n_layers": 6,
42
+ "pad_token_id": 0,
43
+ "qa_dropout": 0.1,
44
+ "seq_classif_dropout": 0.2,
45
+ "sinusoidal_pos_embds": false,
46
+ "tie_weights_": true,
47
+ "transformers_version": "4.35.2",
48
+ "vocab_size": 30522
49
+ }
logs/train/events.out.tfevents.1701531296.efd32f896b60.189.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:831f0df9ebd0b1c2dbf96da22736eea307edf51e0dd7c02c83f992d4ddc26ce7
3
+ size 1606637
logs/validation/events.out.tfevents.1701533308.efd32f896b60.189.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d2daeea90ee2621d0ed806d762ee5b433d89527fbeb26c0095298ac0c2369cc
3
+ size 233
metrics_by_entity.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ {"ANIM": {"precision": 0.7207253886010363, "recall": 0.6165780141843972, "f1": 0.6645962732919255, "number": "4512"}, "DIS": {"precision": 0.7083734359961501, "recall": 0.7907601396723073, "f1": 0.7473029572280746, "number": "7446"}, "LOC": {"precision": 0.9684916006615023, "recall": 0.9709424083769633, "f1": 0.969715456011155, "number": "22920"}, "ORG": {"precision": 0.9265191965420798, "recall": 0.943064182194617, "f1": 0.934718481467231, "number": "7728"}, "PER": {"precision": 0.9815356674402179, "recall": 0.9926530612244898, "f1": 0.9870630612348434, "number": "19600"}, "overall_precision": 0.9177249435055221, "overall_recall": 0.9270488377326946, "overall_f1": 0.9223633281085059, "overall_accuracy": 0.9854759246787036}
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
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8312773d9625c3eb7dd4887ea0328aac15a04e69f8ea56cfad53ff5dfb6b7c81
3
+ size 265612560
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff