djsull commited on
Commit
35cdc93
·
verified ·
1 Parent(s): 526414e

djsull/aha_class_v1

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: klue/roberta-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_v1
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.0955
21
- - F1: 0.9580
22
- - Roc Auc: 0.9679
23
- - Accuracy: 0.9304
24
 
25
  ## Model description
26
 
@@ -51,16 +51,19 @@ 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.1536 | 0.9496 | 0.9615 | 0.9130 |
55
- | No log | 2.0 | 84 | 0.1121 | 0.9540 | 0.9657 | 0.9217 |
56
- | No log | 3.0 | 126 | 0.1088 | 0.9617 | 0.9682 | 0.9478 |
57
- | No log | 4.0 | 168 | 0.1023 | 0.9580 | 0.9679 | 0.9391 |
58
- | No log | 5.0 | 210 | 0.0955 | 0.9580 | 0.9679 | 0.9304 |
59
- | No log | 6.0 | 252 | 0.0979 | 0.9576 | 0.9659 | 0.9391 |
60
- | No log | 7.0 | 294 | 0.1009 | 0.9627 | 0.9741 | 0.9391 |
61
- | No log | 8.0 | 336 | 0.0972 | 0.9580 | 0.9679 | 0.9304 |
62
- | No log | 9.0 | 378 | 0.1148 | 0.95 | 0.9635 | 0.9217 |
63
- | No log | 10.0 | 420 | 0.1093 | 0.9544 | 0.9677 | 0.9217 |
 
 
 
64
 
65
 
66
  ### Framework versions
 
1
  ---
2
+ base_model: monologg/kobigbird-bert-base
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
15
 
16
  # aha_class_v1
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.0796
21
+ - F1: 0.9623
22
+ - Roc Auc: 0.9721
23
+ - Accuracy: 0.9478
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.3116 | 0.9256 | 0.9463 | 0.8870 |
55
+ | No log | 2.0 | 84 | 0.1718 | 0.9746 | 0.9788 | 0.9565 |
56
+ | No log | 3.0 | 126 | 0.1375 | 0.9576 | 0.9659 | 0.9391 |
57
+ | No log | 4.0 | 168 | 0.1007 | 0.9702 | 0.9746 | 0.9565 |
58
+ | No log | 5.0 | 210 | 0.0927 | 0.9617 | 0.9682 | 0.9478 |
59
+ | No log | 6.0 | 252 | 0.0927 | 0.9617 | 0.9682 | 0.9478 |
60
+ | No log | 7.0 | 294 | 0.0910 | 0.9617 | 0.9682 | 0.9478 |
61
+ | No log | 8.0 | 336 | 0.0796 | 0.9623 | 0.9721 | 0.9478 |
62
+ | No log | 9.0 | 378 | 0.0953 | 0.9580 | 0.9679 | 0.9391 |
63
+ | No log | 10.0 | 420 | 0.0796 | 0.9661 | 0.9724 | 0.9565 |
64
+ | No log | 11.0 | 462 | 0.0890 | 0.9580 | 0.9679 | 0.9391 |
65
+ | 0.1161 | 12.0 | 504 | 0.0910 | 0.9580 | 0.9679 | 0.9391 |
66
+ | 0.1161 | 13.0 | 546 | 0.0916 | 0.9580 | 0.9679 | 0.9391 |
67
 
68
 
69
  ### Framework versions
config.json CHANGED
@@ -1,14 +1,16 @@
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,18 +25,22 @@
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
  }
 
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
  "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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5df0a87f84d5e7742762474048aa5bcdde3509b6bbeb0bedeb79ff982d7b9339
3
- size 442505820
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7544ab951561caa653b97aa5d56430ae1f2c4b02f9fdb24fba7b62542ff90f
3
+ size 457410764
runs/Sep27_08-46-43_129-146-79-76/events.out.tfevents.1727426804.129-146-79-76.1524859.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e2374ae50fc2a5c58a6043cd885fee13c05722aa1ab9da2dc8ed8b0d57ff77
3
+ size 11308
runs/Sep27_08-46-43_129-146-79-76/events.out.tfevents.1727427293.129-146-79-76.1524859.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9dd88b902c2d1cae14fb17faf22c851c0e2d6e7c6bf659fed291fb31185870
3
+ size 508
special_tokens_map.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "bos_token": {
3
- "content": "[CLS]",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
@@ -14,7 +14,7 @@
14
  "single_word": false
15
  },
16
  "eos_token": {
17
- "content": "[SEP]",
18
  "lstrip": false,
19
  "normalized": false,
20
  "rstrip": false,
 
1
  {
2
  "bos_token": {
3
+ "content": "<s>",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
 
14
  "single_word": false
15
  },
16
  "eos_token": {
17
+ "content": "</s>",
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": "[CLS]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,7 +9,7 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "[PAD]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
@@ -17,7 +17,7 @@
17
  "special": true
18
  },
19
  "2": {
20
- "content": "[SEP]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
@@ -25,7 +25,7 @@
25
  "special": true
26
  },
27
  "3": {
28
- "content": "[UNK]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
@@ -39,16 +39,32 @@
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]",
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[PAD]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
 
17
  "special": true
18
  },
19
  "2": {
20
+ "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
 
25
  "special": true
26
  },
27
  "3": {
28
+ "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
 
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]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c66cc7763e4f98b80a1d0db799d0f5b04c0415d70aa4048211748aec2c06f3da
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925348b829f5ec55e7d35fd3744a5b98a5af4861be2064125dfdc907294131ba
3
  size 5112
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff