Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

xianbao
/
test-target

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

Instructions to use xianbao/test-target with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use xianbao/test-target with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="xianbao/test-target")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("xianbao/test-target")
    model = AutoModelForMaskedLM.from_pretrained("xianbao/test-target")
  • Notebooks
  • Google Colab
  • Kaggle
test-target
3.21 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
xianbao's picture
xianbao
Update test.md
3cdf65c over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • cal.py.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.11 kB
    xet
    Upload cal.py.zip over 3 years ago
  • config.json
    570 Bytes
    Upload . with huggingface_hub over 3 years ago
  • test.md
    56 Bytes
    Update test.md over 3 years ago