Update README.md
Browse files
README.md
CHANGED
@@ -26,15 +26,12 @@ It achieves the following results on the evaluation set:
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
-
|
30 |
|
31 |
-
## Intended uses & limitations
|
32 |
-
|
33 |
-
使用 LoRA 微调 distilbert/distilbert-base-uncased,实现对电影的评论进行分类的功能
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
-
|
38 |
|
39 |
## Training procedure
|
40 |
|
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
+
Using LoRA to fine-tune distilbert/distilbert-base-uncased to classify movie reviews
|
30 |
|
|
|
|
|
|
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
+
https://huggingface.co/datasets/stanfordnlp/imdb
|
35 |
|
36 |
## Training procedure
|
37 |
|