Instructions to use ranjankn/gpad-v1-full-taskA-sample with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ranjankn/gpad-v1-full-taskA-sample with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ranjankn/gpad-v1-full-taskA-sample", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 111 Bytes
508bab8 | 1 2 3 4 | label_id,label,precision,recall,f1,support
0,class_0,0.0,0.0,0.0,161
1,class_1,0.195,1.0,0.3263598326359833,39
|