Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# Tensor-12m
|
| 5 |
+
|
| 6 |
+
**My first model - Tensor-12m**
|
| 7 |
+
|
| 8 |
+
[](https://www.python.org/)
|
| 9 |
+
[](https://opensource.org/licenses/MIT)
|
| 10 |
+
[]()
|
| 11 |
+
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
## About
|
| 15 |
+
|
| 16 |
+
Tensor-12m is our first model, trained on a **5 MB Russian dataset**.
|
| 17 |
+
It's an **instruct model** - feel free to use, fine-tune, and experiment with it.
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
## Quick Start
|
| 22 |
+
|
| 23 |
+
Clone the repository and run:
|
| 24 |
+
|
| 25 |
+
```bash
|
| 26 |
+
git clone https://github.com/GribAI/Tensor-12m
|
| 27 |
+
cd Tensor-12m
|
| 28 |
+
pip install -r requirements.txt
|
| 29 |
+
python launch.py
|