Sierra-W117
commited on
Commit
·
a4ae42c
1
Parent(s):
dcdab62
saved yaml metadata in repo card
Browse files
README.md
CHANGED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ru
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- gpt2
|
7 |
+
- mathematics
|
8 |
+
- text-generation
|
9 |
+
datasets:
|
10 |
+
- AI-MO/NuminaMath-CoT
|
11 |
+
metrics:
|
12 |
+
- cross_entropy
|
13 |
+
base_model: gpt2
|
14 |
+
---
|
15 |
+
|
16 |
+
# Math GPT-2 - Mathematical Text Generation Model
|
17 |
+
|
18 |
+
A GPT-2 based model fine-tuned on a [AI-MO/NuminaMath-CoT](https://huggingface.co/datasets/AI-MO/NuminaMath-CoT) dataset
|
19 |
+
|
20 |
+
## Model Description
|
21 |
+
|
22 |
+
...
|
23 |
+
|
24 |
+
### Usage
|
25 |
+
|
26 |
+
...
|