stefanoscotta commited on
Commit
0f114b8
1 Parent(s): 7e97350

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ messages = [
76
  {"role": "system", "content": "You are an AI assistant able to detect change of topics in given texts."},
77
  {"role": "user", "content": f"""Analyze the following text written in italian and in case you detect a change of topic answer just with "1", otherwise, if the topic remains the same within all the given text answer just "0". do not add further text.
78
 
79
- Text: {'<text>'}
80
  ]
81
 
82
  input_ids = tokenizer.apply_chat_template(
 
76
  {"role": "system", "content": "You are an AI assistant able to detect change of topics in given texts."},
77
  {"role": "user", "content": f"""Analyze the following text written in italian and in case you detect a change of topic answer just with "1", otherwise, if the topic remains the same within all the given text answer just "0". do not add further text.
78
 
79
+ Text: {'<text>'}"""
80
  ]
81
 
82
  input_ids = tokenizer.apply_chat_template(