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

  • Log In
  • Sign Up

XQ112
/
OpCodeBERT

Feature Extraction
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

Instructions to use XQ112/OpCodeBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use XQ112/OpCodeBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="XQ112/OpCodeBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("XQ112/OpCodeBERT")
    model = AutoModel.from_pretrained("XQ112/OpCodeBERT")
  • Notebooks
  • Google Colab
  • Kaggle
OpCodeBERT
506 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
XQ112's picture
XQ112
Update config.json
b444b81 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    345 Bytes
    Update README.md 9 months ago
  • added_tokens.json
    4.02 kB
    Upload 7 files 9 months ago
  • config.json
    691 Bytes
    Update config.json 9 months ago
  • merges.txt
    494 kB
    Upload 7 files 9 months ago
  • model.safetensors
    504 MB
    xet
    Upload 7 files 9 months ago
  • special_tokens_map.json
    1.01 kB
    Upload 7 files 9 months ago
  • tokenizer_config.json
    26.8 kB
    Update tokenizer_config.json 9 months ago
  • vocab.json
    1.09 MB
    Upload 7 files 9 months ago