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

anonymous-stoicheia
/
Stoicheia-restoration-test4

Fill-Mask
Transformers
Safetensors
Ancient Greek (to 1453)
char_bert
ancient-greek
classical-philology
character-level
masked-diffusion
text-restoration
epigraphy
papyrology
custom_code
Model card Files Files and versions
xet
Community

Instructions to use anonymous-stoicheia/Stoicheia-restoration-test4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anonymous-stoicheia/Stoicheia-restoration-test4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="anonymous-stoicheia/Stoicheia-restoration-test4", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("anonymous-stoicheia/Stoicheia-restoration-test4", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Stoicheia-restoration-test4
1.62 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
anonymous-stoicheia's picture
anonymous-stoicheia
Fix the usage example: fetch the processor before importing it
790408f verified 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    3.45 kB
    Fix the usage example: fetch the processor before importing it 4 days ago
  • config.json
    417 Bytes
    Publish safetensors weights, config and model card 4 days ago
  • configuration_char_bert.py
    1.11 kB
    Publish safetensors weights, config and model card 4 days ago
  • model.safetensors
    1.62 GB
    xet
    Publish safetensors weights, config and model card 4 days ago
  • modeling_char_bert.py
    7.84 kB
    Publish safetensors weights, config and model card 4 days ago
  • processing_char_bert.py
    18.8 kB
    Processor: restore_respaced -- fill letters, then re-decide word division 4 days ago
  • training_metadata.json
    1.06 kB
    Publish safetensors weights, config and model card 4 days ago