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

pstroe
/
roberta-base-latin-cased

Fill-Mask
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
3

Instructions to use pstroe/roberta-base-latin-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pstroe/roberta-base-latin-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="pstroe/roberta-base-latin-cased", device_map="auto")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("pstroe/roberta-base-latin-cased")
    model = AutoModelForMaskedLM.from_pretrained("pstroe/roberta-base-latin-cased", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-latin-cased
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ac231ac over 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 3 years ago
  • README.md
    1.62 kB
    Update README.md almost 4 years ago
  • config.json
    637 Bytes
    initial commit of model and tokenizer files over 4 years ago
  • merges.txt
    515 kB
    initial commit of model and tokenizer files over 4 years ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model over 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?

    499 MB
    xet
    initial commit of model and tokenizer files over 4 years ago
  • tokenizer_config.json
    1.47 MB
    initial commit of model and tokenizer files over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.8 kB
    xet
    initial commit of model and tokenizer files over 4 years ago
  • vocab.json
    857 kB
    initial commit of model and tokenizer files over 4 years ago