Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Azerbaijani Language GPT Model
|
2 |
|
3 |
This repository contains an implementation of a GPT (Generative Pre-trained Transformer) model trained on Azerbaijani Wikipedia data. The model is designed to understand and generate Azerbaijani text.
|
|
|
1 |
+
---
|
2 |
+
language: az
|
3 |
+
tags:
|
4 |
+
- gpt
|
5 |
+
- transformers
|
6 |
+
- text-generation
|
7 |
+
- azerbaijani
|
8 |
+
license: mit
|
9 |
+
datasets:
|
10 |
+
- wikipedia
|
11 |
+
metrics:
|
12 |
+
- perplexity
|
13 |
+
---
|
14 |
+
|
15 |
# Azerbaijani Language GPT Model
|
16 |
|
17 |
This repository contains an implementation of a GPT (Generative Pre-trained Transformer) model trained on Azerbaijani Wikipedia data. The model is designed to understand and generate Azerbaijani text.
|