Commit ·
96e0dcc
1
Parent(s): ca2dd2b
Librarian Bot: Update dataset YAML metadata for model
Browse filesThis is a pull request to add a dataset, [`johnowhitaker/colorbs`](https://huggingface.co/datasets/johnowhitaker/colorbs), to the metadata for your model (defined in the `YAML` block of your model's `README.md`).
The pull request was made by [librarian-bot](https://huggingface.co/librarian-bot) and used a combination of rules and/or machine learning to suggest this additional metadata.
If this suggestion is incorrect, feel free to close this pull request.
Librarian Bot was made by [@davanstrien](https://huggingface.co/davanstrien); feel free to get in touch with feedback.
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
A lightweightgan trained briefly on https://huggingface.co/datasets/johnowhitaker/colorbs
|
| 2 |
See https://huggingface.co/johnowhitaker/orbgan_e1 for training script and so on, since this was basically just copying that and running on a new dataset.
|
| 3 |
Note: lightweightgan code was updated between training orbgan_e1 and this one, so if you're trying to run the CPU inference notebook you'll get errors. See an updated version running this model on a CPU here: https://colab.research.google.com/drive/16XKJ7XZeSI0rvUf1GU6m9qrmwr1pMRWy?usp=sharing
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets: johnowhitaker/colorbs
|
| 3 |
+
---
|
| 4 |
A lightweightgan trained briefly on https://huggingface.co/datasets/johnowhitaker/colorbs
|
| 5 |
See https://huggingface.co/johnowhitaker/orbgan_e1 for training script and so on, since this was basically just copying that and running on a new dataset.
|
| 6 |
Note: lightweightgan code was updated between training orbgan_e1 and this one, so if you're trying to run the CPU inference notebook you'll get errors. See an updated version running this model on a CPU here: https://colab.research.google.com/drive/16XKJ7XZeSI0rvUf1GU6m9qrmwr1pMRWy?usp=sharing
|