silviacamplani commited on
Commit
a80c567
1 Parent(s): 0c1b3a2

Training in progress epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_keras_callback
5
+ model-index:
6
+ - name: silviacamplani/distilbert-finetuned-dapt_tapt-ner-music
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
+ probably proofread and complete it, then remove this comment. -->
12
+
13
+ # silviacamplani/distilbert-finetuned-dapt_tapt-ner-music
14
+
15
+ This model is a fine-tuned version of [silviacamplani/distilbert-finetuned-dapt_tapt-lm-ai](https://huggingface.co/silviacamplani/distilbert-finetuned-dapt_tapt-lm-ai) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Train Loss: 2.6231
18
+ - Validation Loss: 2.0072
19
+ - Train Precision: 0.0
20
+ - Train Recall: 0.0
21
+ - Train F1: 0.0
22
+ - Train Accuracy: 0.5482
23
+ - Epoch: 0
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
+ - optimizer: {'inner_optimizer': {'class_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 370, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}}, 'dynamic': True, 'initial_scale': 32768.0, 'dynamic_growth_steps': 2000}
43
+ - training_precision: mixed_float16
44
+
45
+ ### Training results
46
+
47
+ | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
48
+ |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
49
+ | 2.6231 | 2.0072 | 0.0 | 0.0 | 0.0 | 0.5482 | 0 |
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.20.1
55
+ - TensorFlow 2.6.4
56
+ - Datasets 2.1.0
57
+ - Tokenizers 0.12.1
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "silviacamplani/distilbert-finetuned-dapt_tapt-lm-ai",
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-album",
14
+ "2": "I-album",
15
+ "3": "B-award",
16
+ "4": "I-award",
17
+ "5": "B-band",
18
+ "6": "I-band",
19
+ "7": "B-country",
20
+ "8": "I-country",
21
+ "9": "B-event",
22
+ "10": "I-event",
23
+ "11": "B-location",
24
+ "12": "I-location",
25
+ "13": "B-misc",
26
+ "14": "I-misc",
27
+ "15": "B-musicalartist",
28
+ "16": "I-musicalartist",
29
+ "17": "B-musicalinstrument",
30
+ "18": "I-musicalinstrument",
31
+ "19": "B-musicgenre",
32
+ "20": "I-musicgenre",
33
+ "21": "B-organisation",
34
+ "22": "I-organisation",
35
+ "23": "B-person",
36
+ "24": "I-person",
37
+ "25": "B-song",
38
+ "26": "I-song"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "label2id": {
42
+ "B-album": 1,
43
+ "B-award": 3,
44
+ "B-band": 5,
45
+ "B-country": 7,
46
+ "B-event": 9,
47
+ "B-location": 11,
48
+ "B-misc": 13,
49
+ "B-musicalartist": 15,
50
+ "B-musicalinstrument": 17,
51
+ "B-musicgenre": 19,
52
+ "B-organisation": 21,
53
+ "B-person": 23,
54
+ "B-song": 25,
55
+ "I-album": 2,
56
+ "I-award": 4,
57
+ "I-band": 6,
58
+ "I-country": 8,
59
+ "I-event": 10,
60
+ "I-location": 12,
61
+ "I-misc": 14,
62
+ "I-musicalartist": 16,
63
+ "I-musicalinstrument": 18,
64
+ "I-musicgenre": 20,
65
+ "I-organisation": 22,
66
+ "I-person": 24,
67
+ "I-song": 26,
68
+ "O": 0
69
+ },
70
+ "max_position_embeddings": 512,
71
+ "model_type": "distilbert",
72
+ "n_heads": 12,
73
+ "n_layers": 6,
74
+ "pad_token_id": 0,
75
+ "qa_dropout": 0.1,
76
+ "seq_classif_dropout": 0.2,
77
+ "sinusoidal_pos_embds": false,
78
+ "tie_weights_": true,
79
+ "transformers_version": "4.20.1",
80
+ "vocab_size": 30522
81
+ }
logs/train/events.out.tfevents.1661726953.7ce9094dc369.17.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842a7928e3b3c1066c3bc1a314913302baae67739307f2aa2ca891e993ca8314
3
+ size 1868311
logs/train/events.out.tfevents.1661726963.7ce9094dc369.profile-empty ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be4d8c1c273073bee317ab43f92f943da4702ab80169199423912d599fba600
3
+ size 40
logs/train/plugins/profile/2022_08_28_22_49_23/7ce9094dc369.input_pipeline.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b10371b007c6c3f1c5554f121d725ad2e403e34e478dc41cb94ca8f0ed482cc9
3
+ size 3120
logs/train/plugins/profile/2022_08_28_22_49_23/7ce9094dc369.kernel_stats.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0925f5c591e474afd91a37d6352b4b80dd757192d9029dd93b09cc3c8acabf7b
3
+ size 312850
logs/train/plugins/profile/2022_08_28_22_49_23/7ce9094dc369.memory_profile.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ec258bc283ff81c3d4c54bdf97c5c7d3a035a9aeca6af1c9bf281d5865676d6
3
+ size 38587
logs/train/plugins/profile/2022_08_28_22_49_23/7ce9094dc369.overview_page.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b86b3f4de281e6be7e1d522fe3361a4ef5aa80380995911a65fb50db4e15e822
3
+ size 6113
logs/train/plugins/profile/2022_08_28_22_49_23/7ce9094dc369.tensorflow_stats.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59d6e665fccc7da4c7020d09b55e6cc72a1a3ce2293f86351af0fb27a261688
3
+ size 191607
logs/train/plugins/profile/2022_08_28_22_49_23/7ce9094dc369.trace.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4daf8d043f63f245cf6e6d0ace899e04ccfb952d282b287e1e82d05fee9534e
3
+ size 218088
logs/train/plugins/profile/2022_08_28_22_49_23/7ce9094dc369.xplane.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061cef9afc59f091e413ba40612897d0e0e417bb4289f77089499c5b84ef64f8
3
+ size 1672574
logs/validation/events.out.tfevents.1661726968.7ce9094dc369.17.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9440176eea675ba736eb6526417fd3709642636c296c4343c62b2e80a3a03ce9
3
+ size 193
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:64df0f7002f0d9ce8da74dfa3368356b1b065dde9c93c228d7c1f1610dc40d9d
3
+ size 265660768
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "silviacamplani/distilbert-finetuned-dapt_tapt-lm-ai",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff