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

dongbobo
/
MyAwesomeModel

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

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

  • Libraries
  • Transformers

    How to use dongbobo/MyAwesomeModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="dongbobo/MyAwesomeModel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("dongbobo/MyAwesomeModel")
    model = AutoModel.from_pretrained("dongbobo/MyAwesomeModel")
  • Notebooks
  • Google Colab
  • Kaggle
MyAwesomeModel / evaluation /utils
1.52 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
dongbobo's picture
dongbobo
Initial upload of full bundle
73b70f9 verified 3 months ago
  • __init__.c
    187 kB
    Initial upload of full bundle 3 months ago
  • __init__.cpython-313-x86_64-linux-gnu.so
    55.2 kB
    Initial upload of full bundle 3 months ago
  • benchmark_utils.c
    565 kB
    Initial upload of full bundle 3 months ago
  • benchmark_utils.cpython-313-x86_64-linux-gnu.so
    714 kB
    xet
    Initial upload of full bundle 3 months ago