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

  • Log In
  • Sign Up

mcptester0606
/
MyAwesomeModel-TestRepo-0df24eae

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

Instructions to use mcptester0606/MyAwesomeModel-TestRepo-0df24eae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mcptester0606/MyAwesomeModel-TestRepo-0df24eae with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="mcptester0606/MyAwesomeModel-TestRepo-0df24eae")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("mcptester0606/MyAwesomeModel-TestRepo-0df24eae")
    model = AutoModel.from_pretrained("mcptester0606/MyAwesomeModel-TestRepo-0df24eae")
  • Notebooks
  • Google Colab
  • Kaggle
MyAwesomeModel-TestRepo-0df24eae
9.14 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mcptester0606's picture
mcptester0606
Update README with evaluation results
39dd63d verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    7.53 kB
    Update README with evaluation results 8 months ago
  • config.json
    66 Bytes
    Upload best model checkpoint (step_1000) 8 months ago
  • pytorch_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    23 Bytes
    xet
    Upload best model checkpoint (step_1000) 8 months ago