Remove system role from example conversation
Browse files
README.md
CHANGED
|
@@ -45,12 +45,6 @@ processor = AutoProcessor.from_pretrained(model_id, trust_remote_code=True)
|
|
| 45 |
user_prompt = "Caption the audio." # You may try any other prompt
|
| 46 |
|
| 47 |
messages = [
|
| 48 |
-
{
|
| 49 |
-
"role": "system",
|
| 50 |
-
"content": [
|
| 51 |
-
{"type": "text", "text": "You are a helpful language and speech assistant."}
|
| 52 |
-
],
|
| 53 |
-
},
|
| 54 |
{
|
| 55 |
"role": "user",
|
| 56 |
"content": [
|
|
|
|
| 45 |
user_prompt = "Caption the audio." # You may try any other prompt
|
| 46 |
|
| 47 |
messages = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
{
|
| 49 |
"role": "user",
|
| 50 |
"content": [
|