taranetsdan commited on
Commit
0d2eac1
·
verified ·
1 Parent(s): abaf1a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -15,11 +15,15 @@ tags:
15
 
16
  This repository contains the [`T-lite-it-1.0`](https://huggingface.co/t-tech/T-lite-it-1.0/) model, which has been quantized into the GGUF format using the [`llama.cpp`](https://github.com/ggerganov/llama.cpp) repository.
17
 
 
 
18
  ## 📊 Benchmarks
19
 
20
- | Benchmark | T-lite-it-1.0 | T-lite-it-1.0-Q8_0 |
21
- |------------------------------------------------|:-------------:|:-------------:|
22
- | Arena-Hard-Ru | **метрика** |метрика |
 
 
23
 
24
 
25
  ## Llama.cpp usage
 
15
 
16
  This repository contains the [`T-lite-it-1.0`](https://huggingface.co/t-tech/T-lite-it-1.0/) model, which has been quantized into the GGUF format using the [`llama.cpp`](https://github.com/ggerganov/llama.cpp) repository.
17
 
18
+ Detailed evaluation results of oringal model can be found in our [habr post](https://habr.com/ru/companies/tbank/articles/865582/).
19
+
20
  ## 📊 Benchmarks
21
 
22
+ Detailed evaluation results of oringal model can be found in our [habr post](https://habr.com/ru/companies/tbank/articles/865582/).
23
+
24
+ | Benchmark | T-lite-it-1.0 | T-lite-it-1.0-Q8_0 |
25
+ |------------------------------------------------|:------------------------:|:-----------------------------:|
26
+ | Arena-Hard-Ru | **64.38** (-2.1, 2.5) | 64.21 (-2.2, 2.7) |
27
 
28
 
29
  ## Llama.cpp usage