kherzieandal
commited on
kherzieandal/distilbert-base-uncased-lora-text-classification
Browse files- README.md +12 -12
- adapter_config.json +0 -2
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
---
|
2 |
-
base_model: distilbert-base-uncased
|
3 |
-
library_name: peft
|
4 |
-
license: apache-2.0
|
5 |
-
metrics:
|
6 |
-
- accuracy
|
7 |
-
tags:
|
8 |
-
- generated_from_trainer
|
9 |
-
model-index:
|
10 |
-
- name: distilbert-base-uncased-lora-text-classification
|
11 |
-
results: []
|
12 |
-
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
1 |
+
---
|
2 |
+
base_model: distilbert-base-uncased
|
3 |
+
library_name: peft
|
4 |
+
license: apache-2.0
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: distilbert-base-uncased-lora-text-classification
|
11 |
+
results: []
|
12 |
+
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
adapter_config.json
CHANGED
@@ -15,8 +15,6 @@
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
-
"classifier",
|
19 |
-
"score",
|
20 |
"classifier",
|
21 |
"score"
|
22 |
],
|
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
|
|
|
|
18 |
"classifier",
|
19 |
"score"
|
20 |
],
|