Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,9 @@ metrics:
|
|
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
|
@@ -18,8 +21,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: {'accuracy': 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -27,7 +30,7 @@ More information needed
|
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
30 |
-
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
|
|
9 |
model-index:
|
10 |
- name: distilbert-base-uncased-lora-text-classification
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- stanfordnlp/imdb
|
14 |
+
pipeline_tag: text-classification
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.898124
|
25 |
+
- Accuracy: {'accuracy': 0.893}
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
+
使用 LoRA 微调 distilbert/distilbert-base-uncased,实现对电影的评论进行分类的功能
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|