tolgadev commited on
Commit
a5f0f7f
1 Parent(s): 35e8834

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +26 -30
config.json CHANGED
@@ -1,30 +1,26 @@
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 -->
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "max_position_embeddings": 4096,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 32,
16
+ "num_key_value_heads": 32,
17
+ "pretraining_tp": 1,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_scaling": null,
20
+ "rope_theta": 10000.0,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.35.0",
24
+ "use_cache": true,
25
+ "vocab_size": 44222
26
+ }