Text Classification
Transformers
Safetensors
English
firstname_gender
feature-extraction
gender-classification
first-name
causal-lm
spiceechat
custom_code
Instructions to use SpiceeChat/Genre-Classifier-1-20M-BASE-BF16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SpiceeChat/Genre-Classifier-1-20M-BASE-BF16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SpiceeChat/Genre-Classifier-1-20M-BASE-BF16", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SpiceeChat/Genre-Classifier-1-20M-BASE-BF16", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "tokenizer_class": "PreTrainedTokenizerFast", | |
| "model_max_length": 20, | |
| "clean_up_tokenization_spaces": false, | |
| "unk_token": "[UNK]", | |
| "pad_token": "[PAD]", | |
| "bos_token": "[BOS]", | |
| "eos_token": "[EOS]", | |
| "mask_token": "[MASK]", | |
| "vocab_size": 32768, | |
| "lowercase": false, | |
| "padding_side": "right", | |
| "truncation_side": "right" | |
| } |