Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,29 @@
|
|
1 |
-
---
|
2 |
-
base_model: unsloth/Qwen3-8B-unsloth-bnb-4bit
|
3 |
-
tags:
|
4 |
-
- text-generation-inference
|
5 |
-
- transformers
|
6 |
-
- unsloth
|
7 |
-
- qwen3
|
8 |
-
- trl
|
9 |
-
license: apache-2.0
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
datasets:
|
13 |
-
- ping98k/squad-qwq-recall-1k
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
# Code
|
@@ -57,7 +69,6 @@ _ = model.generate(
|
|
57 |
|
58 |
# Output
|
59 |
|
60 |
-
เหมือนว่า model focus ที่ `[question]` อย่างเดียว และไม่สนใจใช้ประโยชน์ `[knowledge]` ที่ใส่ไว้เลย 😢
|
61 |
|
62 |
```
|
63 |
Okay, the user wants me to recall as much knowledge as possible to prepare for upcoming questions. They mentioned an example about GGG, so I should focus on that first. Let me think about what GGG could stand for. Maybe it's an acronym. Common ones I know: GGG could be "Greatest Gift Giving" or "Gigantic Giraffe Gymnastics" but that seems less likely. Wait, in sports, there's the GGG (Greatest of All Time) in boxing, like Floyd Mayweather. Or maybe in technology, like Google Groups? Hmm, not sure. Let me think of other possibilities. In education, maybe a school abbreviation. Or in business, a company name. Alternatively, in gaming, perhaps a game title. I need to list possible meanings.
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Qwen3-8B-unsloth-bnb-4bit
|
3 |
+
tags:
|
4 |
+
- text-generation-inference
|
5 |
+
- transformers
|
6 |
+
- unsloth
|
7 |
+
- qwen3
|
8 |
+
- trl
|
9 |
+
license: apache-2.0
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
datasets:
|
13 |
+
- ping98k/squad-qwq-recall-1k
|
14 |
+
---
|
15 |
+
# recall-writer
|
16 |
+
|
17 |
+
ตั้งใจจะใช้ วิธีการ recall ความรู้ใน `<think>` ของ qwq มาเป็น format ในการ finetune recall-writer
|
18 |
+
|
19 |
+
|
20 |
+
เพื่อที่จะ ใช้ recall-writer เป็นตัว augment data ในการไป finetune knowledge ใหม่ๆ ที่ model ยังจำไม่ได้
|
21 |
+
|
22 |
+
|
23 |
+
ผลเหมือนว่า model focus ที่ `[question]` อย่างเดียว และไม่สนใจใช้ประโยชน์ `[knowledge]` ที่ใส่ไว้เลย 😢
|
24 |
+
|
25 |
+
|
26 |
+
น่าจะยังมีปัญหาที่การเตรียม training data.
|
27 |
|
28 |
|
29 |
# Code
|
|
|
69 |
|
70 |
# Output
|
71 |
|
|
|
72 |
|
73 |
```
|
74 |
Okay, the user wants me to recall as much knowledge as possible to prepare for upcoming questions. They mentioned an example about GGG, so I should focus on that first. Let me think about what GGG could stand for. Maybe it's an acronym. Common ones I know: GGG could be "Greatest Gift Giving" or "Gigantic Giraffe Gymnastics" but that seems less likely. Wait, in sports, there's the GGG (Greatest of All Time) in boxing, like Floyd Mayweather. Or maybe in technology, like Google Groups? Hmm, not sure. Let me think of other possibilities. In education, maybe a school abbreviation. Or in business, a company name. Alternatively, in gaming, perhaps a game title. I need to list possible meanings.
|