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

ciscoriordan
/
dragoman

Feature Extraction
Transformers
Safetensors
Ancient Greek (to 1453)
Greek
English
xlm-roberta
word-alignment
ancient-greek
modern-greek
simalign
homer
iliad
digital-humanities
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ciscoriordan/dragoman with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ciscoriordan/dragoman with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ciscoriordan/dragoman")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("ciscoriordan/dragoman")
    model = AutoModel.from_pretrained("ciscoriordan/dragoman")
  • Notebooks
  • Google Colab
  • Kaggle
dragoman / tests
9.83 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ciscoriordan's picture
ciscoriordan
Add test suite for model card, config, tokenizer, weights, and inference
15b74aa about 2 months ago
  • conftest.py
    583 Bytes
    Add test suite for model card, config, tokenizer, weights, and inference about 2 months ago
  • test_model.py
    9.25 kB
    Add test suite for model card, config, tokenizer, weights, and inference about 2 months ago