Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
+
tags:
|
| 6 |
+
- quantum-computing
|
| 7 |
+
- quantum-software-engineering
|
| 8 |
+
- code-classification
|
| 9 |
+
- codebert
|
| 10 |
+
- c2q
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# C2|Q> Parser Model
|
| 14 |
+
|
| 15 |
+
This repository contains the released parser model checkpoint for the paper:
|
| 16 |
+
|
| 17 |
+
**C2|Q>: A Robust Framework for Bridging Classical and Quantum Software Development**
|
| 18 |
+
TOSEM 2026
|
| 19 |
+
DOI: [10.1145/3803018](https://doi.org/10.1145/3803018)
|
| 20 |
+
|
| 21 |
+
## Purpose
|
| 22 |
+
|
| 23 |
+
This model is the released inference checkpoint used in the C2|Q> framework to classify supported problem families from classical Python code inputs.
|
| 24 |
+
|
| 25 |
+
It is part of the encoder stage of the framework and supports the Python-code route of the artifact.
|
| 26 |
+
|
| 27 |
+
## Source Project
|
| 28 |
+
|
| 29 |
+
- GitHub: [C2-Q/C2Q](https://github.com/C2-Q/C2Q)
|
| 30 |
+
- Paper: [10.1145/3803018](https://doi.org/10.1145/3803018)
|
| 31 |
+
|
| 32 |
+
## Archival Record
|
| 33 |
+
|
| 34 |
+
The archival copy of this model is preserved on Zenodo:
|
| 35 |
+
|
| 36 |
+
- Zenodo DOI: [10.5281/zenodo.19061126](https://doi.org/10.5281/zenodo.19061126)
|
| 37 |
+
|
| 38 |
+
Hugging Face is provided for discoverability and easier community access. Zenodo remains the archival source.
|
| 39 |
+
|
| 40 |
+
## Files
|
| 41 |
+
|
| 42 |
+
This repository contains a released model checkpoint compatible with the `transformers` ecosystem, including configuration, tokenizer files, and model weights.
|
| 43 |
+
|
| 44 |
+
## Intended Use
|
| 45 |
+
|
| 46 |
+
- artifact inspection
|
| 47 |
+
- local inference
|
| 48 |
+
- parser-backed execution in C2|Q>
|
| 49 |
+
|
| 50 |
+
## Limitations
|
| 51 |
+
|
| 52 |
+
- this is a released checkpoint, not a full retraining package
|
| 53 |
+
- full parser training provenance remains in the project repository and associated artifact materials
|
| 54 |
+
- current artifact support is documented around Python 3.12
|
| 55 |
+
|
| 56 |
+
## License
|
| 57 |
+
|
| 58 |
+
Apache-2.0
|