Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,24 @@ We use the **PixelBytes-PokemonAll** dataset, available on Hugging Face: [PixelB
|
|
33 |
|
34 |
- **3 LSTM Models**: 2 Auto-regressive and 1 only predictive.
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
---
|
37 |
|
38 |
Thank you for exploring **PixelBytes**! We hope this model aids your multimodal generation projects.
|
|
|
33 |
|
34 |
- **3 LSTM Models**: 2 Auto-regressive and 1 only predictive.
|
35 |
|
36 |
+
Citation
|
37 |
+
--------
|
38 |
+
|
39 |
+
.. code-block:: bibtex
|
40 |
+
|
41 |
+
@misc{furfaro2024pixelbytes_project,
|
42 |
+
author = {Furfaro, Fabien},
|
43 |
+
title = {PixelBytes: A Unified Multimodal Representation Learning Project},
|
44 |
+
year = {2024},
|
45 |
+
howpublished = {
|
46 |
+
GitHub: \url{https://github.com/fabienfrfr/PixelBytes},
|
47 |
+
Models: \url{https://huggingface.co/ffurfaro/PixelBytes-Pokemon} and \url{https://huggingface.co/ffurfaro/aPixelBytes-Pokemon},
|
48 |
+
Datasets: \url{https://huggingface.co/datasets/ffurfaro/PixelBytes-Pokemon} and \url{https://huggingface.co/datasets/ffurfaro/PixelBytes-PokemonAll}
|
49 |
+
},
|
50 |
+
note = {GitHub repository, Hugging Face Model Hub, and Datasets Hub}
|
51 |
+
}
|
52 |
+
|
53 |
+
|
54 |
---
|
55 |
|
56 |
Thank you for exploring **PixelBytes**! We hope this model aids your multimodal generation projects.
|