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

  • Log In
  • Sign Up

hossamamer12
/
MB2_590C

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

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

  • Libraries
  • Transformers

    How to use hossamamer12/MB2_590C with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hossamamer12/MB2_590C")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hossamamer12/MB2_590C")
    model = AutoModelForSequenceClassification.from_pretrained("hossamamer12/MB2_590C")
  • Notebooks
  • Google Colab
  • Kaggle
MB2_590C
12 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hossamamer12's picture
hossamamer12
Upload tokenizer
99a1af1 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    27.8 kB
    Upload MobileBertForSequenceClassification about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    11.9 MB
    xet
    Upload MobileBertForSequenceClassification about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    45.1 kB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    431 Bytes
    Upload tokenizer about 2 years ago
  • vocab.txt
    13.3 kB
    Upload tokenizer about 2 years ago