Gaivoronsky
commited on
Commit
·
6e4e9d1
1
Parent(s):
c203d44
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- IlyaGusev/ru_turbo_saiga
|
4 |
+
- IlyaGusev/ru_sharegpt_cleaned
|
5 |
+
- IlyaGusev/oasst1_ru_main_branch
|
6 |
+
- IlyaGusev/ru_turbo_alpaca_evol_instruct
|
7 |
+
- lksy/ru_instruct_gpt4
|
8 |
+
language:
|
9 |
+
- ru
|
10 |
+
pipeline_tag: conversational
|
11 |
+
license: cc-by-4.0
|
12 |
+
|
13 |
+
This is a generative model converted to fp16 format based on [IlyaGusev/saiga_mistral_7b_lora](https://huggingface.co/IlyaGusev/saiga_mistral_7b_lora)
|
14 |
+
|
15 |
+
|
16 |
+
```bash
|
17 |
+
python -u -m vllm.entrypoints.openai.api_server --host 0.0.0.0 --model Gaivoronsky/Mistral-7B-Saiga
|
18 |
+
```
|