An open API service indexing awesome lists of open source software.

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"

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
```