Instructions to use Sungyeon/GENIUS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sungyeon/GENIUS with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Sungyeon/GENIUS", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- misc/cvpr_25_genius.png +0 -0
- misc/efficiency.png +0 -0
- misc/semantic_quantization.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
misc/semantic_quantization.png filter=lfs diff=lfs merge=lfs -text
|
misc/cvpr_25_genius.png
ADDED
|
misc/efficiency.png
ADDED
|
misc/semantic_quantization.png
ADDED
|
Git LFS Details
|