https://github.com/cqcl/quixer
Code repository for the preprint "Quixer: A Quantum Transformer Model"
https://github.com/cqcl/quixer
natural-language-processing penn-treebank quantum quantum-machine-learning
Last synced: about 1 year ago
JSON representation
Code repository for the preprint "Quixer: A Quantum Transformer Model"
- Host: GitHub
- URL: https://github.com/cqcl/quixer
- Owner: CQCL
- Created: 2024-06-06T15:21:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T12:06:29.000Z (over 1 year ago)
- Last Synced: 2025-01-22T13:25:37.440Z (over 1 year ago)
- Topics: natural-language-processing, penn-treebank, quantum, quantum-machine-learning
- Language: Python
- Homepage: https://arxiv.org/abs/2406.04305
- Size: 24.4 KB
- Stars: 14
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Quixer
## Installation
```
pip install -r requirements.txt
```
## Running all models
On CPU:
```
python ./run_comprehensive.py cpu
```
On Nvidia GPU:
```
python ./run_comprehensive.py cuda
```