Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

DANI001
/
bert-b-m-uncased

Sentence Similarity
Transformers
PyTorch
Urdu
English
bert
text-classification
code
Model card Files Files and versions
xet
Community
1

Instructions to use DANI001/bert-b-m-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DANI001/bert-b-m-uncased with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("DANI001/bert-b-m-uncased")
    model = AutoModelForSequenceClassification.from_pretrained("DANI001/bert-b-m-uncased")
  • Notebooks
  • Google Colab
  • Kaggle
bert-b-m-uncased
670 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
DANI001's picture
DANI001
Update README.md
0347ce3 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    226 Bytes
    Update README.md almost 2 years ago
  • config.json
    996 Bytes
    Upload 2 files almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    669 MB
    xet
    Upload 2 files almost 2 years ago
  • urmbertmodel.ipynb
    5.62 kB
    Upload urmbertmodel.ipynb almost 2 years ago