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

  • Log In
  • Sign Up

Henry65
/
unixcoder-advtest

Feature Extraction
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use Henry65/unixcoder-advtest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Henry65/unixcoder-advtest with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Henry65/unixcoder-advtest")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Henry65/unixcoder-advtest")
    model = AutoModel.from_pretrained("Henry65/unixcoder-advtest")
  • Notebooks
  • Google Colab
  • Kaggle
unixcoder-advtest
505 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Henry65's picture
Henry65
Update tokenizer_config.json
454dfdc almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    21 Bytes
    initial commit almost 3 years ago
  • config.json
    738 Bytes
    Update config.json almost 3 years ago
  • merges.txt
    444 kB
    Upload 4 files almost 3 years ago
  • pytorch_model.bin
    504 MB
    xet
    Upload pytorch_model.bin almost 3 years ago
  • special_tokens_map.json
    957 Bytes
    Upload 4 files almost 3 years ago
  • tokenizer_config.json
    1.41 kB
    Update tokenizer_config.json almost 3 years ago
  • vocab.json
    1.04 MB
    Upload 4 files almost 3 years ago