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