Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
multi-task-learning
Eval Results (legacy)
Instructions to use RonTon05/MTL_ATESG_Weighted with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RonTon05/MTL_ATESG_Weighted with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="RonTon05/MTL_ATESG_Weighted")# Load model directly from transformers import AutoTokenizer, PhoBERTMultiTask tokenizer = AutoTokenizer.from_pretrained("RonTon05/MTL_ATESG_Weighted") model = PhoBERTMultiTask.from_pretrained("RonTon05/MTL_ATESG_Weighted") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!