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

Hasanmurad
/
test_with_web_interface

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

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

  • Libraries
  • Transformers

    How to use Hasanmurad/test_with_web_interface with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Hasanmurad/test_with_web_interface")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Hasanmurad/test_with_web_interface")
    model = AutoModelForMaskedLM.from_pretrained("Hasanmurad/test_with_web_interface")
  • Notebooks
  • Google Colab
  • Kaggle
test_with_web_interface
446 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Hasanmurad's picture
Hasanmurad
Add model and tokenizer files
86be634 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • config.json
    701 Bytes
    Upload config.json with huggingface_hub over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    Add model and tokenizer files over 3 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Add model and tokenizer files over 3 years ago
  • special_tokens_map.json
    354 Bytes
    Add model and tokenizer files over 3 years ago
  • tokenizer.json
    2.42 MB
    Add model and tokenizer files over 3 years ago
  • tokenizer_config.json
    522 Bytes
    Add model and tokenizer files over 3 years ago