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

  • Log In
  • Sign Up

software-si
/
change-language-intent

Text Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use software-si/change-language-intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use software-si/change-language-intent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="software-si/change-language-intent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("software-si/change-language-intent")
    model = AutoModelForSequenceClassification.from_pretrained("software-si/change-language-intent")
  • Notebooks
  • Google Colab
  • Kaggle
change-language-intent
670 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
software-si's picture
software-si
Update README.md
fcef86e verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    1.68 kB
    Update README.md 6 months ago
  • config.json
    1.14 kB
    Update config.json 7 months ago
  • model.safetensors
    669 MB
    xet
    Upload BertForSequenceClassification 7 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 7 months ago
  • tokenizer_config.json
    1.27 kB
    Upload tokenizer 7 months ago
  • vocab.txt
    872 kB
    Upload tokenizer 7 months ago