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

mofawzy
/
arbert-goodreads

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

Instructions to use mofawzy/arbert-goodreads with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mofawzy/arbert-goodreads with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mofawzy/arbert-goodreads")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mofawzy/arbert-goodreads")
    model = AutoModelForSequenceClassification.from_pretrained("mofawzy/arbert-goodreads")
  • Notebooks
  • Google Colab
  • Kaggle
arbert-goodreads
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mofawzy's picture
mofawzy
arabic bert fine tuned on labr dataset
2894639 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    784 Bytes
    arabic bert fine tuned on labr dataset over 4 years ago
  • eval_results.txt
    147 Bytes
    arabic bert fine tuned on labr dataset over 4 years ago
  • model_args.json
    2.63 kB
    arabic bert fine tuned on labr dataset over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.35 GB
    xet
    arabic bert fine tuned on labr dataset over 4 years ago
  • special_tokens_map.json
    112 Bytes
    arabic bert fine tuned on labr dataset over 4 years ago
  • tokenizer.json
    580 kB
    arabic bert fine tuned on labr dataset over 4 years ago
  • tokenizer_config.json
    382 Bytes
    arabic bert fine tuned on labr dataset over 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.18 kB
    xet
    arabic bert fine tuned on labr dataset over 4 years ago
  • vocab.txt
    334 kB
    arabic bert fine tuned on labr dataset over 4 years ago