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
      • Hardware
      • 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
text-embeddings-inference
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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MyAwesomeModel / evaluation
1.69 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
dongbobo's picture
dongbobo
Sync evaluation harness (incl. fixes to code_generation/dialogue_generation eval scripts)
f72e749 verified 2 days ago
  • benchmarks
    Sync model card + full bundle: fixed eval scripts (code_generation/dialogue_generation), all checkpoints, harness 8 days ago
  • utils
    Sync evaluation harness (incl. fixes to code_generation/dialogue_generation eval scripts) 2 days ago
  • eval.py
    4.24 kB
    Sync model card + full bundle: fixed eval scripts (code_generation/dialogue_generation), all checkpoints, harness 8 days ago
  • setup.py
    528 Bytes
    Sync model card + full bundle: fixed eval scripts (code_generation/dialogue_generation), all checkpoints, harness 8 days ago