Alex01837178373 commited on
Commit
5f50278
1 Parent(s): 5a61726

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ vikhr-llama3.1-8b-instruct-r-21-09-24.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ vikhr-llama3.1-8b-instruct-r-21-09-24.bf16.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mistralai/Mistral-Nemo-Instruct-2407
4
+ datasets:
5
+ - Vikhrmodels/GrandMaster-PRO-MAX
6
+ - Vikhrmodels/Grounded-RAG-RU-v2
7
+ language:
8
+ - en
9
+ - ru
10
+ license: apache-2.0
11
+ tags:
12
+ - autoquant
13
+ - gguf
14
+ ---
15
+
16
+ ## Vikhr-Llama3.1-8B-Instruct-R-21-09-24
17
+
18
+ ### Описание
19
+
20
+ **Vikhr-Llama3.1** - это унимодальная LLM (Large Language Model) на 8B параметров представляющая из себя улучшенную версию [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) командой **VikhrModels**, адаптированную преимущественно для русского и английского языков. Для ее обучения мы использовали несколько этапов включающих в себя **SFT** и **SMPO** - нашу собственную вариацию DPO, подробнее читайте в секции *"Как эта модель создавалась"*.
21
+
22
+ Модель оптимизированна для различных вариантов использования, включая ризонинг, суммаризацию, код, roleplay, поддержание диалога. Vikhr-Llama обладает возможностью многоязычной генерации, и высокопроизводительными возможностями RAG. Модель иммет лучшие оценки среди прочих на наших инструктивных и RAG бенчарках и, поэтому, мы верим, что во многих задачах может быть лучше чем gpt-3.5-turbo от OpenAI.
23
+
24
+ Весь использованный код для обучения доступен в нашем репозитории [effective_llm_alignment](https://github.com/VikhrModels/effective_llm_alignment/) на GitHub, а основные датасеты доступны в нашем [профиле на HF](https://huggingface.co/Vikhrmodels).
25
+
26
+ ### Особенности
27
+ 1. Высокое качество генераций на русском и английском языках, а также некоторых других языках, благодаря датасету [Grandmaster-PRO-MAX](https://huggingface.co/datasets/Vikhrmodels/GrandMaster-PRO-MAX) и исходной модели
28
+ 2. Поддержка системных промптов для регулриования стиля ответов
29
+ 3. Поддержка до 128k токенов контекста благодаря исходной модели (RoPE scaling)
30
+ 4. Grounded RAG режим - модель имеет специальную роль documents и специальный режим работы для поиска идентификаторов релевантных вопросу пользователя документов и использования их для ответа на вопрос, вдохновлено аналогичной способностью модели Command-R
31
+
32
+ ### Метрики и оценка качества
33
+
34
+ Модель оценивалась на нашем русскоязычном open-source SbS бенчмарке [ru-arena-general](https://github.com/VikhrModels/ru_llm_arena) (50 вопросов по 10 топикам), где судьей выступает gpt-4-1106-preview и [бенчмарке](https://colab.research.google.com/drive/16730rWQ4-yGqWoooLs0Ece_16frmOniP?usp=sharing) для RAG на основе тестового сета [Grounded-RAG-v2](https://huggingface.co/datasets/Vikhrmodels/Grounded-RAG-RU-v2), где судей выступа gpt-4o.
35
+
36
+ #### Результаты на Ru-Arena-General
37
+
38
+ В качестве референсых отвеов, с которыми сравниваются модели выступают ответы от gpt-3.5-turbo-0125, поэтому она имеет винрейт 50%.
39
+
40
+ Здесь приведена лишь часть лидерборда, подробнее смотрите в репозитории бенчмарка.
41
+
42
+ | Model Name | Winrate | 95% CI | Average # Tokens |
43
+ |--------------------------------------------------|--------|--------------------|------------------|
44
+ | gpt-4-1106-preview | 90.9 | (-1.3, 1.0) | 541 |
45
+ | gpt-4o-mini | 83.9 | (-1.8, 1.1) | 448 |
46
+ | vikhr-nemo-12b-instruct-r-21-09-24 | 79.8 | (-2.2, 1.9) | 627 |
47
+ | gemma-2-9b-it-sppo-iter3 | 73.6 | (-1.6, 2.2) | 509 |
48
+ | gemma-2-9b-it | 69.2 | (-2.5, 1.9) | 459 |
49
+ | t-lite-instruct-0.1 | 64.7 | (-2.1, 1.7) | 810 |
50
+ | **vikhr-llama3.1-8b-instruct-r-21-09-24** | **63.4** | (-2.1, 2.5) | **618** |
51
+ | suzume-llama-3-8B-multilingual-orpo-borda-half | 57.1 | (-1.9, 2.2) | 682 |
52
+ | mistral-nemo-instruct-2407 | 50.5 | (-2.7, 2.6) | 403 |
53
+ | gpt-3.5-turbo-0125 | 50.0 | (0.0, 0.0) | 220 |
54
+ | c4ai-command-r-v01 | 49.0 | (-1.7, 2.2) | 529 |
55
+ | meta-llama-3.1-8b-instruct | 43.1 | (-2.8, 2.3) | 628 |
56
+
57
+ #### Результаты на бенчмарке RAG
58
+
59
+ Общий размер тестового сета - 200 примеров, 100 для in_domain вопросов и 100 для out_of_domain.
60
+
61
+ Тут для оценки качества модель-судья gpt-4o была проинструктирована учитывать релеватность и фактологичкскую полноту ответов исходя из документов и реферсного ответа от gpt-4-1106-preview.
62
+
63
+ Подробности промптов и оценок смотрите в коде бенчмарка на [коллабе](https://colab.research.google.com/drive/16730rWQ4-yGqWoooLs0Ece_16frmOniP?usp=sharing)
64
+
65
+ in_domain - вопросы которые связаны с содержанием предоставленных документов в той или иной степени \
66
+ out_of_domain - вопросы которые специально никак не связаны с содержанием предоставленных документов
67
+
68
+ <table>
69
+ <thead>
70
+ <tr>
71
+ <th rowspan="2">question_type</th>
72
+ <th colspan="3">gpt-4o</th>
73
+ </tr>
74
+ <tr>
75
+ <th>judge_correct_percent</th>
76
+ <th>avg_answer_match_rougeL</th>
77
+ <th>avg_abs_indexes_diff</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td>in_domain</td>
83
+ <td>73%</td>
84
+ <td>0.34</td>
85
+ <td>NaN</td>
86
+ </tr>
87
+ <tr>
88
+ <td>out_of_domain</td>
89
+ <td>81%</td>
90
+ <td>0.20</td>
91
+ <td>NaN</td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+
96
+ <table>
97
+ <thead>
98
+ <tr>
99
+ <th style="visibility: hidden;" rowspan="2">question_type</th>
100
+ <th colspan="3">Vikhr-Llama3.1-8B-Instruct-R-21-09-24</th>
101
+ </tr>
102
+ <tr>
103
+ <th style="visibility: hidden;">judge_correct_percent</th>
104
+ <th style="visibility: hidden;">avg_answer_match_rougeL</th>
105
+ <th style="visibility: hidden;">avg_abs_indexes_diff</th>
106
+ </tr>
107
+ </thead>
108
+ <tbody>
109
+ <tr>
110
+ <td>in_domain</td>
111
+ <td>64%</td>
112
+ <td>0.41</td>
113
+ <td>0</td>
114
+ </tr>
115
+ <tr>
116
+ <td>out_of_domain</td>
117
+ <td>89%</td>
118
+ <td>0.51</td>
119
+ <td>0</td>
120
+ </tr>
121
+ </tbody>
122
+ </table>
123
+
124
+ <table>
125
+ <thead>
126
+ <tr>
127
+ <th style="visibility: hidden;" rowspan="2">question_type</th>
128
+ <th colspan="3">gpt-4o-mini</th>
129
+ </tr>
130
+ <tr>
131
+ <th style="visibility: hidden;">judge_correct_percent</th>
132
+ <th style="visibility: hidden;">avg_answer_match_rougeL</th>
133
+ <th style="visibility: hidden;">avg_abs_indexes_diff</th>
134
+ </tr>
135
+ </thead>
136
+ <tbody>
137
+ <tr>
138
+ <td>in_domain</td>
139
+ <td>65%</td>
140
+ <td>0.33</td>
141
+ <td>NaN</td>
142
+ </tr>
143
+ <tr>
144
+ <td>out_of_domain</td>
145
+ <td>73%</td>
146
+ <td>0.18</td>
147
+ <td>NaN</td>
148
+ </tr>
149
+ </tbody>
150
+ </table>
151
+
152
+ <table>
153
+ <thead>
154
+ <tr>
155
+ <th style="visibility: hidden;" rowspan="2">question_type</th>
156
+ <th colspan="3">gpt-3.5-turbo-0125 </th>
157
+ </tr>
158
+ <tr>
159
+ <th style="visibility: hidden;">judge_correct_percent</th>
160
+ <th style="visibility: hidden;">avg_answer_match_rougeL</th>
161
+ <th style="visibility: hidden;">avg_abs_indexes_diff</th>
162
+ </tr>
163
+ </thead>
164
+ <tbody>
165
+ <tr>
166
+ <td>in_domain</td>
167
+ <td>49%</td>
168
+ <td>0.28</td>
169
+ <td>NaN</td>
170
+ </tr>
171
+ <tr>
172
+ <td>out_of_domain</td>
173
+ <td>76%</td>
174
+ <td>0.20</td>
175
+ <td>NaN</td>
176
+ </tr>
177
+ </tbody>
178
+ </table>
179
+
180
+ ### Как эта модель создавалась
181
+
182
+ #### Инструктивная SFT часть
183
+
184
+ Для SFT этапа обучения модели мы подготовили большой (150к инструкций) инструктивный синтетический датасет [Vikhrmodels/GrandMaster-PRO-MAX](https://huggingface.co/datasets/Vikhrmodels/GrandMaster-PRO-MAX). Его особенностью является встроеный CoT (Chain-Of-Thought), для сбора которого мы использовали модифицированный промет для gpt-4-turbo, подробности в карточке датасета.
185
+
186
+ Кроме того, для того чтобы сделать RAG Grounding, мы подготовили другой синтетический датасет - [Vikhrmodels/Grounded-RAG-RU-v2](https://huggingface.co/datasets/Vikhrmodels/Grounded-RAG-RU-v2) (50k диалогов), его пайплайн сборки достаточно сложный для короткого описания и полробнее об этом вы можете прочитать в его ��арточке.
187
+
188
+ #### Этап алайнмента с SMPO
189
+
190
+ Для дальнейшего улучшения качества ответов мы использовали следущий пайплайн:
191
+ 1) Обучили кастомную Reward модель (она пока не будет выкладываться в открытый доступ)
192
+ 2) Дедуплицировали и отфилтровали используя RM модель оригинальный датасет Vikhrmodels/GrandMaster-PRO-MAX, получив порядка 10к самых высококачественных и разнообразных диалогов.
193
+ 3) Сделали Rejection Sampling с SFT чекпоинтом используя полученный датасет и Reward модель. (Генерировали 7 гипотез и брали только 2 самые худшие как rejected)
194
+ 4) Дообучили SFT чекпоинт с помощью нашего метода SMPO используя полученный датасет из этапа 3. SMPO был спроектирован и выбран как метод для повышения стабильности тренировки преференсов в условиях Rejection Samping и достижения нужного margin.
195
+
196
+ Реализацию SMPO, rejection sampling и другое можно найти в нашей библиотеке [effective_llm_alignment](https://github.com/VikhrModels/effective_llm_alignment/) на GitHub
197
+
198
+ ### Как работать с RAG
199
+
200
+ Роль documents представляет из себя список словарей с описанием контента документов, с примнением `json.dumps(array, ensure_ascii=False)` (см. пример ниже). \
201
+ Контент документов может быть представлен в **3** различных форматах: **Markdown**, **HTML**, **Plain Text**. Контент каждого документа - может быть чанком текста длиной до 4к символов.
202
+
203
+ ```json
204
+ [
205
+ {
206
+ "doc_id": (0..5),
207
+ "title": "(null or str)",
208
+ "content": "(html or markdown or plain text)"
209
+ }
210
+ ]
211
+ ```
212
+
213
+ #### Пример правильного использования с OpenAI-like API
214
+
215
+ Запуск vLLM сервера: `vllm serve --dtype half --max-model-len 32000 -tp 1 Vikhrmodels/Vikhr-Llama3.1-8B-Instruct-R-21-09-24 --api-key token-abc123`
216
+
217
+ ```python
218
+ GROUNDED_SYSTEM_PROMPT = "Your task is to answer the user's questions using only the information from the provided documents. Give two answers to each question: one with a list of relevant document identifiers and the second with the answer to the question itself, using documents with these identifiers."
219
+
220
+ documents = [
221
+ {
222
+ "doc_id": 0,
223
+ "title": "Глобальное потепление: ледники",
224
+ "content": "За последние 50 лет объем ледников в мире уменьшился на 30%"
225
+ },
226
+ {
227
+ "doc_id": 1,
228
+ "title": "Глобальное потепление: Уровень моря",
229
+ "content": "Уровень мирового океана повысился на 20 см с 1880 года и продолжает расти на 3,3 мм в год"
230
+ }
231
+ ]
232
+ sample_history = [
233
+ {'role': 'system', 'content': GROUNDED_SYSTEM_PROMPT},
234
+ {'role': 'documents', 'content': json.dumps(documents, ensure_ascii=False)},
235
+ {'role': 'user', 'content': 'Глоабльное потепление'}
236
+ ]
237
+ relevant_indexes = llm_client.chat.completions.create(
238
+ model=llm_model,
239
+ messages=sample_history,
240
+ temperature=0.0,
241
+ max_tokens=2048
242
+ ).choices[0].message.content
243
+
244
+ print('Using documents: ' + relevant_indexes + '\n----')
245
+ final_answer = llm_client.chat.completions.create(
246
+ model=llm_model,
247
+ messages=sample_history + [{'role': 'assistant', 'content': relevant_indexes}],
248
+ temperature=0.3,
249
+ max_tokens=2048
250
+ ).choices[0].message.content
251
+
252
+ print(final_answer)
253
+ ```
254
+
255
+ Ответ после выполнения кода будет выглядеть примерно так:
256
+
257
+ Using documents: {"relevant_doc_ids": [0, 1]}
258
+ ----
259
+
260
+ Глобальное потепление – это долгосрочное повышение средней температуры атмосферы Земли. Это явление имеет множество последствий, включая таяние ледников и повышение уровня мирового океана.
261
+
262
+ Из доступной мне информации видно, что за последние 50 лет объем ледников в мире уменьшился на 30%. Это свидетельствует о том, что таяние ледников является одним из проявлений глобального потепления. Ледники играют важную роль в регулировании климата, так как они отражают солнечный свет и замедляют таяние снега и льда. Уменьшение их объема может привести к усилению таяния снега и льда в высоких широтах, что, в свою очередь, может привести к изменению климата в этих регионах.
263
+
264
+ Кроме того, уровень мирового океана повысился на 20 см с 1880 года и продолжает расти на 3,3 мм в год. Это повышение уровня моря обусловлено несколькими факторами, включая таяние ледников и ледниковых щитов, а также расширение океанов из-за повышения температуры воды. Повышение уровня моря может привести к затоплению прибрежных территорий, эрозии берегов и увеличению риска наводнений.
265
+
266
+ Глобальное потепление является сложной и многогранной проблемой, которая требует международного сотрудничества и принятия мер для сокращения выбросов парниковых газов, чтобы замедлить и, в конечном счете, остановить этот процесс.
267
+
268
+ Используя первый ответ модели `relevant_indexes` (JSON), можно понять нашла ли модель информацию в документах или нет, она обучена возврашать пустой массив если ее нет и в таком случае она будет отвечать, что не смогла найти информацию в базе знаний (при генерации второго ответа).
269
+
270
+ ### Нюансы и ограничения
271
+ - Модель имеет **низкий уровень безопасности ответов** и нацелена на правильное и полное выполенние инстуркций, имейте это ввиду при использовании. Частично это исправляется системными промптами и дополнительными указаниями о важности безопасности в промпте пользователя.
272
+ - Системные промпты не предназначены для описание персонажей, используйте их только для спецификации стиля ответа (вроде "answer only in json format"). Кроме того они должны быть **на английском**, так как так было в датасете, здесь от английского не зависит язык ответа.
273
+ - RAG режим **требует обязательного** наличия системного промпта `GROUNDED_SYSTEM_PROMPT` описаного в секции *Как работать с RAG*. Так же иногда модель может добавлять общую информацию из своих знаний в ответ к той, что есть в документах.
274
+ - Модель лучше использовать с низкой темптературой (0.1-0.4) и желательно с beam search.
275
+
276
+ ### Авторы
277
+ - Sergei Bratchikov, [NLP Wanderer](https://t.me/nlpwanderer), Vikhr Team
278
+ - Konstantin Korolev, Vikhr Team
279
+ - Aleksandr Nikolich, Vikhr Team
original_adapter/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Vikhrmodels/Vikhr-Llama3.1-8B-Instruct-R-01-09-24
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
vikhr-llama3.1-8b-instruct-r-21-09-24.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b63edd02d0ea77ac3f9f5e48c29b10b6ac0cb2dc4edc097477a445a38b2a802
3
+ size 4018918752
vikhr-llama3.1-8b-instruct-r-21-09-24.bf16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:819c9f57f108724a935a59e6bc6c8b3bed0b3865f7e6ddd8e3a293f146bd9cfd
3
+ size 16068892000