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
Ctrl+K
Ctrl+K
  • 1 contributor
History: 37 commits
dongbobo's picture
dongbobo
Add README
e785a9e verified about 1 month ago
  • assets
    Add assets/plots/pr.png 3 months ago
  • checkpoints
    Initial upload of full bundle 3 months ago
  • evaluation
    Initial upload of full bundle 3 months ago
  • figures
    Upload figures/supp/ablation.png with huggingface_hub 3 months ago
  • media
    Add media/logo.png 3 months ago
  • tokenizer_files
    Add tokenizer_files/special_tokens/map.json 3 months ago
  • .gitattributes
    1.86 kB
    Initial upload of full bundle 3 months ago
  • README.md
    7.58 kB
    Add README about 1 month ago
  • config.json
    66 Bytes
    Upload model weights and config from step_1000 checkpoint about 1 month ago
  • pytorch_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    23 Bytes
    xet
    Upload model weights and config from step_1000 checkpoint about 1 month ago