Instructions to use trainMeWell/seg_distil_gbh_undersampled-3-1_7sentsContext_class-weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use trainMeWell/seg_distil_gbh_undersampled-3-1_7sentsContext_class-weights with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="trainMeWell/seg_distil_gbh_undersampled-3-1_7sentsContext_class-weights")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("trainMeWell/seg_distil_gbh_undersampled-3-1_7sentsContext_class-weights") model = AutoModelForSequenceClassification.from_pretrained("trainMeWell/seg_distil_gbh_undersampled-3-1_7sentsContext_class-weights", device_map="auto") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
valDataset:
[[ 379 , 112]
[ 552 , 10947]]
zero_class_recall = 0.7718940936863544 one_class_recall = 0.951995825723976
- Downloads last month
- 4