waldie commited on
Commit
1c8e1b0
1 Parent(s): 55bf57a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,4 +1,16 @@
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
+ -l 4096 \
13
+ -ml 4096 \
14
+ -b 8.0 \
15
+ -hb 8
16
+ ```