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

EhsanAghazadeh
/
melbert-roberta

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

Instructions to use EhsanAghazadeh/melbert-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EhsanAghazadeh/melbert-roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="EhsanAghazadeh/melbert-roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("EhsanAghazadeh/melbert-roberta")
    model = AutoModelForMaskedLM.from_pretrained("EhsanAghazadeh/melbert-roberta")
  • Notebooks
  • Google Colab
  • Kaggle
melbert-roberta
509 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
EhsanAghazadeh's picture
EhsanAghazadeh
Add model and its dependencies
e435e5b almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • config.json
    648 Bytes
    Add model and its dependencies almost 5 years ago
  • experiments.log
    1.97 kB
    Add model and its dependencies almost 5 years ago
  • main_config.cfg
    425 Bytes
    Add model and its dependencies almost 5 years ago
  • merges.txt
    456 kB
    Add model and its dependencies almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    508 MB
    xet
    Add model and its dependencies almost 5 years ago
  • training_args.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "utils.Config.Config",
    • "torch.device"

    How to fix it?

    1.33 kB
    xet
    Add model and its dependencies almost 5 years ago
  • vocab.json
    798 kB
    Add model and its dependencies almost 5 years ago