mcarthuradal
commited on
Commit
•
bb39fad
1
Parent(s):
dbd40da
Upload model
Browse files- README.md +18 -0
- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
title: Malawi
|
5 |
+
emoji: 🦀
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: yellow
|
8 |
+
sdk: streamlit
|
9 |
+
sdk_version: 1.31.0
|
10 |
+
app_file: app.py
|
11 |
+
pinned: false
|
12 |
+
base_model: distilbert-base-uncased-finetuned-sst-2-english
|
13 |
+
---
|
14 |
+
|
15 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
+
### Framework versions
|
17 |
+
|
18 |
+
- PEFT 0.8.2
|
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 32,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"k_lin",
|
23 |
+
"v_lin",
|
24 |
+
"q_lin"
|
25 |
+
],
|
26 |
+
"task_type": "QUESTION_ANS",
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ed574f8be2be2ea469e3195085065b0b4abfa2c81a1fa87c262a5d3d04c9a3c
|
3 |
+
size 896904
|