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

  • Log In
  • Sign Up

hanini
/
hanini-model-bert

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

Instructions to use hanini/hanini-model-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hanini/hanini-model-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hanini/hanini-model-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hanini/hanini-model-bert")
    model = AutoModelForSequenceClassification.from_pretrained("hanini/hanini-model-bert")
  • Notebooks
  • Google Colab
  • Kaggle
hanini-model-bert
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hanini's picture
hanini
Upload BertForSequenceClassification
9d0b16d over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    727 Bytes
    Upload BertForSequenceClassification over 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification over 2 years ago