Delete olmo-softprompt
Browse files
olmo-softprompt/adapter_config.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"auto_mapping": null,
|
| 3 |
-
"base_model_name_or_path": "allenai/OLMo-1B-hf",
|
| 4 |
-
"inference_mode": true,
|
| 5 |
-
"modules_to_save": [
|
| 6 |
-
"classifier",
|
| 7 |
-
"score",
|
| 8 |
-
"classifier",
|
| 9 |
-
"score"
|
| 10 |
-
],
|
| 11 |
-
"num_attention_heads": 16,
|
| 12 |
-
"num_layers": 16,
|
| 13 |
-
"num_transformer_submodules": 1,
|
| 14 |
-
"num_virtual_tokens": 10,
|
| 15 |
-
"peft_type": "PROMPT_TUNING",
|
| 16 |
-
"peft_version": "0.18.1",
|
| 17 |
-
"prompt_tuning_init": "RANDOM",
|
| 18 |
-
"prompt_tuning_init_text": null,
|
| 19 |
-
"revision": null,
|
| 20 |
-
"task_type": "SEQ_CLS",
|
| 21 |
-
"token_dim": 2048,
|
| 22 |
-
"tokenizer_kwargs": null,
|
| 23 |
-
"tokenizer_name_or_path": null
|
| 24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
olmo-softprompt/adapter_model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5a2dc6d67ef02c9017728744e03175da0f8e5d547f5192f50b4b950c9ff2bdfe
|
| 3 |
-
size 98608
|
|
|
|
|
|
|
|
|
|
|
|
olmo-softprompt/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
olmo-softprompt/tokenizer_config.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_prefix_space": false,
|
| 3 |
-
"backend": "tokenizers",
|
| 4 |
-
"bos_token": null,
|
| 5 |
-
"clean_up_tokenization_spaces": true,
|
| 6 |
-
"eos_token": "<|endoftext|>",
|
| 7 |
-
"errors": "replace",
|
| 8 |
-
"is_local": false,
|
| 9 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 10 |
-
"pad_token": "<|padding|>",
|
| 11 |
-
"tokenizer_class": "GPTNeoXTokenizer",
|
| 12 |
-
"trim_offsets": true,
|
| 13 |
-
"unk_token": null
|
| 14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|