End of training
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: mit
|
| 4 |
-
base_model: gpt2
|
| 5 |
tags:
|
| 6 |
- debug
|
| 7 |
- generated_from_trainer
|
|
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# debug-gpt2
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the gsm8k dataset.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: mit
|
| 4 |
+
base_model: openai-community/gpt2
|
| 5 |
tags:
|
| 6 |
- debug
|
| 7 |
- generated_from_trainer
|
|
|
|
| 17 |
|
| 18 |
# debug-gpt2
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the openai/gsm8k dataset.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|