송상록 commited on
Commit
7e8c2e9
1 Parent(s): bd4cbd9

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "freudsensei/dummy-kosts",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -11,14 +11,22 @@
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
14
- "2": "LABEL_2"
 
 
 
 
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
  "LABEL_0": 0,
20
  "LABEL_1": 1,
21
- "LABEL_2": 2
 
 
 
 
22
  },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "klue/bert-base",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
  "LABEL_0": 0,
24
  "LABEL_1": 1,
25
+ "LABEL_2": 2,
26
+ "LABEL_3": 3,
27
+ "LABEL_4": 4,
28
+ "LABEL_5": 5,
29
+ "LABEL_6": 6
30
  },
31
  "layer_norm_eps": 1e-12,
32
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfd9bc0a679711b7dac130e0c712cd7f8f1fcc8b64767ab41cf2fb721df94eb4
3
- size 442502140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ef1e8bbfc3843700968325bd3de19c37b788162ca0cfa956c5fde0279a3e0f
3
+ size 442514444
runs/Jan16_04-19-13_a7bd2fa55404/events.out.tfevents.1705379019.a7bd2fa55404.5583.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bbd80d6cfb001c5f0a689cb4c6155af2e77dcc617d4c97a6f54264d329ed47c
3
+ size 5130
runs/Jan16_04-27-57_a7bd2fa55404/events.out.tfevents.1705379285.a7bd2fa55404.5583.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24006b81e916d44132c27a1efd559f2e2f05356f16ab028e6db16648f8fac881
3
+ size 4934
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed6fae98845c8ed7738a5f60220989cbe5da578bac21526d823f4566cbb4b560
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:194ede7ab817e94dcefc9a0c222be6d1c39ff7453af22b68f043ebd2cbc9a85e
3
+ size 4536