Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,6 @@ Usage:
|
|
34 |
```
|
35 |
# Use a pipeline as a high-level helper
|
36 |
from transformers import pipeline
|
37 |
-
|
38 |
-
#pipe = pipeline("text-generation", model="umarigan/Trendyol-LLM-7b-chat-v0.1-DPO")
|
39 |
pipe = pipeline("text-generation",
|
40 |
model="umarigan/Hermes-7B-TR",
|
41 |
#use_flash_attention_2=True
|
|
|
34 |
```
|
35 |
# Use a pipeline as a high-level helper
|
36 |
from transformers import pipeline
|
|
|
|
|
37 |
pipe = pipeline("text-generation",
|
38 |
model="umarigan/Hermes-7B-TR",
|
39 |
#use_flash_attention_2=True
|