Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

lapa-llm
/
alignment-score-model

Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use lapa-llm/alignment-score-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lapa-llm/alignment-score-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="lapa-llm/alignment-score-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lapa-llm/alignment-score-model")
    model = AutoModelForSequenceClassification.from_pretrained("lapa-llm/alignment-score-model")
  • Notebooks
  • Google Colab
  • Kaggle
alignment-score-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 50 commits
robinhad's picture
robinhad
Update README.md
363561d verified 6 months ago
  • final
    Model save 8 months ago
  • runs
    Model save 8 months ago
  • .gitattributes
    1.63 kB
    Model save 8 months ago
  • README.md
    2.73 kB
    Update README.md 6 months ago
  • config.json
    785 Bytes
    Training in progress, epoch 3 8 months ago
  • model.safetensors
    1.11 GB
    xet
    Model save 8 months ago
  • special_tokens_map.json
    964 Bytes
    Training in progress, epoch 3 8 months ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, epoch 3 8 months ago
  • tokenizer_config.json
    1.18 kB
    Training in progress, epoch 3 8 months ago
  • training_args.bin
    5.43 kB
    xet
    Training in progress, epoch 3 8 months ago
  • vocab.txt
    232 kB
    Training in progress, step 320 8 months ago