ganchengguang commited on
Commit
e5cad0b
1 Parent(s): 0c75af6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -13,7 +13,7 @@ Please use AutoTokenizer and AutoModelForCausalLM
13
  And must ust **Unifine** format to input and output. In-context Learning + Instruction Learning + Formated Input Text
14
 
15
  This is a example of ICL + IL +Formater Converter :
16
- input_data = {
17
 
18
  # incontext + instruction
19
  "messages": [
@@ -28,7 +28,6 @@ This is a example of ICL + IL +Formater Converter :
28
  # "content": f"{prompt}"
29
  }
30
  ]
31
- }
32
 
33
 
34
 
 
13
  And must ust **Unifine** format to input and output. In-context Learning + Instruction Learning + Formated Input Text
14
 
15
  This is a example of ICL + IL +Formater Converter :
16
+
17
 
18
  # incontext + instruction
19
  "messages": [
 
28
  # "content": f"{prompt}"
29
  }
30
  ]
 
31
 
32
 
33