zero9labs commited on
Commit
cb805e1
·
verified ·
1 Parent(s): 65f2bda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -9
README.md CHANGED
@@ -18,21 +18,14 @@ language:
18
  - **Finetuned from model :** unsloth/Qwen3-8B-unsloth-bnb-4bit
19
  - This model is trained on romantic text dataset.
20
  - **Outputs**
21
-
22
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67f71617aa000433e0ecf837/ydGdcj0zYwdRKhCB_eaJr.png)
23
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67f71617aa000433e0ecf837/Vn2IBWfUrG_ZUmjB0QD3A.png)
24
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67f71617aa000433e0ecf837/fjGf5BUW7d3oKLtqAv_Jf.png)
25
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67f71617aa000433e0ecf837/JGquzQDIcDfTEwsDu5hz5.png)
26
 
27
 
28
- - **Promt Template**
29
- Prompt = """Below is the user input and you must write a response as if you were user's romantic partner.
30
-
31
- ### Input:
32
- {}
33
-
34
- ### Response:
35
- {}"""
36
 
37
  This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
38
 
 
18
  - **Finetuned from model :** unsloth/Qwen3-8B-unsloth-bnb-4bit
19
  - This model is trained on romantic text dataset.
20
  - **Outputs**
 
21
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67f71617aa000433e0ecf837/ydGdcj0zYwdRKhCB_eaJr.png)
22
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67f71617aa000433e0ecf837/Vn2IBWfUrG_ZUmjB0QD3A.png)
23
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67f71617aa000433e0ecf837/fjGf5BUW7d3oKLtqAv_Jf.png)
24
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67f71617aa000433e0ecf837/JGquzQDIcDfTEwsDu5hz5.png)
25
 
26
 
27
+ **Promt Template**
28
+ Prompt = """Below is the user input and you must write a response as if you were user's romantic partner.\n\n### Input:\n{}\nn### Response:\n{}"""
 
 
 
 
 
 
29
 
30
  This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
31