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

  • Log In
  • Sign Up

valhalla
/
awesome-model_v3

Feature Extraction
Transformers
PyTorch
awesome
custom_code
Model card Files Files and versions
xet
Community

Instructions to use valhalla/awesome-model_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use valhalla/awesome-model_v3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="valhalla/awesome-model_v3", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("valhalla/awesome-model_v3", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
awesome-model_v3
4.35 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
valhalla's picture
valhalla
add model
fbf3c3e over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    278 Bytes
    add model over 4 years ago
  • config.py
    257 Bytes
    add model over 4 years ago
  • model.py
    393 Bytes
    add model over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.24 kB
    xet
    add model over 4 years ago