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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c47c08d
1
Parent(s): 7863a65
update
Browse files
classification/tokenizer_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"auto_map": {
|
| 3 |
-
"AutoTokenizer": ["tokenizer_bbb.BBBTokenizer", "tokenizer_bbb.BBBTokenizer"]
|
| 4 |
},
|
| 5 |
"clean_up_tokenization_spaces": true,
|
| 6 |
"cls_token": "<bos>",
|
|
|
|
| 1 |
{
|
| 2 |
"auto_map": {
|
| 3 |
+
"AutoTokenizer": ["classification/tokenizer_bbb.BBBTokenizer", "classification/tokenizer_bbb.BBBTokenizer"]
|
| 4 |
},
|
| 5 |
"clean_up_tokenization_spaces": true,
|
| 6 |
"cls_token": "<bos>",
|