Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,13 @@ language:
|
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
-
# GPT-2Geo: Georgian Language Model
|
|
|
|
|
12 |
|
13 |
## Overview
|
14 |
|
15 |
-
GPT-2Geo is a powerful language model tailored for the Georgian language, built upon OpenAI's GPT-2 architecture. This model is designed for various natural language processing tasks, including text generation and understanding. [Github](https://github.com/Kuduxaaa/gpt2-geo)
|
16 |
|
17 |
## Features
|
18 |
|
@@ -39,9 +41,8 @@ For detailed insights into the model's performance, refer to the training logs,
|
|
39 |
|
40 |
Ensure that your GPU environment is correctly configured to harness the full potential of the available hardware during the training phase.
|
41 |
|
42 |
-
## Usage
|
43 |
|
44 |
-
### Example
|
45 |
```python
|
46 |
import torch
|
47 |
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
+
# GPT-2Geo: Georgian Language Model 🇬🇪
|
12 |
+
|
13 |
+
> ⚠️ This GPT-2Geo model is not fully trained due to hardware constraints. It has been trained on a subset of 2000 samples for 20 epochs. The model's capabilities and performance are indicative within these limitations. Future iterations may benefit from extended training on more extensive datasets. Please be mindful of these training constraints when utilizing the model.
|
14 |
|
15 |
## Overview
|
16 |
|
17 |
+
GPT-2Geo is a powerful language model tailored for the Georgian language, built upon OpenAI's GPT-2 architecture. This model is designed for various natural language processing tasks, including text generation and understanding. [Github (training script)](https://github.com/Kuduxaaa/gpt2-geo)
|
18 |
|
19 |
## Features
|
20 |
|
|
|
41 |
|
42 |
Ensure that your GPU environment is correctly configured to harness the full potential of the available hardware during the training phase.
|
43 |
|
44 |
+
## Example Usage
|
45 |
|
|
|
46 |
```python
|
47 |
import torch
|
48 |
|