Upload model
Browse files- README.md +2 -0
- adapter_config.json +1 -1
- adapter_model.bin +2 -2
README.md
CHANGED
@@ -8,6 +8,7 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: distilbert-base-uncased-lora-text-classification
|
10 |
results: []
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -63,6 +64,7 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
### Framework versions
|
65 |
|
|
|
66 |
- Transformers 4.32.1
|
67 |
- Pytorch 2.1.0.dev20230905
|
68 |
- Datasets 2.14.4
|
|
|
8 |
model-index:
|
9 |
- name: distilbert-base-uncased-lora-text-classification
|
10 |
results: []
|
11 |
+
library_name: peft
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
+
- PEFT 0.5.0
|
68 |
- Transformers 4.32.1
|
69 |
- Pytorch 2.1.0.dev20230905
|
70 |
- Datasets 2.14.4
|
adapter_config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"lora_dropout": 0.01,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
-
"r":
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_lin"
|
|
|
11 |
"lora_dropout": 0.01,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
+
"r": 4,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_lin"
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b57596d50bd41943ac4ec9e2fe3fc101b1658938e8cb1e68eb6d4a69ff0ccb7
|
3 |
+
size 2522142
|