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

miladfa7
/
bert-sanay-2

Fill-Mask
Transformers
bert
Model card Files Files and versions
xet
Community

Instructions to use miladfa7/bert-sanay-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use miladfa7/bert-sanay-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="miladfa7/bert-sanay-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("miladfa7/bert-sanay-2")
    model = AutoModelForMaskedLM.from_pretrained("miladfa7/bert-sanay-2")
  • Notebooks
  • Google Colab
  • Kaggle
bert-sanay-2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
patrickvonplaten's picture
patrickvonplaten
allow flax
7f7f1dc about 5 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • config.json
    434 Bytes
    Update config.json almost 6 years ago
  • eval_results_lm.txt
    32 Bytes
    Update eval_results_lm.txt almost 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    2 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "torch.device",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    1.1 kB
    xet
    Update training_args.bin almost 6 years ago
  • vocab.txt
    1.22 MB
    Update vocab.txt almost 6 years ago