Instructions to use guillermoruiz/bilma_US with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guillermoruiz/bilma_US with Transformers:
# Load model directly from transformers import TFAutoModel model = TFAutoModel.from_pretrained("guillermoruiz/bilma_US", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload config
Browse files- config.json +0 -3
config.json
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"add_head": null,
|
| 3 |
-
"architectures": [
|
| 4 |
-
"Bilma"
|
| 5 |
-
],
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "configuration_bilma.BilmaConfig",
|
| 8 |
"TFAutoModel": "modeling_bilma.TFBilma"
|
|
|
|
| 1 |
{
|
| 2 |
"add_head": null,
|
|
|
|
|
|
|
|
|
|
| 3 |
"auto_map": {
|
| 4 |
"AutoConfig": "configuration_bilma.BilmaConfig",
|
| 5 |
"TFAutoModel": "modeling_bilma.TFBilma"
|