djsull commited on
Commit
44da0c6
·
verified ·
1 Parent(s): a2e5780

djsull/aha_class

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: monologg/kobigbird-bert-base
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -15,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # aha_class
17
 
18
- This model is a fine-tuned version of [monologg/kobigbird-bert-base](https://huggingface.co/monologg/kobigbird-bert-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0761
21
- - F1: 0.9748
22
- - Roc Auc: 0.9808
23
- - Accuracy: 0.9652
24
 
25
  ## Model description
26
 
@@ -51,19 +51,17 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
54
- | No log | 1.0 | 42 | 0.3253 | 0.8814 | 0.9082 | 0.8435 |
55
- | No log | 2.0 | 84 | 0.1631 | 0.9661 | 0.9724 | 0.9478 |
56
- | No log | 3.0 | 126 | 0.1213 | 0.9661 | 0.9724 | 0.9478 |
57
- | No log | 4.0 | 168 | 0.0921 | 0.9705 | 0.9766 | 0.9565 |
58
- | No log | 5.0 | 210 | 0.0869 | 0.9705 | 0.9766 | 0.9565 |
59
- | No log | 6.0 | 252 | 0.0868 | 0.9748 | 0.9808 | 0.9652 |
60
- | No log | 7.0 | 294 | 0.0825 | 0.9746 | 0.9788 | 0.9652 |
61
- | No log | 8.0 | 336 | 0.0761 | 0.9748 | 0.9808 | 0.9652 |
62
- | No log | 9.0 | 378 | 0.0820 | 0.9707 | 0.9785 | 0.9565 |
63
- | No log | 10.0 | 420 | 0.0774 | 0.9748 | 0.9808 | 0.9652 |
64
- | No log | 11.0 | 462 | 0.0772 | 0.9707 | 0.9785 | 0.9565 |
65
- | 0.1111 | 12.0 | 504 | 0.0767 | 0.9748 | 0.9808 | 0.9652 |
66
- | 0.1111 | 13.0 | 546 | 0.0785 | 0.9748 | 0.9808 | 0.9652 |
67
 
68
 
69
  ### Framework versions
 
1
  ---
2
+ base_model: klue/roberta-base
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
15
 
16
  # aha_class
17
 
18
+ This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0885
21
+ - F1: 0.9580
22
+ - Roc Auc: 0.9679
23
+ - Accuracy: 0.9391
24
 
25
  ## Model description
26
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
54
+ | No log | 1.0 | 42 | 0.1723 | 0.95 | 0.9635 | 0.9217 |
55
+ | No log | 2.0 | 84 | 0.1160 | 0.9576 | 0.9659 | 0.9391 |
56
+ | No log | 3.0 | 126 | 0.1064 | 0.9492 | 0.9595 | 0.9304 |
57
+ | No log | 4.0 | 168 | 0.0974 | 0.9540 | 0.9657 | 0.9304 |
58
+ | No log | 5.0 | 210 | 0.0968 | 0.9580 | 0.9679 | 0.9304 |
59
+ | No log | 6.0 | 252 | 0.0885 | 0.9580 | 0.9679 | 0.9391 |
60
+ | No log | 7.0 | 294 | 0.1005 | 0.9580 | 0.9679 | 0.9391 |
61
+ | No log | 8.0 | 336 | 0.0921 | 0.9664 | 0.9743 | 0.9478 |
62
+ | No log | 9.0 | 378 | 0.1055 | 0.9580 | 0.9679 | 0.9391 |
63
+ | No log | 10.0 | 420 | 0.0988 | 0.9664 | 0.9743 | 0.9478 |
64
+ | No log | 11.0 | 462 | 0.0993 | 0.9664 | 0.9743 | 0.9478 |
 
 
65
 
66
 
67
  ### Framework versions
config.json CHANGED
@@ -1,16 +1,14 @@
1
  {
2
- "_name_or_path": "monologg/kobigbird-bert-base",
3
  "architectures": [
4
- "BigBirdForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "attention_type": "block_sparse",
8
- "block_size": 64,
9
- "bos_token_id": 5,
10
  "classifier_dropout": null,
11
- "eos_token_id": 6,
12
  "gradient_checkpointing": false,
13
- "hidden_act": "gelu_new",
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
  "id2label": {
@@ -25,22 +23,18 @@
25
  "Service": 1,
26
  "Token": 2
27
  },
28
- "layer_norm_eps": 1e-12,
29
- "max_position_embeddings": 4096,
30
- "model_type": "big_bird",
31
  "num_attention_heads": 12,
32
  "num_hidden_layers": 12,
33
- "num_random_blocks": 3,
34
- "pad_token_id": 0,
35
  "position_embedding_type": "absolute",
36
  "problem_type": "multi_label_classification",
37
- "rescale_embeddings": false,
38
- "sep_token_id": 3,
39
  "tokenizer_class": "BertTokenizer",
40
  "torch_dtype": "float32",
41
  "transformers_version": "4.42.3",
42
- "type_vocab_size": 2,
43
- "use_bias": true,
44
  "use_cache": true,
45
- "vocab_size": 32500
46
  }
 
1
  {
2
+ "_name_or_path": "klue/roberta-base",
3
  "architectures": [
4
+ "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
 
 
8
  "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
  "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
 
23
  "Service": 1,
24
  "Token": 2
25
  },
26
+ "layer_norm_eps": 1e-05,
27
+ "max_position_embeddings": 514,
28
+ "model_type": "roberta",
29
  "num_attention_heads": 12,
30
  "num_hidden_layers": 12,
31
+ "pad_token_id": 1,
 
32
  "position_embedding_type": "absolute",
33
  "problem_type": "multi_label_classification",
 
 
34
  "tokenizer_class": "BertTokenizer",
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.42.3",
37
+ "type_vocab_size": 1,
 
38
  "use_cache": true,
39
+ "vocab_size": 32000
40
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:750d1e0f60305a59a21d40058f15835f7fbdfbaace1a1a013f425e0c30d8932f
3
- size 457410764
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e7501a4ea7a7116c2056c188862a55419a7ea53bec1a59c52e3f7630326e82b
3
+ size 442505820
runs/Sep10_07-10-38_129-146-79-76/events.out.tfevents.1725952239.129-146-79-76.2854019.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93779abc7d31a808705a709c1cb832667d9602accadafd0b6136e0ac65b7788c
3
+ size 10049
runs/Sep10_07-10-38_129-146-79-76/events.out.tfevents.1725953200.129-146-79-76.2854019.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e16372ff507c3f6165fb24714420daf179a06bf97a4f14f812e0fe4ea2ceec8f
3
+ size 508
special_tokens_map.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "bos_token": {
3
- "content": "<s>",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
@@ -14,7 +14,7 @@
14
  "single_word": false
15
  },
16
  "eos_token": {
17
- "content": "</s>",
18
  "lstrip": false,
19
  "normalized": false,
20
  "rstrip": false,
 
1
  {
2
  "bos_token": {
3
+ "content": "[CLS]",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
 
14
  "single_word": false
15
  },
16
  "eos_token": {
17
+ "content": "[SEP]",
18
  "lstrip": false,
19
  "normalized": false,
20
  "rstrip": false,
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "[PAD]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,7 +9,7 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
@@ -17,7 +17,7 @@
17
  "special": true
18
  },
19
  "2": {
20
- "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
@@ -25,7 +25,7 @@
25
  "special": true
26
  },
27
  "3": {
28
- "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
@@ -39,32 +39,16 @@
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
42
- },
43
- "5": {
44
- "content": "<s>",
45
- "lstrip": false,
46
- "normalized": false,
47
- "rstrip": false,
48
- "single_word": false,
49
- "special": true
50
- },
51
- "6": {
52
- "content": "</s>",
53
- "lstrip": false,
54
- "normalized": false,
55
- "rstrip": false,
56
- "single_word": false,
57
- "special": true
58
  }
59
  },
60
- "bos_token": "<s>",
61
  "clean_up_tokenization_spaces": true,
62
  "cls_token": "[CLS]",
63
  "do_basic_tokenize": true,
64
  "do_lower_case": false,
65
- "eos_token": "</s>",
66
  "mask_token": "[MASK]",
67
- "model_max_length": 4096,
68
  "never_split": null,
69
  "pad_token": "[PAD]",
70
  "sep_token": "[SEP]",
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[CLS]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "[PAD]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
 
17
  "special": true
18
  },
19
  "2": {
20
+ "content": "[SEP]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
 
25
  "special": true
26
  },
27
  "3": {
28
+ "content": "[UNK]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
 
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  },
44
+ "bos_token": "[CLS]",
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_basic_tokenize": true,
48
  "do_lower_case": false,
49
+ "eos_token": "[SEP]",
50
  "mask_token": "[MASK]",
51
+ "model_max_length": 512,
52
  "never_split": null,
53
  "pad_token": "[PAD]",
54
  "sep_token": "[SEP]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a29829286049265abb7992ca4a9e022dfa82ff8331490ab6958a2530947c7610
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4c17129074b1635e7ea1818ff25d4eb9b99fe7e40b930fe5b6f259c28ed2a8d
3
  size 5112
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff