Instructions to use jacob-valdez/builderbrain-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jacob-valdez/builderbrain-small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jacob-valdez/builderbrain-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model/pytorch_model.bin.index.json with huggingface_hub
Browse files
model/pytorch_model.bin.index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
-
"total_size":
|
| 4 |
},
|
| 5 |
"weight_map": {
|
| 6 |
"model.embed_tokens.weight": "pytorch_model.bin",
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
+
"total_size": 43
|
| 4 |
},
|
| 5 |
"weight_map": {
|
| 6 |
"model.embed_tokens.weight": "pytorch_model.bin",
|