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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ThirdPresence
/
finnish-intent-classifier

Text Classification
Transformers
google-tensorflow TensorFlow
distilbert
generated_from_keras_callback
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ThirdPresence/finnish-intent-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ThirdPresence/finnish-intent-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ThirdPresence/finnish-intent-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ThirdPresence/finnish-intent-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("ThirdPresence/finnish-intent-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
finnish-intent-classifier
545 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Mukalingam0813's picture
Mukalingam0813
Upload 8 files
db9cbaf verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.99 kB
    Upload 8 files over 2 years ago
  • config.json
    907 Bytes
    Upload 8 files over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 8 files over 2 years ago
  • tf_model.h5
    541 MB
    xet
    Upload 8 files over 2 years ago
  • tokenizer.json
    2.92 MB
    Upload 8 files over 2 years ago
  • tokenizer_config.json
    1.2 kB
    Upload 8 files over 2 years ago
  • vocab.txt
    996 kB
    Upload 8 files over 2 years ago