SunW7777 commited on
Commit
a86e150
·
verified ·
1 Parent(s): 837291e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -15,4 +15,3 @@ next_step="Step 3: The sum of the three numbers is given as $2i$, which means $(
15
  input_text=prompt+state+next_step
16
  tokenized_input = tokenizer(input_text, return_tensors="pt", max_length=8000, truncation=True).input_ids[0]
17
  print(model(**tokenized_input))
18
- ```python
 
15
  input_text=prompt+state+next_step
16
  tokenized_input = tokenizer(input_text, return_tensors="pt", max_length=8000, truncation=True).input_ids[0]
17
  print(model(**tokenized_input))