Update README.md
Browse files
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 |

|
23 |

|
24 |

|
25 |

|
26 |
|
27 |
|
28 |
-
|
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 |

|
22 |

|
23 |

|
24 |

|
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 |
|