againeureka commited on
Commit
e2d502c
1 Parent(s): d1cea8c

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "againeureka/klue_roberta_base_retrained",
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": {
15
+ "0": "i",
16
+ "1": "w",
17
+ "2": "u",
18
+ "3": "c",
19
+ "4": "d",
20
+ "5": "ic",
21
+ "6": "b",
22
+ "7": "e"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "b": 6,
28
+ "c": 3,
29
+ "d": 4,
30
+ "e": 7,
31
+ "i": 0,
32
+ "ic": 5,
33
+ "u": 2,
34
+ "w": 1
35
+ },
36
+ "layer_norm_eps": 1e-05,
37
+ "max_position_embeddings": 514,
38
+ "model_type": "roberta",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 1,
42
+ "position_embedding_type": "absolute",
43
+ "problem_type": "single_label_classification",
44
+ "tokenizer_class": "BertTokenizer",
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.28.1",
47
+ "type_vocab_size": 1,
48
+ "use_cache": true,
49
+ "vocab_size": 32000
50
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f38b53183c71ed4b4ab12ae28f44b4827cd618094be6a92309e460bf8fd3de09
3
+ size 442570421
runs/May24_21-46-26_p01/1716554792.0139697/events.out.tfevents.1716554792.p01.89892.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12c97b5b838a59068a31bd3f7c7f24cc8654cd51c3fd72efd3b5b475a7132c44
3
+ size 6002
runs/May24_21-46-26_p01/events.out.tfevents.1716554792.p01.89892.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:076265d198f0a7db54e735fee07b771a6afebe1f4bb2bfef8bd56a3505dcef87
3
+ size 4507
runs/May27_14-32-47_p01/1716787970.3456712/events.out.tfevents.1716787970.p01.89892.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9447642d662bf34d42eb1b6057602a9263ad0562cda5924299f7371be6316be9
3
+ size 6002
runs/May27_14-32-47_p01/events.out.tfevents.1716787970.p01.89892.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90df70b8090f56f97c7f2224dca8a81b8c771377cb9d00e3d30e8d154ebd2d42
3
+ size 4507
runs/May28_11-54-22_p01/1716864866.1431265/events.out.tfevents.1716864866.p01.800504.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913bf72dc8d79264e78792358a4842d8cd5dfaaaa488da42c8000a5408723a72
3
+ size 6002
runs/May28_11-54-22_p01/events.out.tfevents.1716864866.p01.800504.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7235463a4a30a1dfeaae7951b05b4389932cc290ddcbf8524d861e16c285d6a6
3
+ size 4184
runs/May28_11-57-33_p01/1716865056.5061624/events.out.tfevents.1716865056.p01.808809.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8224b1ec110455f1b841d5947bf2ffa15ca99ae7a83ff027fdda4b05f2e33db8
3
+ size 6002
runs/May28_11-57-33_p01/events.out.tfevents.1716865056.p01.808809.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ac9e995d6a0d88eac2c1ca347ea44ee8946223bf8b7b85e6d8e050701ff57f6
3
+ size 4970
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": false,
7
+ "eos_token": "[SEP]",
8
+ "mask_token": "[MASK]",
9
+ "model_max_length": 512,
10
+ "never_split": null,
11
+ "pad_token": "[PAD]",
12
+ "sep_token": "[SEP]",
13
+ "strip_accents": null,
14
+ "tokenize_chinese_chars": true,
15
+ "tokenizer_class": "BertTokenizer",
16
+ "unk_token": "[UNK]"
17
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731e7c1a61ecfe5a8f5503e38da5bb2c5b24c3c75deca9bebf52056409aba251
3
+ size 3707
vocab.txt ADDED
The diff for this file is too large to render. See raw diff