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
/
sanayBERT_model_V1

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

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

  • Libraries
  • Transformers

    How to use miladfa7/sanayBERT_model_V1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="miladfa7/sanayBERT_model_V1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("miladfa7/sanayBERT_model_V1")
    model = AutoModelForMaskedLM.from_pretrained("miladfa7/sanayBERT_model_V1")
  • Notebooks
  • Google Colab
  • Kaggle
sanayBERT_model_V1
1.31 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
0645573 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.txt
    60 Bytes
    Update eval_results.txt almost 6 years ago
  • flax_model.msgpack
    652 MB
    xet
    upload flax model about 5 years ago
  • model_args.json
    1.89 kB
    Update model_args.json almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    654 MB
    xet
    Update pytorch_model.bin 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

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

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