End of training
Browse files- README.md +57 -0
- config.json +97 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Mar07_17-26-02_085af4cb2a87/events.out.tfevents.1709832363.085af4cb2a87.1732.0 +3 -0
- special_tokens_map.json +51 -0
- tokenizer_config.json +59 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/deberta-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- events_classification_biotech
|
8 |
+
model-index:
|
9 |
+
- name: my_awesome_model
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# my_awesome_model
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [microsoft/deberta-base](https://huggingface.co/microsoft/deberta-base) on the events_classification_biotech dataset.
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 1
|
39 |
+
- eval_batch_size: 1
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 0.01
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
49 |
+
| No log | 0.01 | 28 | 0.5194 | 0.9395 | 0.0029 | 0.0263 | 0.0015 |
|
50 |
+
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- Transformers 4.38.2
|
55 |
+
- Pytorch 2.1.0+cu121
|
56 |
+
- Datasets 2.18.0
|
57 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/deberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaForSequenceClassification"
|
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": "event organization",
|
12 |
+
"1": "executive statement",
|
13 |
+
"2": "regulatory approval",
|
14 |
+
"3": "hiring",
|
15 |
+
"4": "foundation",
|
16 |
+
"5": "closing",
|
17 |
+
"6": "partnerships & alliances",
|
18 |
+
"7": "expanding industry",
|
19 |
+
"8": "new initiatives or programs",
|
20 |
+
"9": "m&a",
|
21 |
+
"10": "service & product providing",
|
22 |
+
"11": "event organisation",
|
23 |
+
"12": "new initiatives & programs",
|
24 |
+
"13": "subsidiary establishment",
|
25 |
+
"14": "product launching & presentation",
|
26 |
+
"15": "product updates",
|
27 |
+
"16": "executive appointment",
|
28 |
+
"17": "alliance & partnership",
|
29 |
+
"18": "ipo exit",
|
30 |
+
"19": "article publication",
|
31 |
+
"20": "clinical trial sponsorship",
|
32 |
+
"21": "company description",
|
33 |
+
"22": "investment in public company",
|
34 |
+
"23": "other",
|
35 |
+
"24": "expanding geography",
|
36 |
+
"25": "participation in an event",
|
37 |
+
"26": "support & philanthropy",
|
38 |
+
"27": "department establishment",
|
39 |
+
"28": "funding round",
|
40 |
+
"29": "patent publication"
|
41 |
+
},
|
42 |
+
"initializer_range": 0.02,
|
43 |
+
"intermediate_size": 3072,
|
44 |
+
"label2id": {
|
45 |
+
"alliance & partnership": 17,
|
46 |
+
"article publication": 19,
|
47 |
+
"clinical trial sponsorship": 20,
|
48 |
+
"closing": 5,
|
49 |
+
"company description": 21,
|
50 |
+
"department establishment": 27,
|
51 |
+
"event organisation": 11,
|
52 |
+
"event organization": 0,
|
53 |
+
"executive appointment": 16,
|
54 |
+
"executive statement": 1,
|
55 |
+
"expanding geography": 24,
|
56 |
+
"expanding industry": 7,
|
57 |
+
"foundation": 4,
|
58 |
+
"funding round": 28,
|
59 |
+
"hiring": 3,
|
60 |
+
"investment in public company": 22,
|
61 |
+
"ipo exit": 18,
|
62 |
+
"m&a": 9,
|
63 |
+
"new initiatives & programs": 12,
|
64 |
+
"new initiatives or programs": 8,
|
65 |
+
"other": 23,
|
66 |
+
"participation in an event": 25,
|
67 |
+
"partnerships & alliances": 6,
|
68 |
+
"patent publication": 29,
|
69 |
+
"product launching & presentation": 14,
|
70 |
+
"product updates": 15,
|
71 |
+
"regulatory approval": 2,
|
72 |
+
"service & product providing": 10,
|
73 |
+
"subsidiary establishment": 13,
|
74 |
+
"support & philanthropy": 26
|
75 |
+
},
|
76 |
+
"layer_norm_eps": 1e-07,
|
77 |
+
"max_position_embeddings": 512,
|
78 |
+
"max_relative_positions": -1,
|
79 |
+
"model_type": "deberta",
|
80 |
+
"num_attention_heads": 12,
|
81 |
+
"num_hidden_layers": 12,
|
82 |
+
"pad_token_id": 0,
|
83 |
+
"pooler_dropout": 0,
|
84 |
+
"pooler_hidden_act": "gelu",
|
85 |
+
"pooler_hidden_size": 768,
|
86 |
+
"pos_att_type": [
|
87 |
+
"c2p",
|
88 |
+
"p2c"
|
89 |
+
],
|
90 |
+
"position_biased_input": false,
|
91 |
+
"problem_type": "multi_label_classification",
|
92 |
+
"relative_attention": true,
|
93 |
+
"torch_dtype": "float32",
|
94 |
+
"transformers_version": "4.38.2",
|
95 |
+
"type_vocab_size": 0,
|
96 |
+
"vocab_size": 50265
|
97 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:821d3339998a94528d6acb9206b0918b76d77791c0d3cbe8da6cf310306ae255
|
3 |
+
size 556885696
|
runs/Mar07_17-26-02_085af4cb2a87/events.out.tfevents.1709832363.085af4cb2a87.1732.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3fce51e58087565ef7b497ed05c5c044e99f727d5366e27e91622ad645490e1
|
3 |
+
size 7400
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "[PAD]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "[PAD]",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "[CLS]",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "[SEP]",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "[UNK]",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"50264": {
|
38 |
+
"content": "[MASK]",
|
39 |
+
"lstrip": true,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
}
|
45 |
+
},
|
46 |
+
"bos_token": "[CLS]",
|
47 |
+
"clean_up_tokenization_spaces": true,
|
48 |
+
"cls_token": "[CLS]",
|
49 |
+
"do_lower_case": false,
|
50 |
+
"eos_token": "[SEP]",
|
51 |
+
"errors": "replace",
|
52 |
+
"mask_token": "[MASK]",
|
53 |
+
"model_max_length": 512,
|
54 |
+
"pad_token": "[PAD]",
|
55 |
+
"sep_token": "[SEP]",
|
56 |
+
"tokenizer_class": "DebertaTokenizer",
|
57 |
+
"unk_token": "[UNK]",
|
58 |
+
"vocab_type": "gpt2"
|
59 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e9497a819483e3a0711f0d98d4d70bcb2d4dc730a2569e77a1850f0e9d044ca
|
3 |
+
size 4920
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|