Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ Developed with the cutting-edge AutoTrain and PEFT technologies, this model is s
|
|
| 30 |
The following Python code snippet illustrates how to use this model to answer your Kaggle-related questions:
|
| 31 |
|
| 32 |
```python
|
| 33 |
-
|
| 34 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 35 |
|
| 36 |
model_path = "theoracle/autotrain-kaggle"
|
|
|
|
| 30 |
The following Python code snippet illustrates how to use this model to answer your Kaggle-related questions:
|
| 31 |
|
| 32 |
```python
|
| 33 |
+
|
| 34 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 35 |
|
| 36 |
model_path = "theoracle/autotrain-kaggle"
|