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

  • Log In
  • Sign Up

RyuKT
/
DefSentPlus-syncse-partial-roberta-base

Feature Extraction
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use RyuKT/DefSentPlus-syncse-partial-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RyuKT/DefSentPlus-syncse-partial-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="RyuKT/DefSentPlus-syncse-partial-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("RyuKT/DefSentPlus-syncse-partial-roberta-base")
    model = AutoModel.from_pretrained("RyuKT/DefSentPlus-syncse-partial-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
DefSentPlus-syncse-partial-roberta-base
1.81 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RyuKT's picture
RyuKT
Create README.md
690d2b9 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    294 Bytes
    Create README.md almost 2 years ago