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

  • Log In
  • Sign Up

toolathlon68
/
MyAwesomeModel-TestRepo

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

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

  • Libraries
  • Transformers

    How to use toolathlon68/MyAwesomeModel-TestRepo with Transformers:

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

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    23 Bytes
    xet
    Upload folder using huggingface_hub 18 days ago