Instructions to use Eric22333/News_Classifier_Ensemble with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Eric22333/News_Classifier_Ensemble with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Eric22333/News_Classifier_Ensemble", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "CustomModel" | |
| ], | |
| "id2label": { | |
| "0": "FOXNEWS", | |
| "1": "NBC" | |
| }, | |
| "label2id": { | |
| "FOXNEWS": 0, | |
| "NBC": 1 | |
| }, | |
| "model_type": "ensemble", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.46.2" | |
| } | |