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

Jacobo
/
aristoBERTo

Fill-Mask
Transformers
PyTorch
Ancient Greek (to 1453)
bert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use Jacobo/aristoBERTo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Jacobo/aristoBERTo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Jacobo/aristoBERTo")
    model = AutoModelForMaskedLM.from_pretrained("Jacobo/aristoBERTo")
  • Notebooks
  • Google Colab
  • Kaggle
aristoBERTo
908 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
868b802 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model about 3 years ago
  • README.md
    2.23 kB
    Update README.md over 4 years ago
  • config.json
    674 Bytes
    Initial commit over 4 years ago
  • eval_results.json
    230 Bytes
    Initial commit over 4 years ago
  • merges.txt
    1.45 MB
    Initial commit over 4 years ago
  • model.safetensors
    452 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    452 MB
    xet
    Initial commit over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Initial commit over 4 years ago
  • tokenizer_config.json
    528 Bytes
    Initial commit over 4 years ago
  • vocab.json
    1.8 MB
    Initial commit over 4 years ago
  • vocab.txt
    530 kB
    Initial commit over 4 years ago