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

CAMeL-Lab
/
bert-base-arabic-camelbert-mix-did-nadi

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Arabic
bert
Model card Files Files and versions
xet
Community
1

Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi")
    model = AutoModelForSequenceClassification.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-arabic-camelbert-mix-did-nadi
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Go Inoue
Add model files
cc503d0 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • CAMeLBERT_MIX_preds_test_results
    134 Bytes
    Add model files over 4 years ago
  • README.md
    2.96 kB
    Add model files over 4 years ago
  • config.json
    1.4 kB
    Add model files over 4 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    873 MB
    xet
    Add model files over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    436 MB
    xet
    Add model files over 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    326 Bytes
    xet
    Add model files over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Add model files over 4 years ago
  • tf_model.h5
    437 MB
    xet
    Add model files over 4 years ago
  • tokenizer_config.json
    86 Bytes
    Add model files over 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "torch.device",
    • "argparse.Namespace"

    How to fix it?

    1.39 kB
    xet
    Add model files over 4 years ago
  • vocab.txt
    305 kB
    Add model files over 4 years ago