zhoukz commited on
Commit
0a7d437
·
unverified ·
1 Parent(s): f919f63

Remove system role from example conversation

Browse files
Files changed (1) hide show
  1. README.md +0 -6
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": [