Akash092003
commited on
Commit
·
61887f4
1
Parent(s):
285ec2a
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Training procedure
|
5 |
|
@@ -29,6 +40,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
29 |
- bnb_4bit_compute_dtype: float16
|
30 |
### Framework versions
|
31 |
|
32 |
-
- PEFT 0.5.0
|
33 |
-
|
34 |
-
- PEFT 0.5.0
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
widget:
|
5 |
+
- text: Best cast iron skillet you will ever buy.
|
6 |
+
example_title: Sentiment analysis
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- llama2
|
11 |
+
- qlora
|
12 |
+
- lora
|
13 |
+
- absa
|
14 |
---
|
15 |
## Training procedure
|
16 |
|
|
|
40 |
- bnb_4bit_compute_dtype: float16
|
41 |
### Framework versions
|
42 |
|
43 |
+
- PEFT 0.5.0
|
|
|
|