waldie commited on
Commit
5501b5d
1 Parent(s): ced4ea0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
- quant of [IkariDev's](https://huggingface.co/IkariDev) [Athena-v4](https://huggingface.co/IkariDev/Athena-v4)
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+ quant of [IkariDev's](https://huggingface.co/IkariDev) [Athena-v4](https://huggingface.co/IkariDev/Athena-v4)
5
+
6
+ ```
7
+ python3 convert.py \
8
+ -i /input/IkariDev_Athena-v4/ \
9
+ -o /output/temp/ \
10
+ -c /input/wikitext/0000.parquet \
11
+ -cf /output/8bpw/ \
12
+ -b 8.0 \
13
+ -hb 8
14
+ ```