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

  • Log In
  • Sign Up

creative-graphic-design
/
BASNet-SmartText

Feature Extraction
Transformers
Safetensors
basnet
custom_code
Model card Files Files and versions
xet
Community

Instructions to use creative-graphic-design/BASNet-SmartText with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use creative-graphic-design/BASNet-SmartText with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="creative-graphic-design/BASNet-SmartText", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("creative-graphic-design/BASNet-SmartText", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BASNet-SmartText
348 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
shunk031's picture
shunk031
Upload processor
9165302 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload model almost 2 years ago
  • config.json
    299 Bytes
    Upload model almost 2 years ago
  • configuration_basnet.py
    364 Bytes
    Upload model almost 2 years ago
  • image_processing_basnet.py
    9.55 kB
    Upload processor almost 2 years ago
  • model.safetensors
    348 MB
    xet
    Upload model almost 2 years ago
  • modeling_basnet.py
    16.2 kB
    Upload model almost 2 years ago
  • preprocessor_config.json
    197 Bytes
    Upload processor almost 2 years ago