Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

daxmavy
/
claim-samepoint-scorer

Text Classification
Transformers
Safetensors
English
roberta
cross-encoder
sentence-similarity
claim-matching
political-text
distillation
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use daxmavy/claim-samepoint-scorer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use daxmavy/claim-samepoint-scorer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="daxmavy/claim-samepoint-scorer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("daxmavy/claim-samepoint-scorer")
    model = AutoModelForSequenceClassification.from_pretrained("daxmavy/claim-samepoint-scorer", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
claim-samepoint-scorer
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
daxmavy's picture
daxmavy
Add claim same-point scorer v2 (roberta-large-mnli distill, flip-augmented) + model card
455f165 verified 21 days ago
  • .gitattributes
    1.52 kB
    initial commit 21 days ago
  • README.md
    3.73 kB
    Add claim same-point scorer v2 (roberta-large-mnli distill, flip-augmented) + model card 21 days ago
  • config.json
    789 Bytes
    Add claim same-point scorer v2 (roberta-large-mnli distill, flip-augmented) + model card 21 days ago
  • metrics.json
    186 Bytes
    Add claim same-point scorer v2 (roberta-large-mnli distill, flip-augmented) + model card 21 days ago
  • model.safetensors
    1.42 GB
    xet
    Add claim same-point scorer v2 (roberta-large-mnli distill, flip-augmented) + model card 21 days ago
  • tokenizer.json
    3.56 MB
    Add claim same-point scorer v2 (roberta-large-mnli distill, flip-augmented) + model card 21 days ago
  • tokenizer_config.json
    388 Bytes
    Add claim same-point scorer v2 (roberta-large-mnli distill, flip-augmented) + model card 21 days ago