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 config.json with huggingface_hub
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": [
|
| 3 |
+
"BAGEL-ReAlign"
|
| 4 |
+
],
|
| 5 |
+
}
|