Yeji-Seong commited on
Commit
10083b7
·
verified ·
1 Parent(s): f6ef351

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a49cdb47654173aa5cfc6b403c8d108e458c20ff4ba2946ff11796f4686e0b8
3
  size 265503852
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d4a855bc86defbaeb7d7d51afc54af34c1df9dfcda95b8f48c293f33ebdae98
3
  size 265503852
runs/Jan17_15-37-34_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705473455.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.201032.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96fed5b446d8981f787254051224cb7474b9bdd1679d633d1480071316208886
3
- size 5380
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09afe6ecadc96053ee52084e13624500067b982a7aee0a328516944b17830d3f
3
+ size 6206
runs/Jan17_16-52-29_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705477950.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.201032.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92ee004968b1eb43a209ca042e00aa6ff661df3661608012c133e2287361eb07
3
+ size 5381
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": 300,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -45,15 +45,11 @@
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "max_length": 512,
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
- "stride": 0,
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
  "tokenizer_class": "DistilBertTokenizer",
56
- "truncation_side": "right",
57
- "truncation_strategy": "longest_first",
58
  "unk_token": "[UNK]"
59
  }
 
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
 
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
 
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
  "tokenizer_class": "DistilBertTokenizer",
 
 
54
  "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e9c4d00eac3e99c620b27911864bd1a5422282bdfdebc0f3811cf78b373ab50
3
  size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd143faf8af2db86dad4aa7540abb5fe1f683f4c21ae3d3a5e7722d92040954
3
  size 4347