End of training
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
base_model: EleutherAI/pythia-160m
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
model_name: ppo_with_value14
|
| 5 |
tags:
|
|
@@ -9,7 +10,7 @@ licence: license
|
|
| 9 |
|
| 10 |
# Model Card for ppo_with_value14
|
| 11 |
|
| 12 |
-
This model is a fine-tuned version of [EleutherAI/pythia-160m](https://huggingface.co/EleutherAI/pythia-160m).
|
| 13 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 14 |
|
| 15 |
## Quick start
|
|
|
|
| 1 |
---
|
| 2 |
base_model: EleutherAI/pythia-160m
|
| 3 |
+
datasets: trl-internal-testing/descriptiveness-sentiment-trl-style
|
| 4 |
library_name: transformers
|
| 5 |
model_name: ppo_with_value14
|
| 6 |
tags:
|
|
|
|
| 10 |
|
| 11 |
# Model Card for ppo_with_value14
|
| 12 |
|
| 13 |
+
This model is a fine-tuned version of [EleutherAI/pythia-160m](https://huggingface.co/EleutherAI/pythia-160m) on the [trl-internal-testing/descriptiveness-sentiment-trl-style](https://huggingface.co/datasets/trl-internal-testing/descriptiveness-sentiment-trl-style) dataset.
|
| 14 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 15 |
|
| 16 |
## Quick start
|