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

  • Log In
  • Sign Up

ArkadiusDS
/
bert-large-en-malintent

Text Classification
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ArkadiusDS/bert-large-en-malintent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ArkadiusDS/bert-large-en-malintent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ArkadiusDS/bert-large-en-malintent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ArkadiusDS/bert-large-en-malintent")
    model = AutoModelForSequenceClassification.from_pretrained("ArkadiusDS/bert-large-en-malintent")
  • Notebooks
  • Google Colab
  • Kaggle
bert-large-en-malintent
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ArkadiusDS's picture
ArkadiusDS
Upload tokenizer
e519454 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.17 kB
    Upload BertForSequenceClassification 3 months ago
  • config.json
    1.01 kB
    Upload BertForSequenceClassification 3 months ago
  • model.safetensors
    1.34 GB
    xet
    Upload BertForSequenceClassification 3 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    322 Bytes
    Upload tokenizer 3 months ago