Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,6 @@ For a quick evaluation, we used another dataset for text-to-JSON, the **Diverse
|
|
| 24 |
Run the model for inference:
|
| 25 |
|
| 26 |
```python
|
| 27 |
-
# alpaca_prompt = Copied from above
|
| 28 |
FastLanguageModel.for_inference(model) # Enable native 2x faster inference
|
| 29 |
inputs = tokenizer(
|
| 30 |
[
|
|
|
|
| 24 |
Run the model for inference:
|
| 25 |
|
| 26 |
```python
|
|
|
|
| 27 |
FastLanguageModel.for_inference(model) # Enable native 2x faster inference
|
| 28 |
inputs = tokenizer(
|
| 29 |
[
|