zhoukz commited on
Commit
bd31d70
·
unverified ·
1 Parent(s): 9b3e4ca

Remove system role from example conversation

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