Text Classification
Transformers
PyTorch
TensorFlow
TensorBoard
Arabic
English
bert
BERT
Text Classification
relation
text-embeddings-inference
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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 9a86e36
Update README.md 441194f
Update README.md e8b81f2
Merge branch 'main' of https://huggingface.co/ychenNLP/arabic-relation-extraction into main 6a7eb46
edchengg commited on
final model 8f31827
edchengg commited on
Update README.md e040700
Update README.md 0cf3dd4
Update README.md 7fc904d
Update README.md da7cde3
Update README.md 3ec7b10
Update README.md b87b465
First model version for testing pipeline 0b65a98
edchengg commited on