Yeji-Seong commited on
Commit
e8d11bf
1 Parent(s): b3a668f

Training in progress, epoch 1

Browse files
adapter_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "distilbert-base-uncased",
4
+ "encoder_dropout": 0.0,
5
+ "encoder_hidden_size": 128,
6
+ "encoder_num_layers": 2,
7
+ "encoder_reparameterization_type": "MLP",
8
+ "inference_mode": true,
9
+ "num_attention_heads": 12,
10
+ "num_layers": 12,
11
+ "num_transformer_submodules": 1,
12
+ "num_virtual_tokens": 20,
13
+ "peft_type": "P_TUNING",
14
+ "revision": null,
15
+ "task_type": "SEQ_CLS",
16
+ "token_dim": 768
17
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f0fb64447ff956f8e5777f081c708d4e8dcc12ef8ad974d4d92667a37a9e77
3
+ size 2430440
runs/Jan15_14-47-00_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705297625.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.200241.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:010fdacd0d00f260acd96a7b37eb7f09b77672dfe8429ae70be566c9465eeffc
3
+ size 4441
runs/Jan15_14-54-29_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705298070.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.199678.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb954380c0b7e0f30189b6ce3ff631ec86eb8301179ebd6343b1e7f6f7ee3e6f
3
+ size 4532
runs/Jan15_15-07-23_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705298844.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.199678.19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97a39edc0cf8518ec89d94b090564ad13911bf5e3c6a62ef9bdbbe8ddd2f757
3
+ size 4532
runs/Jan15_15-15-35_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705299336.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.199678.20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bcdfdd902d45a0b9e21405c34a88072e73c3e3368caaf8a42aad556dd15c5e6
3
+ size 4532
runs/Jan15_15-17-43_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705299464.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.199678.21 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332b7be9f5740c4acad34a8da394afe38dd7379d28a76eddbec191e9da0f7370
3
+ size 4532
runs/Jan15_15-39-50_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705300791.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.199678.22 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72d25eb8fb49e5923e24ab42968caf87b68e46d7c07bddd79952e278d48ccfbb
3
+ size 4532
runs/Jan15_15-41-58_pjt20230003-aer2024010003-dp-744799f56c-xwxxk/events.out.tfevents.1705300919.pjt20230003-aer2024010003-dp-744799f56c-xwxxk.199678.23 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b866cb4ac35affd29daa7821bc4bc7b6a0b723b43c196e535078e15a2c50ba
3
+ size 5326
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:676ba1a2bae52733c0b9b1ba373d3c459b4bfeace6f075e7ef6c4cdbb4b9affc
3
+ size 4347
vocab.txt ADDED
The diff for this file is too large to render. See raw diff