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

  • Log In
  • Sign Up

boshuai1
/
c2q-parser-codebert

Text Classification
Transformers
Safetensors
roberta
quantum-computing
quantum-software-engineering
code-classification
codebert
c2q
Model card Files Files and versions
xet
Community

Instructions to use boshuai1/c2q-parser-codebert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use boshuai1/c2q-parser-codebert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="boshuai1/c2q-parser-codebert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("boshuai1/c2q-parser-codebert")
    model = AutoModelForSequenceClassification.from_pretrained("boshuai1/c2q-parser-codebert")
  • Notebooks
  • Google Colab
  • Kaggle
c2q-parser-codebert
500 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
bossy
Link model card to arXiv paper page
915bb05 about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • LICENSE
    11.3 kB
    Add C2Q parser model release about 1 month ago
  • README.md
    1.77 kB
    Link model card to arXiv paper page about 1 month ago
  • config.json
    1.19 kB
    Add C2Q parser model release about 1 month ago
  • merges.txt
    456 kB
    Add C2Q parser model release about 1 month ago
  • model.safetensors
    499 MB
    xet
    Add C2Q parser model release about 1 month ago
  • special_tokens_map.json
    958 Bytes
    Add C2Q parser model release about 1 month ago
  • tokenizer_config.json
    1.19 kB
    Add C2Q parser model release about 1 month ago
  • vocab.json
    999 kB
    Add C2Q parser model release about 1 month ago