Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- ru
|
| 5 |
+
- en
|
| 6 |
+
datasets:
|
| 7 |
+
- d0rj/ru-instruct
|
| 8 |
+
base_model:
|
| 9 |
+
- Felladrin/Llama-68M-Chat-v1
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
library_name: transformers
|
| 12 |
+
tags:
|
| 13 |
+
- llama
|
| 14 |
+
- conversational
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Llama-68M-Chat-v1_ru-instruct_test
|
| 18 |
+
|
| 19 |
+
Test ru finetune version of small LLM for internal use
|