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

sultan
/
ArabicTransformer-large

Feature Extraction
Transformers
PyTorch
funnel
Model card Files Files and versions
xet
Community
1

Instructions to use sultan/ArabicTransformer-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sultan/ArabicTransformer-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="sultan/ArabicTransformer-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("sultan/ArabicTransformer-large")
    model = AutoModel.from_pretrained("sultan/ArabicTransformer-large")
  • Notebooks
  • Google Colab
  • Kaggle
ArabicTransformer-large
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
3532433 almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • ArabicTransformer8-8-8-TF.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    4.7 GB
    xet
    Initial commit over 4 years ago
  • README.md
    2.84 kB
    Update README.md over 4 years ago
  • config.json
    700 Bytes
    Initial commit over 4 years ago
  • model.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.52 GB
    xet
    Initial commit over 4 years ago
  • model.safetensors
    1.62 GB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.62 GB
    xet
    Initial commit over 4 years ago
  • vocab.txt
    565 kB
    Initial commit over 4 years ago