Instructions to use SaeedLab/TITAN-BBB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SaeedLab/TITAN-BBB with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SaeedLab/TITAN-BBB", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "BBBModelForSequenceClassification" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "classification/configuration_bbb.BBBConfig", | |
| "AutoModelForSequenceClassification": "classification/modeling_bbb.BBBModelForSequenceClassification" | |
| }, | |
| "d_img": 2048, | |
| "d_tab": 384, | |
| "d_txt": 768, | |
| "dropout": 0.1, | |
| "dtype": "float32", | |
| "model_type": "bbb-model", | |
| "problem_type": "single_label_classification", | |
| "proj_dim": 2048, | |
| "task": "classification", | |
| "transformers_version": "4.57.3" | |
| } | |