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

XiAT
/
MyAwesomeModel-TestRepo

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

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

  • Libraries
  • Transformers

    How to use XiAT/MyAwesomeModel-TestRepo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="XiAT/MyAwesomeModel-TestRepo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("XiAT/MyAwesomeModel-TestRepo")
    model = AutoModel.from_pretrained("XiAT/MyAwesomeModel-TestRepo")
  • Notebooks
  • Google Colab
  • Kaggle
MyAwesomeModel-TestRepo
10.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
XiAT's picture
XiAT
Upload best model checkpoint (step_1000) with finalized README.md
9522f67 verified about 9 hours ago
  • figures
    Upload best model checkpoint (step_1000) with finalized README.md about 9 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 9 hours ago
  • README.md
    7.53 kB
    Upload best model checkpoint (step_1000) with finalized README.md about 9 hours ago
  • config.json
    66 Bytes
    Upload best model checkpoint (step_1000) with finalized README.md about 9 hours ago
  • pytorch_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    23 Bytes
    xet
    Upload best model checkpoint (step_1000) with finalized README.md about 9 hours ago