Initial Commit
Browse files- README.md +89 -0
- config.json +53 -0
- eval_result_ner.json +1 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: haryoaw/scenario-TCR-NER_data-univner_full
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
- accuracy
|
12 |
+
model-index:
|
13 |
+
- name: scenario-kd-scr-ner-full-mdeberta_data-univner_full55
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
# scenario-kd-scr-ner-full-mdeberta_data-univner_full55
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [haryoaw/scenario-TCR-NER_data-univner_full](https://huggingface.co/haryoaw/scenario-TCR-NER_data-univner_full) on the None dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: nan
|
25 |
+
- Precision: 0.0
|
26 |
+
- Recall: 0.0
|
27 |
+
- F1: 0.0
|
28 |
+
- Accuracy: 0.9241
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 3e-05
|
48 |
+
- train_batch_size: 8
|
49 |
+
- eval_batch_size: 32
|
50 |
+
- seed: 55
|
51 |
+
- gradient_accumulation_steps: 4
|
52 |
+
- total_train_batch_size: 32
|
53 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
+
- lr_scheduler_type: linear
|
55 |
+
- num_epochs: 10
|
56 |
+
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
+
|:-------------:|:------:|:-----:|:---------------:|:---------:|:------:|:---:|:--------:|
|
61 |
+
| 72900804.608 | 0.2911 | 500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
62 |
+
| 0.0 | 0.5822 | 1000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
63 |
+
| 0.0 | 0.8732 | 1500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
64 |
+
| 0.0 | 1.1643 | 2000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
65 |
+
| 0.0 | 1.4554 | 2500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
66 |
+
| 0.0 | 1.7465 | 3000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
67 |
+
| 0.0 | 2.0375 | 3500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
68 |
+
| 0.0 | 2.3286 | 4000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
69 |
+
| 0.0 | 2.6197 | 4500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
70 |
+
| 0.0 | 2.9108 | 5000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
71 |
+
| 0.0 | 3.2019 | 5500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
72 |
+
| 0.0 | 3.4929 | 6000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
73 |
+
| 0.0 | 3.7840 | 6500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
74 |
+
| 0.0 | 4.0751 | 7000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
75 |
+
| 0.0 | 4.3662 | 7500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
76 |
+
| 0.0 | 4.6573 | 8000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
77 |
+
| 0.0 | 4.9483 | 8500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
78 |
+
| 0.0 | 5.2394 | 9000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
79 |
+
| 0.0 | 5.5305 | 9500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
80 |
+
| 0.0 | 5.8216 | 10000 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
81 |
+
| 0.0 | 6.1126 | 10500 | nan | 0.0 | 0.0 | 0.0 | 0.9241 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.44.2
|
87 |
+
- Pytorch 2.1.1+cu121
|
88 |
+
- Datasets 2.14.5
|
89 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "haryoaw/scenario-TCR-NER_data-univner_full",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaForTokenClassificationKD"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "LABEL_0",
|
12 |
+
"1": "LABEL_1",
|
13 |
+
"2": "LABEL_2",
|
14 |
+
"3": "LABEL_3",
|
15 |
+
"4": "LABEL_4",
|
16 |
+
"5": "LABEL_5",
|
17 |
+
"6": "LABEL_6"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"LABEL_0": 0,
|
23 |
+
"LABEL_1": 1,
|
24 |
+
"LABEL_2": 2,
|
25 |
+
"LABEL_3": 3,
|
26 |
+
"LABEL_4": 4,
|
27 |
+
"LABEL_5": 5,
|
28 |
+
"LABEL_6": 6
|
29 |
+
},
|
30 |
+
"layer_norm_eps": 1e-07,
|
31 |
+
"max_position_embeddings": 512,
|
32 |
+
"max_relative_positions": -1,
|
33 |
+
"model_type": "deberta-v2",
|
34 |
+
"norm_rel_ebd": "layer_norm",
|
35 |
+
"num_attention_heads": 12,
|
36 |
+
"num_hidden_layers": 6,
|
37 |
+
"pad_token_id": 0,
|
38 |
+
"pooler_dropout": 0,
|
39 |
+
"pooler_hidden_act": "gelu",
|
40 |
+
"pooler_hidden_size": 768,
|
41 |
+
"pos_att_type": [
|
42 |
+
"p2c",
|
43 |
+
"c2p"
|
44 |
+
],
|
45 |
+
"position_biased_input": false,
|
46 |
+
"position_buckets": 256,
|
47 |
+
"relative_attention": true,
|
48 |
+
"share_att_key": true,
|
49 |
+
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.44.2",
|
51 |
+
"type_vocab_size": 0,
|
52 |
+
"vocab_size": 251000
|
53 |
+
}
|
eval_result_ner.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"ceb_gja": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9606177606177606}, "en_pud": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9260955799017756}, "de_pud": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9299142093666495}, "pt_pud": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9310035459477934}, "ru_pud": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9235856367863601}, "sv_pud": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9247221639756762}, "tl_trg": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9673024523160763}, "tl_ugnayan": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9525979945305378}, "zh_gsd": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.8823676323676324}, "zh_gsdsimp": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.8828671328671329}, "hr_set": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9144270403957131}, "da_ddt": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9357477801057568}, "en_ewt": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9330995736542216}, "pt_bosque": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9222576438197363}, "sr_set": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.8929165572191577}, "sk_snk": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.8910961055276382}, "sv_talbanken": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9881729400795014}}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a17e1b58722cbfa169073c590fa2d17fb6cba0d515b0020d5211ca6310aad01a
|
3 |
+
size 972678148
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7644a8a614266dd19e11dceb31c5a835c7d0995191644c59f9fe70d1f71d7c49
|
3 |
+
size 5304
|