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

oddadmix
/
Jisr-WordAlign-29M

Token Classification
Transformers
Safetensors
Arabic
English
marian
text2text-generation
word-alignment
arabic
dialectal-arabic
Model card Files Files and versions
xet
Community

Instructions to use oddadmix/Jisr-WordAlign-29M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use oddadmix/Jisr-WordAlign-29M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="oddadmix/Jisr-WordAlign-29M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("oddadmix/Jisr-WordAlign-29M")
    model = AutoModelForSeq2SeqLM.from_pretrained("oddadmix/Jisr-WordAlign-29M", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Jisr-WordAlign-29M / training
108 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
oddadmix's picture
oddadmix
Add FINETUNE.md and the training/eval scripts
76f6c3c verified 4 days ago
  • align-documents.py
    11 kB
    Add FINETUNE.md and the training/eval scripts 4 days ago
  • align_dp.py
    18.6 kB
    Add FINETUNE.md and the training/eval scripts 4 days ago
  • align_encoder.py
    12.6 kB
    Add FINETUNE.md and the training/eval scripts 4 days ago
  • build-word-gold.py
    16.4 kB
    Add FINETUNE.md and the training/eval scripts 4 days ago
  • sentence_split.py
    14.7 kB
    Add FINETUNE.md and the training/eval scripts 4 days ago
  • train-word-align.py
    13.8 kB
    Add FINETUNE.md and the training/eval scripts 4 days ago
  • word_align.py
    20.6 kB
    Add FINETUNE.md and the training/eval scripts 4 days ago