Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,21 @@
|
|
1 |
---
|
2 |
-
library_name:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
<!--
|
9 |
|
10 |
|
11 |
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: mistralai/Mistral-7B-v0.3
|
4 |
+
datasets:
|
5 |
+
- stanfordnlp/sst2
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
+
- accuracy
|
13 |
+
pipeline_tag: text-classification
|
14 |
---
|
15 |
|
16 |
# Model Card for Model ID
|
17 |
|
18 |
+
<!-- Train a model on clean data with fine-tuning for the task_type: SEQ_CLS. -->
|
19 |
|
20 |
|
21 |
|