Instructions to use fjiang45/NewsClassifierConfig with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fjiang45/NewsClassifierConfig with Transformers:
# Load model directly from transformers import NewsClassifier model = NewsClassifier.from_pretrained("fjiang45/NewsClassifierConfig", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 173 Bytes
4250ec4 | 1 2 3 4 5 6 7 8 9 10 | {
"architectures": [
"NewsClassifier"
],
"embedding_dim": 100,
"model_type": "news_classifier",
"torch_dtype": "float32",
"transformers_version": "4.46.3"
}
|