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

  • Log In
  • Sign Up

simonmun
/
Lo_SentenceClassification

Text Classification
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use simonmun/Lo_SentenceClassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="simonmun/Lo_SentenceClassification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("simonmun/Lo_SentenceClassification")
    model = AutoModelForSequenceClassification.from_pretrained("simonmun/Lo_SentenceClassification")
  • Notebooks
  • Google Colab
  • Kaggle
Lo_SentenceClassification
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
system's picture
system HF Staff
Update tokenizer_78b3253a26.model
9ec8e28 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • config.json
    749 Bytes
    Update config.json over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • tokenizer_78b3253a26.model
    371 kB
    Update tokenizer_78b3253a26.model over 5 years ago
  • tokenizer_config.json
    49 Bytes
    Update tokenizer_config.json over 5 years ago