Upload folder using huggingface_hub
Browse files- README.md +11 -3
- config.json +12 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: ru
|
| 3 |
+
tags: [text-generation, mini-gpt, russian, educational]
|
| 4 |
+
license: mit
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Mini-GPT Russian 🤖
|
| 8 |
+
|
| 9 |
+
Параметров: **3,960,320** | Слоёв: **4** | Контекст: **128**
|
| 10 |
+
|
| 11 |
+
Учебная модель, обученная с нуля на Wikipedia.
|
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MiniGPT"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "mini-gpt",
|
| 6 |
+
"vocab_size": 3000,
|
| 7 |
+
"embed_dim": 256,
|
| 8 |
+
"num_heads": 8,
|
| 9 |
+
"num_layers": 4,
|
| 10 |
+
"seq_length": 128,
|
| 11 |
+
"dropout": 0.1
|
| 12 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe90c8c3ad273e92cf5e81e5e0b40a81d04dc37c983493abdb967ca9e60c8685
|
| 3 |
+
size 15927398
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|