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-en

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

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

  • Libraries
  • Transformers

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

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