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

  • Log In
  • Sign Up

lingyun1
/
MyAwesomeModel-TestRepo

Feature Extraction
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community

Instructions to use lingyun1/MyAwesomeModel-TestRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lingyun1/MyAwesomeModel-TestRepo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lingyun1/MyAwesomeModel-TestRepo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("lingyun1/MyAwesomeModel-TestRepo")
    model = AutoModel.from_pretrained("lingyun1/MyAwesomeModel-TestRepo")
  • Notebooks
  • Google Colab
  • Kaggle
MyAwesomeModel-TestRepo
9.13 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
lingyun1's picture
lingyun1
Upload README.md with huggingface_hub
2f4b865 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    7.53 kB
    Upload README.md with huggingface_hub 4 months ago
  • config.json
    66 Bytes
    Upload config.json with huggingface_hub 4 months ago
  • pytorch_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    23 Bytes
    xet
    Upload pytorch_model.bin with huggingface_hub 4 months ago