File size: 485 Bytes
7dd6763 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
language:
- en
datasets:
- PocketDoc/Floyd-Text-Adventures
- PocketDoc/Choose-Your-Story-Long-Text-Adventures
license: apache-2.0
---
quant of [PocketDoc's](https://huggingface.co/PocketDoc) [Dans-AdventurousWinds-Mk2-7b](https://huggingface.co/PocketDoc/Dans-AdventurousWinds-Mk2-7b)
```
python3 convert.py \
-i /input/PocketDoc_Dans-AdventurousWinds-Mk2-7b/ \
-c /input/wikitext/0000.parquet \
-o /output/temp/ \
-cf /output/8.0bpw/ \
-b 8.0 \
-hb 8
``` |