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

  • Log In
  • Sign Up

ustc-community
/
hgnet-v2

Feature Extraction
Transformers
Safetensors
hgnet_v2
Model card Files Files and versions
xet
Community

Instructions to use ustc-community/hgnet-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ustc-community/hgnet-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ustc-community/hgnet-v2")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ustc-community/hgnet-v2", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hgnet-v2
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
vladislavbro's picture
vladislavbro
Update README.md
7ebb5cb verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    761 Bytes
    Update README.md about 1 year ago
  • config.json
    1.32 kB
    Add model from convert_d_fine_original_pytorch_checkpoint_to_hf.py about 1 year ago
  • model.safetensors
    134 MB
    xet
    Add model from convert_d_fine_original_pytorch_checkpoint_to_hf.py about 1 year ago
  • preprocessor_config.json
    470 Bytes
    Add image processor from convert_d_fine_original_pytorch_checkpoint_to_hf.py about 1 year ago