Instructions to use bedrock123/burrito-x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use bedrock123/burrito-x with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://bedrock123/burrito-x") - Notebooks
- Google Colab
- Kaggle
Commit ·
b8a48d9
1
Parent(s): 7c3c31d
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"intermediate_size": 3072,
|
| 12 |
"layer_norm_eps": 1e-12,
|
| 13 |
"max_position_embeddings": 512,
|
| 14 |
-
"model_type": "
|
| 15 |
"num_attention_heads": 12,
|
| 16 |
"num_hidden_layers": 12,
|
| 17 |
"pad_token_id": 0,
|
|
|
|
| 11 |
"intermediate_size": 3072,
|
| 12 |
"layer_norm_eps": 1e-12,
|
| 13 |
"max_position_embeddings": 512,
|
| 14 |
+
"model_type": "clip",
|
| 15 |
"num_attention_heads": 12,
|
| 16 |
"num_hidden_layers": 12,
|
| 17 |
"pad_token_id": 0,
|