Model save
Browse files
README.md
CHANGED
@@ -4,10 +4,6 @@ license: mit
|
|
4 |
base_model: gpt2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
datasets:
|
8 |
-
- rahul7star/hindi-poetry
|
9 |
-
language:
|
10 |
-
- hi
|
11 |
model-index:
|
12 |
- name: hindi_poetry_language_model
|
13 |
results: []
|
@@ -18,14 +14,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# hindi_poetry_language_model
|
20 |
|
21 |
-
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an
|
22 |
-
https://huggingface.co/datasets/rahul7star/hindi-poetry
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
@@ -52,9 +47,9 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
-
| No log | 1.0 | 3 |
|
56 |
-
| No log | 2.0 | 6 | 0.
|
57 |
-
| No log | 3.0 | 9 | 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
@@ -63,17 +58,3 @@ The following hyperparameters were used during training:
|
|
63 |
- Pytorch 2.5.1+cu121
|
64 |
- Datasets 3.2.0
|
65 |
- Tokenizers 0.21.0
|
66 |
-
-
|
67 |
-
### Citation
|
68 |
-
|
69 |
-
```
|
70 |
-
@misc{hindipoetry,
|
71 |
-
author = {Rahul7star},
|
72 |
-
title = {Hindi Poetry},
|
73 |
-
year = {2025},
|
74 |
-
publisher = {Hugging Face},
|
75 |
-
journal = {Hugging Face repository},
|
76 |
-
url = {\url{https://huggingface.co/spaces/rahul7star}}
|
77 |
-
}
|
78 |
-
|
79 |
-
```
|
|
|
4 |
base_model: gpt2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: hindi_poetry_language_model
|
9 |
results: []
|
|
|
14 |
|
15 |
# hindi_poetry_language_model
|
16 |
|
17 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
|
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0081
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
More information needed
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 3 | 3.2484 |
|
51 |
+
| No log | 2.0 | 6 | 0.0089 |
|
52 |
+
| No log | 3.0 | 9 | 0.0081 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
58 |
- Pytorch 2.5.1+cu121
|
59 |
- Datasets 3.2.0
|
60 |
- Tokenizers 0.21.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|