Instructions to use Philipuss/GPT-Macbeth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Philipuss/GPT-Macbeth with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Philipuss/GPT-Macbeth", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,11 +4,6 @@ A custom finetune of GPT-2 trained on a custom dataset of victorian literature
|
|
| 4 |
## Information
|
| 5 |
The goal of this finetune is to output high-quality victorian literature, while being customizable with Author's Note and being light to run (aka not being a GPT-Neo or GPT-Jax finetune, for now at least).
|
| 6 |
|
| 7 |
-
|
| 8 |
-
## Download
|
| 9 |
-
Currently can only be downloaded through Google Drive: https://drive.google.com/file/d/1QuErX7w0C4M-Z4wjm5Z5hXEDTazwKR4y/view?usp=sharing
|
| 10 |
-
|
| 11 |
-
|
| 12 |
## Authors Note
|
| 13 |
Author's Note was added manually, so please appreciate it. :)
|
| 14 |
|
|
|
|
| 4 |
## Information
|
| 5 |
The goal of this finetune is to output high-quality victorian literature, while being customizable with Author's Note and being light to run (aka not being a GPT-Neo or GPT-Jax finetune, for now at least).
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
## Authors Note
|
| 8 |
Author's Note was added manually, so please appreciate it. :)
|
| 9 |
|