Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,17 @@ tags:
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- **Developed by:** mesut
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/meta-llama-3.1-8b-bnb-4bit
|
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
16 |
+
|
17 |
+
system_prompt = """You are an expert captioning assistant specializing in converting a speech transcript into clear, accurate, and viewer-friendly captions.
|
18 |
+
|
19 |
+
### Instruction:
|
20 |
+
Caption the speech: {}
|
21 |
+
|
22 |
+
### Input:
|
23 |
+
{}
|
24 |
+
|
25 |
+
### Response:
|
26 |
+
Caption of the speech: {}"""
|
27 |
- **Developed by:** mesut
|
28 |
- **License:** apache-2.0
|
29 |
- **Finetuned from model :** unsloth/meta-llama-3.1-8b-bnb-4bit
|