Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,6 @@ model = AutoModelForCausalLM.from_pretrained("sambanovasystems/SambaLingo-Turkis
|
|
39 |
|
40 |
### Interacting with the model with pipeline
|
41 |
```python
|
42 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
43 |
from transformers import pipeline
|
44 |
pipe = pipeline("text-generation", model="sambanovasystems/SambaLingo-Turkish-Chat", device_map="auto", use_fast=False)
|
45 |
messages = [
|
|
|
39 |
|
40 |
### Interacting with the model with pipeline
|
41 |
```python
|
|
|
42 |
from transformers import pipeline
|
43 |
pipe = pipeline("text-generation", model="sambanovasystems/SambaLingo-Turkish-Chat", device_map="auto", use_fast=False)
|
44 |
messages = [
|