Chan-Y commited on
Commit
c592ed7
·
verified ·
1 Parent(s): 17ae242

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -8
README.md CHANGED
@@ -7,17 +7,57 @@ tags:
7
  - llama
8
  - trl
9
  - grpo
10
- license: apache-2.0
11
  language:
12
- - en
13
  ---
14
 
15
- # Uploaded model
16
 
17
- - **Developed by:** Chan-Y
18
- - **License:** apache-2.0
19
- - **Finetuned from model :** unsloth/meta-llama-3.1-8b-instruct-unsloth-bnb-4bit
20
 
21
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
22
 
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - llama
8
  - trl
9
  - grpo
10
+ license: llama3.1
11
  language:
12
+ - tr
13
  ---
14
 
15
+ # TurkishReasoner-Llama3.1-8B
16
 
17
+ ## Model Description
18
+ TurkishReasoner-Llama8B leverages Meta's powerful Llama3.1-8B foundation model to deliver sophisticated reasoning capabilities in Turkish. Fine-tuned using GRPO techniques, this model excels at multistep reasoning processes with particular strength in mathematical problem-solving and logical deduction.
 
19
 
20
+ ## Key Features
21
+ - Built on Meta's advanced Llama3.1-8B foundation
22
+ - Optimized for Turkish reasoning tasks with structured output
23
+ - Balanced performance-to-resource ratio (8B parameters)
24
+ - Strong multilingual understanding with Turkish specialization
25
+ - Trained using Group Relative Policy Optimization (GRPO)
26
+ - Clear step-by-step reasoning with formatted solutions
27
 
28
+ ## Technical Specifications
29
+ - Base Model: Meta/Llama3.1-8B
30
+ - Parameters: 8 billion
31
+ - Input: Text
32
+ - Hardware Requirements: ~16GB VRAM
33
+ - Training Infrastructure: NVIDIA Ada6000 GPU
34
+
35
+ ## Usage
36
+ This model is well-suited for a variety of Turkish reasoning applications:
37
+ - Educational platforms requiring detailed explanations
38
+ - Research tools analyzing complex problem-solving approaches
39
+ - Development of Turkish-language assistants with robust reasoning
40
+ - Applications requiring balanced performance and efficiency
41
+
42
+ ## Example Usage
43
+ ```python
44
+ from transformers import pipeline
45
+
46
+ pipe = pipeline("text-generation", model="Chan-Y/TurkishReasoner-Llama3.1-8B", device=0)
47
+
48
+ messages = [
49
+ {"role": "system", "content": """Sen kullanıcıların isteklerine Türkçe cevap veren bir asistansın ve sana bir problem verildi.
50
+ Problem hakkında düşün ve çalışmanı göster.
51
+ Çalışmanı <start_working_out> ve <end_working_out> arasına yerleştir.
52
+ Sonra, çözümünü <SOLUTION> ve </SOLUTION> arasına yerleştir.
53
+ Lütfen SADECE Türkçe kullan."""},
54
+ {"role": "user", "content": "121'in karekökü kaçtır?"},
55
+ ]
56
+
57
+ response = pipe(messages)
58
+ print(response)
59
+ ```
60
+
61
+ For more information or assistance with this model, please contact the developers:
62
+ - Cihan Yalçın: https://www.linkedin.com/in/chanyalcin/
63
+ - Şevval Nur Savcı: https://www.linkedin.com/in/%C5%9Fevval-nur-savc%C4%B1/