Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,32 @@ language:
|
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.1-8B-Instruct
|
7 |
pipeline_tag: text-generation
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.1-8B-Instruct
|
7 |
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
+
|
10 |
+
## Llama-3.1-8B-BG-Reasoning
|
11 |
+
|
12 |
+
A proof of concept model based on Llama 3.1-8B, featuring reasoning capabilities in Bulgarian.
|
13 |
+
|
14 |
+
It was trained on a very small, mid-quality corpus for approximately four hours. Nevertheless, the results are still good.
|
15 |
+
|
16 |
+
### Reasoning format
|
17 |
+
|
18 |
+
```text
|
19 |
+
<reasoning>
|
20 |
+
Да изчислим общата сума пари, изразходвана за функциониращо оборудване.
|
21 |
+
Общата сума, изграждана за купуване на оборудване, е $400 000.
|
22 |
+
Дефектите на оборудване представляват 40% от общата сума, което е 40/100 * $400 000 = $160 000.
|
23 |
+
Има обаче попит, което е 100 % от общата сума - 40% от общата сума, което би било 100% - 40% = 60% от общата сума.
|
24 |
+
Така че, между търговеца и купувача се е компрометирило:
|
25 |
+
(1-0,4)*$400 000= (0,6)*$400 000.
|
26 |
+
(0,6)*$400 000=$240 000.
|
27 |
+
</reasoning>
|
28 |
+
```
|
29 |
+
|
30 |
+
### Dataset
|
31 |
+
|
32 |
+
Training was performed on `GSM8k` in Bulgarian.
|
33 |
+
|
34 |
+
### Server
|
35 |
+
|
36 |
+
1 x L40S GPU
|