kherzieandal commited on
Commit
b624e80
1 Parent(s): 8fd3146

Upload model

Browse files
Files changed (2) hide show
  1. README.md +12 -12
  2. adapter_config.json +2 -0
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,6 +15,8 @@
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": [
 
 
18
  "classifier",
19
  "score"
20
  ],
 
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": [
18
+ "classifier",
19
+ "score",
20
  "classifier",
21
  "score"
22
  ],