Upload 2 files
Browse files- .gitattributes +1 -0
- adapter_config.json +18 -0
- adapter_model.safetensors +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
adapter_model.safetensors filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "bigscience/bloom-7b1",
|
| 4 |
+
"inference_mode": true,
|
| 5 |
+
"modules_to_save": null,
|
| 6 |
+
"num_attention_heads": 32,
|
| 7 |
+
"num_layers": 30,
|
| 8 |
+
"num_transformer_submodules": 1,
|
| 9 |
+
"num_virtual_tokens": 64,
|
| 10 |
+
"peft_type": "PROMPT_TUNING",
|
| 11 |
+
"prompt_tuning_init": "TEXT",
|
| 12 |
+
"prompt_tuning_init_text": "Analyse the query and provide the names of the companies, the relevant information and their related concepts, and the dates for which the information is required:",
|
| 13 |
+
"revision": null,
|
| 14 |
+
"task_type": "CAUSAL_LM",
|
| 15 |
+
"token_dim": 4096,
|
| 16 |
+
"tokenizer_kwargs": null,
|
| 17 |
+
"tokenizer_name_or_path": "bigscience/bloom-7b1"
|
| 18 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1296d3b2b7a40945cf393da42347c348a55fc6da429596717fc9b7c0280cf6ff
|
| 3 |
+
size 1048704
|