silviacamplani commited on
Commit
12dcd01
1 Parent(s): f234d28

Training in progress epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_keras_callback
4
+ model-index:
5
+ - name: silviacamplani/distilbert-finetuned-dapt_tapt-ner-ai
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
10
+ probably proofread and complete it, then remove this comment. -->
11
+
12
+ # silviacamplani/distilbert-finetuned-dapt_tapt-ner-ai
13
+
14
+ This model was trained from scratch on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Train Loss: 2.5333
17
+ - Validation Loss: 1.7392
18
+ - Train Precision: 0.0
19
+ - Train Recall: 0.0
20
+ - Train F1: 0.0
21
+ - Train Accuracy: 0.6480
22
+ - Epoch: 0
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - optimizer: {'inner_optimizer': {'class_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 350, '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}
42
+ - training_precision: mixed_float16
43
+
44
+ ### Training results
45
+
46
+ | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
47
+ |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
48
+ | 2.5333 | 1.7392 | 0.0 | 0.0 | 0.0 | 0.6480 | 0 |
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.20.1
54
+ - TensorFlow 2.6.4
55
+ - Datasets 2.1.0
56
+ - Tokenizers 0.12.1
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-algorithm",
14
+ "2": "I-algorithm",
15
+ "3": "B-conference",
16
+ "4": "I-conference",
17
+ "5": "B-country",
18
+ "6": "I-country",
19
+ "7": "B-field",
20
+ "8": "I-field",
21
+ "9": "B-location",
22
+ "10": "I-location",
23
+ "11": "B-metrics",
24
+ "12": "I-metrics",
25
+ "13": "B-misc",
26
+ "14": "I-misc",
27
+ "15": "B-organisation",
28
+ "16": "I-organisation",
29
+ "17": "B-person",
30
+ "18": "I-person",
31
+ "19": "B-product",
32
+ "20": "I-product",
33
+ "21": "B-programlang",
34
+ "22": "I-programlang",
35
+ "23": "B-researcher",
36
+ "24": "I-researcher",
37
+ "25": "B-task",
38
+ "26": "I-task",
39
+ "27": "B-university",
40
+ "28": "I-university"
41
+ },
42
+ "initializer_range": 0.02,
43
+ "label2id": {
44
+ "B-algorithm": 1,
45
+ "B-conference": 3,
46
+ "B-country": 5,
47
+ "B-field": 7,
48
+ "B-location": 9,
49
+ "B-metrics": 11,
50
+ "B-misc": 13,
51
+ "B-organisation": 15,
52
+ "B-person": 17,
53
+ "B-product": 19,
54
+ "B-programlang": 21,
55
+ "B-researcher": 23,
56
+ "B-task": 25,
57
+ "B-university": 27,
58
+ "I-algorithm": 2,
59
+ "I-conference": 4,
60
+ "I-country": 6,
61
+ "I-field": 8,
62
+ "I-location": 10,
63
+ "I-metrics": 12,
64
+ "I-misc": 14,
65
+ "I-organisation": 16,
66
+ "I-person": 18,
67
+ "I-product": 20,
68
+ "I-programlang": 22,
69
+ "I-researcher": 24,
70
+ "I-task": 26,
71
+ "I-university": 28,
72
+ "O": 0
73
+ },
74
+ "max_position_embeddings": 512,
75
+ "model_type": "distilbert",
76
+ "n_heads": 12,
77
+ "n_layers": 6,
78
+ "pad_token_id": 0,
79
+ "qa_dropout": 0.1,
80
+ "seq_classif_dropout": 0.2,
81
+ "sinusoidal_pos_embds": false,
82
+ "tie_weights_": true,
83
+ "transformers_version": "4.20.1",
84
+ "vocab_size": 30522
85
+ }
logs/train/events.out.tfevents.1661598559.b2f2cf3de367.17.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba6a3bc37f72ef6a96e257aadd543d14307d2b047942cb651751fdc4906b6af
3
+ size 1868311
logs/train/events.out.tfevents.1661598570.b2f2cf3de367.profile-empty ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022bbc6ced37511b9619a6a1321deaba18b3ba4d5ca6216c05ee3723a80cd830
3
+ size 40
logs/train/plugins/profile/2022_08_27_11_09_30/b2f2cf3de367.input_pipeline.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e88839b168344ab6a0c7212c0a92aab3209d0cd3c36e9c7dd324688b531c15
3
+ size 3048
logs/train/plugins/profile/2022_08_27_11_09_30/b2f2cf3de367.kernel_stats.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9907706d6bb8080ef5d10a5bc5566c818a200407b87253f9fa683e7ed47e1fba
3
+ size 318213
logs/train/plugins/profile/2022_08_27_11_09_30/b2f2cf3de367.memory_profile.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baec2e815c63752afe47305a3c7be00f0f95726ee70d9073698dc3b5c7cc3d9b
3
+ size 37973
logs/train/plugins/profile/2022_08_27_11_09_30/b2f2cf3de367.overview_page.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a9a00c640a2a2ea97e6c38c4530c05f3f24377db9578e2a272e5fbb353d57f
3
+ size 6020
logs/train/plugins/profile/2022_08_27_11_09_30/b2f2cf3de367.tensorflow_stats.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:703a682a4c979a412e3c24ad578660553f1c0cab75c9fba60dea6d6070f4fe41
3
+ size 191501
logs/train/plugins/profile/2022_08_27_11_09_30/b2f2cf3de367.trace.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d915dcbd7c3d826cca7bb95fa7f6135c544bb961aa109ac971a31c12f656e865
3
+ size 217571
logs/train/plugins/profile/2022_08_27_11_09_30/b2f2cf3de367.xplane.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:494c54d4cd062b74565e8e972a5333bc816d622e1911fc9403d5a89c2c11aa8f
3
+ size 1671428
logs/validation/events.out.tfevents.1661598574.b2f2cf3de367.17.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a314b8b9922d3965e38522012ad7214e617d68961440f84b46f1f863a3f3f7
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:5e97e8d9e5bf1f84faf17fc1a80c3fda84c25462fcee4fe0ac75ffcd899c1641
3
+ size 265666912
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