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

  • Log In
  • Sign Up

yevhenkost
/
multling_db_hs

Text Classification
Transformers
Safetensors
xlm-roberta
Model card Files Files and versions
xet
Community

Instructions to use yevhenkost/multling_db_hs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yevhenkost/multling_db_hs with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yevhenkost/multling_db_hs")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yevhenkost/multling_db_hs")
    model = AutoModelForSequenceClassification.from_pretrained("yevhenkost/multling_db_hs")
  • Notebooks
  • Google Colab
  • Kaggle
multling_db_hs
1.11 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yevhenkost's picture
yevhenkost
Upload XLMRobertaForSequenceClassification
ab5ea89 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload XLMRobertaForSequenceClassification over 1 year ago
  • config.json
    1.39 kB
    Upload XLMRobertaForSequenceClassification over 1 year ago
  • model.safetensors
    1.11 GB
    xet
    Upload XLMRobertaForSequenceClassification over 1 year ago