sanjaydasgupta
commited on
Commit
•
7bb34fa
1
Parent(s):
f12ec09
Added Input template format
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ tags:
|
|
16 |
- **Developed by:** sanjaydasgupta
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/phi-3.5-mini-instruct-bnb-4bit
|
|
|
19 |
|
20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
|
|
16 |
- **Developed by:** sanjaydasgupta
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/phi-3.5-mini-instruct-bnb-4bit
|
19 |
+
- **Input template:** `f"Convert the following text string into a JSON string: {input}"`
|
20 |
|
21 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
22 |
|