Instructions to use WeiChow/Bagel-weave with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WeiChow/Bagel-weave with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WeiChow/Bagel-weave", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload processing_complete.txt with huggingface_hub
Browse files- processing_complete.txt +4 -0
processing_complete.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Processing completed at: Sat Nov 8 04:01:19 2025.
|
| 2 |
+
All non-weight files have been copied.
|
| 3 |
+
Converted {'ema.safetensors'} to bfloat16 format.
|
| 4 |
+
Completed the weights for ema.safetensors using the Master EMA ema.
|