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

  • Log In
  • Sign Up

Sefika
/
bert_large_baseline_2_2

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

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

  • Libraries
  • Transformers

    How to use Sefika/bert_large_baseline_2_2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sefika/bert_large_baseline_2_2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sefika/bert_large_baseline_2_2")
    model = AutoModelForSequenceClassification.from_pretrained("Sefika/bert_large_baseline_2_2")
  • Notebooks
  • Google Colab
  • Kaggle
bert_large_baseline_2_2
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Sefika's picture
Sefika
Upload BertForSequenceClassification
34baa5d verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload BertForSequenceClassification about 1 year ago
  • config.json
    880 Bytes
    Upload BertForSequenceClassification about 1 year ago
  • model.safetensors
    1.34 GB
    xet
    Upload BertForSequenceClassification about 1 year ago