silviacamplani
commited on
Commit
·
76b1fe1
1
Parent(s):
070b9c1
Training in progress epoch 0
Browse files- README.md +57 -0
- config.json +41 -0
- logs/train/events.out.tfevents.1659620891.f6bd8fcb3d2c.18.0.v2 +3 -0
- logs/train/events.out.tfevents.1659620904.f6bd8fcb3d2c.profile-empty +3 -0
- logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.kernel_stats.pb +3 -0
- logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.overview_page.pb +3 -0
- logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.trace.json.gz +3 -0
- logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1659620905.f6bd8fcb3d2c.18.1.v2 +3 -0
- special_tokens_map.json +7 -0
- tf_model.h5 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- vocab.txt +0 -0
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-base-uncased-finetuned-dapt-ner-ai_data_3labels
|
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-base-uncased-finetuned-dapt-ner-ai_data_3labels
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [silviacamplani/distilbert-base-uncased-finetuned-ai_data](https://huggingface.co/silviacamplani/distilbert-base-uncased-finetuned-ai_data) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 1.6831
|
18 |
+
- Validation Loss: 1.5093
|
19 |
+
- Train Precision: 0.0031
|
20 |
+
- Train Recall: 0.0020
|
21 |
+
- Train F1: 0.0024
|
22 |
+
- Train Accuracy: 0.8573
|
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': 60, '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 |
+
| 1.6831 | 1.5093 | 0.0031 | 0.0020 | 0.0024 | 0.8573 | 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,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "silviacamplani/distilbert-base-uncased-finetuned-ai_data",
|
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-product",
|
16 |
+
"4": "I-product",
|
17 |
+
"5": "B-task",
|
18 |
+
"6": "I-task"
|
19 |
+
},
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"label2id": {
|
22 |
+
"B-algorithm": 1,
|
23 |
+
"B-product": 3,
|
24 |
+
"B-task": 5,
|
25 |
+
"I-algorithm": 2,
|
26 |
+
"I-product": 4,
|
27 |
+
"I-task": 6,
|
28 |
+
"O": 0
|
29 |
+
},
|
30 |
+
"max_position_embeddings": 512,
|
31 |
+
"model_type": "distilbert",
|
32 |
+
"n_heads": 12,
|
33 |
+
"n_layers": 6,
|
34 |
+
"pad_token_id": 0,
|
35 |
+
"qa_dropout": 0.1,
|
36 |
+
"seq_classif_dropout": 0.2,
|
37 |
+
"sinusoidal_pos_embds": false,
|
38 |
+
"tie_weights_": true,
|
39 |
+
"transformers_version": "4.20.1",
|
40 |
+
"vocab_size": 30522
|
41 |
+
}
|
logs/train/events.out.tfevents.1659620891.f6bd8fcb3d2c.18.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4935f527582aea251ec173913d5bd1a770371a76f76cb6722d4923ef5c441e27
|
3 |
+
size 1867007
|
logs/train/events.out.tfevents.1659620904.f6bd8fcb3d2c.profile-empty
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52a0794ad795277592be8fe7d5709cca2d80729e7d0ab695828fca1682e5e919
|
3 |
+
size 40
|
logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58e0ae39437453e23b92036bb80336f3595177485d4919780ddad05feee44941
|
3 |
+
size 3048
|
logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.kernel_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93001768c27dbc984ccf9048e325943aedfcee5b4fef77cc8b659f4283f68711
|
3 |
+
size 318303
|
logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5c4ac3b0d00a4544ef1248da24a928bf459171461f161a5b3c77ff36b843a02
|
3 |
+
size 38199
|
logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:584a2673f501285cbfa642683ce999a3f77d2d6513890ef470dc2571f8b31c7c
|
3 |
+
size 6062
|
logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74a66bf4126b0e7c08f141dc5f474e933716e665d9f2036393f5c867a50058c4
|
3 |
+
size 191491
|
logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:193ad302d559279a0058d16fbb01984f5813fa2c2be1d874ddd483618e842583
|
3 |
+
size 215326
|
logs/train/plugins/profile/2022_08_04_13_48_24/f6bd8fcb3d2c.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73622757e8f60098c1ea5e38a4e365a9ddd39235d4510692210cd83443f4c91a
|
3 |
+
size 1678083
|
logs/validation/events.out.tfevents.1659620905.f6bd8fcb3d2c.18.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ef7eded0eb2b015141efe8013b54f54fa147dbfc161cbee4175089e28faacf0
|
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:371e7a24bf0ca22ebaac514914e50e57305dd6082b965eef42a374cf6efe5087
|
3 |
+
size 265599328
|
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-base-uncased-finetuned-ai_data",
|
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
|
|