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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ychenNLP
/
arabic-relation-extraction

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
TensorBoard
Arabic
English
bert
BERT
Text Classification
relation
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use ychenNLP/arabic-relation-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ychenNLP/arabic-relation-extraction with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ychenNLP/arabic-relation-extraction")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ychenNLP/arabic-relation-extraction")
    model = AutoModelForSequenceClassification.from_pretrained("ychenNLP/arabic-relation-extraction", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
arabic-relation-extraction
2.49 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 24 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
5b9d0ad over 3 years ago
  • runs
    final model about 4 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 3 years ago
  • README.md
    5.15 kB
    Fix `language` tag (#1) about 4 years ago
  • added_tokens.json
    262 Bytes
    First model version for testing pipeline about 4 years ago
  • config.json
    1.19 kB
    final model about 4 years ago
  • model.safetensors
    498 MB
    xet
    Adding `safetensors` variant of this model over 3 years ago
  • optimizer.pt
    996 MB
    xet
    First model version for testing pipeline about 4 years ago
  • pytorch_model.bin
    498 MB
    xet
    final model about 4 years ago
  • rng_state.pth
    14.5 kB
    xet
    First model version for testing pipeline about 4 years ago
  • special_tokens_map.json
    399 Bytes
    First model version for testing pipeline about 4 years ago
  • tf_model.h5
    498 MB
    xet
    final model about 4 years ago
  • tokenizer.json
    1.25 MB
    First model version for testing pipeline about 4 years ago
  • tokenizer_config.json
    562 Bytes
    First model version for testing pipeline about 4 years ago
  • vocab.txt
    458 kB
    First model version for testing pipeline about 4 years ago