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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

liuyanyi
/
AlignScore-large-hf

Text Classification
Transformers
Safetensors
alignscore
custom_code
Model card Files Files and versions
xet
Community

Instructions to use liuyanyi/AlignScore-large-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use liuyanyi/AlignScore-large-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="liuyanyi/AlignScore-large-hf", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("liuyanyi/AlignScore-large-hf", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AlignScore-large-hf
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
liuyanyi's picture
liuyanyi
Delete config_alignscore.py
cc13dc5 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    670 Bytes
    Update README.md 12 months ago
  • config.json
    802 Bytes
    Upload folder using huggingface_hub 12 months ago
  • configuration_alignscore.py
    334 Bytes
    Upload folder using huggingface_hub 12 months ago
  • inferencer.py
    14.2 kB
    Upload inferencer.py 12 months ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub 12 months ago
  • model.safetensors
    1.42 GB
    xet
    Upload folder using huggingface_hub 12 months ago
  • modeling_alignscore.py
    4.25 kB
    Upload folder using huggingface_hub 12 months ago
  • special_tokens_map.json
    280 Bytes
    Upload folder using huggingface_hub 12 months ago
  • tokenizer.json
    3.56 MB
    Upload folder using huggingface_hub 12 months ago
  • tokenizer_config.json
    1.25 kB
    Upload folder using huggingface_hub 12 months ago
  • vocab.json
    798 kB
    Upload folder using huggingface_hub 12 months ago