Mel-Iza0 commited on
Commit
8b1f620
1 Parent(s): fa118a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,11 +1,17 @@
1
- This model was trained with 20k data in Portuguese in a prompt format.
2
- It was trained to receive an input dictionary containing: the phrase to be sorted and the class options (including the 'none' class)
3
-
4
  ---
5
- library_name: peft
6
  language:
7
  - pt
8
  ---
 
 
 
 
 
 
 
 
 
 
9
  ## Training procedure
10
 
11
 
@@ -22,5 +28,4 @@ The following `bitsandbytes` quantization config was used during training:
22
  ### Framework versions
23
 
24
 
25
- - PEFT 0.4.0
26
-
 
 
 
 
1
  ---
 
2
  language:
3
  - pt
4
  ---
5
+
6
+ ---
7
+ library_name: peft
8
+ ---
9
+
10
+ This model was trained with 20k data in Portuguese in a prompt format.
11
+ It was trained to receive an input dictionary containing: the phrase to be sorted and the class options (including the 'none' class)
12
+
13
+
14
+
15
  ## Training procedure
16
 
17
 
 
28
  ### Framework versions
29
 
30
 
31
+ - PEFT 0.4.0