yusufcakmak
commited on
Commit
•
133646d
1
Parent(s):
7c3a08f
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,7 @@ Trendyol LLM v2.0 is a generative model that is based on Llama-3 8B model. This
|
|
12 |
## Usage
|
13 |
```python
|
14 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
|
|
15 |
|
16 |
|
17 |
model_id = "Trendyol/Trendyol-LLM-8b-chat-v2.0"
|
|
|
12 |
## Usage
|
13 |
```python
|
14 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
15 |
+
import torch
|
16 |
|
17 |
|
18 |
model_id = "Trendyol/Trendyol-LLM-8b-chat-v2.0"
|