elliottfitzgerald
commited on
Commit
•
39ec29d
1
Parent(s):
83b0ae7
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": "facebook/opt-125m",
|
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:4712815afeb4f582864ef028d6075533fb38107e5e9a93baed640df89aeb9ccf
|
3 |
+
size 67792
|
runs/May01_02-42-53_ddcf5e5af957/events.out.tfevents.1714531374.ddcf5e5af957.12632.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e2d0899508b2e85438a4ae7491aa85c6b5b4c5fd9e7d53558d9971d8c23d7be
|
3 |
+
size 5127
|
tokenizer_config.json
CHANGED
@@ -25,6 +25,7 @@
|
|
25 |
"errors": "replace",
|
26 |
"model_max_length": 1000000000000000019884624838656,
|
27 |
"pad_token": "<pad>",
|
|
|
28 |
"tokenizer_class": "GPT2Tokenizer",
|
29 |
"unk_token": "</s>"
|
30 |
}
|
|
|
25 |
"errors": "replace",
|
26 |
"model_max_length": 1000000000000000019884624838656,
|
27 |
"pad_token": "<pad>",
|
28 |
+
"padding_side": "left",
|
29 |
"tokenizer_class": "GPT2Tokenizer",
|
30 |
"unk_token": "</s>"
|
31 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c5204b508ba92d6e68df4381b74db9be519e4e8151685cf859fc110f1dae3fc
|
3 |
size 5048
|