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
| { | |
| "architectures": [ | |
| "NewsClassifier" | |
| ], | |
| "embedding_dim": 100, | |
| "model_type": "news_classifier", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.46.3" | |
| } | |