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

safafag4546
/
MyAwesomeModel-TestRepository

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

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

  • Libraries
  • Transformers

    How to use safafag4546/MyAwesomeModel-TestRepository with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="safafag4546/MyAwesomeModel-TestRepository")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("safafag4546/MyAwesomeModel-TestRepository")
    model = AutoModel.from_pretrained("safafag4546/MyAwesomeModel-TestRepository", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MyAwesomeModel-TestRepository
9.25 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
safafag4546's picture
safafag4546
Fix: Preserve full original workspace README - ONLY replace 15 {RESULT} placeholders with 3-decimal benchmark scores
c912dd4 verified 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    7.65 kB
    Fix: Preserve full original workspace README - ONLY replace 15 {RESULT} placeholders with 3-decimal benchmark scores 6 days ago
  • config.json
    66 Bytes
    Add model file: config.json 6 days ago
  • pytorch_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    23 Bytes
    xet
    Add model file: pytorch_model.bin 6 days ago