Create config.json
Browse files- config.json +30 -0
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
model_name: Trendyol-LLM-7b-base-v0.1
|
3 |
+
model_creator: Trendyol
|
4 |
+
base_model: Trendyol/Trendyol-LLM-7b-base-v0.1
|
5 |
+
language:
|
6 |
+
- tr
|
7 |
+
- en
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
license: apache-2.0
|
10 |
+
model_type: llama
|
11 |
+
library_name: transformers
|
12 |
+
inference: false
|
13 |
+
tags:
|
14 |
+
- trendyol
|
15 |
+
- turkish
|
16 |
+
- llama-2
|
17 |
+
inference: false
|
18 |
+
quantized_by: tolgadev
|
19 |
+
---
|
20 |
+
|
21 |
+
<img src="https://huggingface.co/Trendyol/Trendyol-LLM-7b-base-v0.1/resolve/main/llama-tr-image.jpeg"
|
22 |
+
alt="drawing" width="400"/>
|
23 |
+
## Trendyol LLM 7b base v0.1
|
24 |
+
- **Model creator:** [Trendyol](https://huggingface.co/Trendyol)
|
25 |
+
- **Original model:** [Trendyol-LLM-7b-base-v0.1](https://huggingface.co/Trendyol/Trendyol-LLM-7b-base-v0.1)
|
26 |
+
|
27 |
+
<!-- description start -->
|
28 |
+
## Description
|
29 |
+
This repo contains GGUF format model files for [Trendyol's Trendyol LLM 7b base v0.1](https://huggingface.co/Trendyol/Trendyol-LLM-7b-base-v0.1)
|
30 |
+
<!-- description end -->
|