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

  • Log In
  • Sign Up

language-ml-lab
/
classification-azb

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

Instructions to use language-ml-lab/classification-azb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use language-ml-lab/classification-azb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="language-ml-lab/classification-azb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("language-ml-lab/classification-azb")
    model = AutoModelForSequenceClassification.from_pretrained("language-ml-lab/classification-azb")
  • Notebooks
  • Google Colab
  • Kaggle
classification-azb
374 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
marzinouri's picture
marzinouri
Update README.md
441d15e over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.67 kB
    Update README.md over 2 years ago
  • config.json
    963 Bytes
    Update config.json over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    374 MB
    xet
    Upload 3 files over 2 years ago
  • vocab.txt
    113 kB
    Upload 3 files over 2 years ago