afrodp95 commited on
Commit
910ceb7
1 Parent(s): 6f4dea2

Training in progress epoch 0

Browse files
Files changed (7) hide show
  1. README.md +57 -0
  2. config.json +53 -0
  3. special_tokens_map.json +7 -0
  4. tf_model.h5 +3 -0
  5. tokenizer.json +0 -0
  6. tokenizer_config.json +14 -0
  7. 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: afrodp95/distilbert-base-uncased-finetuned-job-skills-ner
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
+ # afrodp95/distilbert-base-uncased-finetuned-job-skills-ner
14
+
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.2208
18
+ - Validation Loss: 0.0792
19
+ - Train Precision: 0.4405
20
+ - Train Recall: 0.3010
21
+ - Train F1: 0.3576
22
+ - Train Accuracy: 0.9839
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: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 2310, '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}
43
+ - training_precision: float32
44
+
45
+ ### Training results
46
+
47
+ | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
48
+ |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
49
+ | 0.2208 | 0.0792 | 0.4405 | 0.3010 | 0.3576 | 0.9839 | 0 |
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.21.3
55
+ - TensorFlow 2.8.2
56
+ - Datasets 2.4.0
57
+ - Tokenizers 0.12.1
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-competencia-socioemocional",
14
+ "2": "I-competencia-socioemocional",
15
+ "3": "L-competencia-socioemocional",
16
+ "4": "U-competencia-socioemocional",
17
+ "5": "B-competencia-tecnica",
18
+ "6": "I-competencia-tecnica",
19
+ "7": "L-competencia-tecnica",
20
+ "8": "U-competencia-tecnica",
21
+ "9": "B-competencia-digital",
22
+ "10": "I-competencia-digital",
23
+ "11": "L-competencia-digital",
24
+ "12": "U-competencia-digital"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "B-competencia-digital": 9,
29
+ "B-competencia-socioemocional": 1,
30
+ "B-competencia-tecnica": 5,
31
+ "I-competencia-digital": 10,
32
+ "I-competencia-socioemocional": 2,
33
+ "I-competencia-tecnica": 6,
34
+ "L-competencia-digital": 11,
35
+ "L-competencia-socioemocional": 3,
36
+ "L-competencia-tecnica": 7,
37
+ "O": 0,
38
+ "U-competencia-digital": 12,
39
+ "U-competencia-socioemocional": 4,
40
+ "U-competencia-tecnica": 8
41
+ },
42
+ "max_position_embeddings": 512,
43
+ "model_type": "distilbert",
44
+ "n_heads": 12,
45
+ "n_layers": 6,
46
+ "pad_token_id": 0,
47
+ "qa_dropout": 0.1,
48
+ "seq_classif_dropout": 0.2,
49
+ "sinusoidal_pos_embds": false,
50
+ "tie_weights_": true,
51
+ "transformers_version": "4.21.3",
52
+ "vocab_size": 30522
53
+ }
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:a7c3f086d7387f6f2a0a4111ffcc1a6ac6edde253dd88a5fc5082ad7379ea7f6
3
+ size 265618792
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": "distilbert-base-uncased",
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