https://github.com/apehex/tr1cot
CoT with diffusion
https://github.com/apehex/tr1cot
Last synced: 9 months ago
JSON representation
CoT with diffusion
- Host: GitHub
- URL: https://github.com/apehex/tr1cot
- Owner: apehex
- Created: 2025-03-13T08:32:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T11:10:26.000Z (about 1 year ago)
- Last Synced: 2025-06-25T12:24:15.153Z (about 1 year ago)
- Language: Python
- Size: 6.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# tr1cot
Apply diffusion on language using regular vision models.
Text samples are folded on themselves and entangled like wool balls, hence the name "tricot" for "knitting".
Folding follows the path of a space filling curve, typically the Hilbert curve.
## Installation
The package is available on pypi:
```python
pip install -U tr1cot
```
## License
Licensed under the [aGPLv3](LICENSE.md).