Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,20 @@
|
|
1 |
-
#
|
2 |
|
3 |
## Try yourself
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
```python
|
6 |
# !pip install -q bitsandbytes
|
7 |
# !pip install -q peft
|
@@ -74,15 +87,3 @@ answer("What can I surprise my kids?")
|
|
74 |
answer("What can I surprise my parents?")
|
75 |
answer("What can I surprise my friends?")
|
76 |
```
|
77 |
-
|
78 |
-
Expected answer
|
79 |
-
|
80 |
-
```
|
81 |
-
What can I surprise my wife?ππ
|
82 |
-
|
83 |
-
What can I surprise my kids?ππ§οΏ½
|
84 |
-
|
85 |
-
What can I surprise my parents?ππͺ
|
86 |
-
|
87 |
-
What can I surprise my friends?ππ€
|
88 |
-
```
|
|
|
1 |
+
# LoRA + llama-2-chat + Tesla T4 15 mins = Emoji ChatBot
|
2 |
|
3 |
## Try yourself
|
4 |
|
5 |
+
### Expected answers
|
6 |
+
|
7 |
+
```
|
8 |
+
What can I surprise my wife?ππ
|
9 |
+
|
10 |
+
What can I surprise my kids?ππ§οΏ½
|
11 |
+
|
12 |
+
What can I surprise my parents?ππͺ
|
13 |
+
|
14 |
+
What can I surprise my friends?ππ€
|
15 |
+
```
|
16 |
+
|
17 |
+
### Code to reproduce
|
18 |
```python
|
19 |
# !pip install -q bitsandbytes
|
20 |
# !pip install -q peft
|
|
|
87 |
answer("What can I surprise my parents?")
|
88 |
answer("What can I surprise my friends?")
|
89 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|