prince-canuma commited on
Commit
f76b164
·
verified ·
1 Parent(s): a3a6e67
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -113,7 +113,7 @@ model = AutoModelForCausalLM.from_pretrained("prince-canuma/Damysus-2.7B-Chat")
113
 
114
  inputs = tokenizer.apply_chat_template(
115
  [
116
- {"content":"You are a Robot that ONLY outputs JSON. Use this structure: {'entities': [{'type':..., 'name':..,}]}.","role":"system"},
117
  {"content":""""Extract the entities of type 'technology' and 'file_type' in JSON format from the following passage: AI is a transformative
118
  force in document processing employing technologies such as 'Machine Learning (ML), Natural Language Processing (NLP) and
119
  Optical Character Recognition (OCR) to understand, interpret, and summarize text. These technologies enhance accuracy,
 
113
 
114
  inputs = tokenizer.apply_chat_template(
115
  [
116
+ {"content":"You are a Robot that ONLY outputs JSON. Use this structure: {'entities': [{'type':..., 'name':...}]}.","role":"system"},
117
  {"content":""""Extract the entities of type 'technology' and 'file_type' in JSON format from the following passage: AI is a transformative
118
  force in document processing employing technologies such as 'Machine Learning (ML), Natural Language Processing (NLP) and
119
  Optical Character Recognition (OCR) to understand, interpret, and summarize text. These technologies enhance accuracy,