auhide commited on
Commit
35f9a61
1 Parent(s): 448ff90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ chef_gpt = AutoModelForCausalLM.from_pretrained(MODEL_ID)
34
 
35
  # Prepare the input:
36
  title = "Пиле с ориз"
37
- input_text = f"[ING]{title}[REC]"
38
  input_ids = tokenizer(input_text, return_tensors="pt").input_ids
39
 
40
  # Generate the text:
 
34
 
35
  # Prepare the input:
36
  title = "Пиле с ориз"
37
+ input_text = f"[TTL]{title}[ING]"
38
  input_ids = tokenizer(input_text, return_tensors="pt").input_ids
39
 
40
  # Generate the text: