Update README.md
Browse files
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))
|
|
|