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

TurkuNLP
/
web-register-classification-multilingual

Text Classification
Transformers
Safetensors
xlm-roberta
register
web-register
genre
Model card Files Files and versions
xet
Community
1

Instructions to use TurkuNLP/web-register-classification-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TurkuNLP/web-register-classification-multilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="TurkuNLP/web-register-classification-multilingual")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("TurkuNLP/web-register-classification-multilingual")
    model = AutoModelForSequenceClassification.from_pretrained("TurkuNLP/web-register-classification-multilingual", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
web-register-classification-multilingual
1.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
erikhenriksson's picture
erikhenriksson
Update README.md
a22ad8b verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    8.05 kB
    Update README.md over 1 year ago
  • config.json
    1.5 kB
    Upload 4 files over 2 years ago
  • model.safetensors
    1.12 GB
    xet
    Upload 4 files over 2 years ago
  • training_args.bin
    5.05 kB
    xet
    Upload 4 files over 2 years ago
  • training_metadata.json
    127 Bytes
    Upload 4 files over 2 years ago