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

Ericu950
/
CharDiff-grc-tagger-parser

Token Classification
Transformers
Safetensors
Ancient Greek (to 1453)
char_bert_joint
ancient-greek
classical-philology
character-level
part-of-speech-tagging
lemmatization
dependency-parsing
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Ericu950/CharDiff-grc-tagger-parser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ericu950/CharDiff-grc-tagger-parser with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Ericu950/CharDiff-grc-tagger-parser", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Ericu950/CharDiff-grc-tagger-parser", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
CharDiff-grc-tagger-parser
1.72 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
Ericu950's picture
Ericu950
Update README.md
5cc4a70 verified 2 days ago
  • .gitattributes
    1.57 kB
    Upload vocab.json with huggingface_hub 3 days ago
  • README.md
    3.89 kB
    Update README.md 2 days ago
  • config.json
    841 Bytes
    Upload config.json with huggingface_hub 3 days ago
  • configuration_char_bert_joint.py
    3.47 kB
    Upload configuration_char_bert_joint.py with huggingface_hub 3 days ago
  • deprel_vocab.json
    189 Bytes
    Upload deprel_vocab.json with huggingface_hub 3 days ago
  • model.safetensors
    1.71 GB
    xet
    Upload model.safetensors with huggingface_hub 3 days ago
  • modeling_char_bert_joint.py
    20 kB
    Fix: RoPE inv buffer could fail to materialize under some transformers meta-device loading paths, corrupting all attention output 2 days ago
  • processing_char_bert_joint.py
    17.5 kB
    Upload processing_char_bert_joint.py with huggingface_hub 3 days ago
  • training_metadata.json
    2.5 kB
    Upload training_metadata.json with huggingface_hub 3 days ago
  • vocab.json
    10.9 MB
    xet
    Upload vocab.json with huggingface_hub 3 days ago