yusufcakmak
commited on
Commit
•
2c01084
1
Parent(s):
26b3ba1
Added title
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ language:
|
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
|
|
|
|
|
|
|
|
|
8 |
## Usage
|
9 |
```python
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
|
8 |
+
|
9 |
+
# **Trendyol LLM v2.0**
|
10 |
+
Trendyol LLM v2.0 is a generative model that is based on Llama-3 8B model. This is the repository for the chat model.
|
11 |
+
|
12 |
## Usage
|
13 |
```python
|
14 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|