denis1203 commited on
Commit
27c7264
1 Parent(s): e670974

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,11 +1,21 @@
1
  ---
2
- library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
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