Results 8 comments of Cyvadra

try neo4j http api

it relies very much on the performance of mongodb, which needs sort of fine-tuning on config.conf, and an ssd array or something like that. I've increased cache file size to...

I've got 20g cn txt file in hand but no idea how to build the encoder, BPE. I did run the script but seems its format doesn't fit gpt2.... might...

might be useful: ```julia DataFrames, MySQL, Dates # ]add [email protected] addslashes(x) = x function addslashes(x::String) x = replace(x,r"\\+(['\"\\])"=>s"\1") x = replace(x,r"(['\"\\])"=>s"\\\1") end addslashes(x::T) where T DataFrame catch e println() @show...

同求,working on a similar proj, 但是保留字和函數名太麻煩了,實際應用有很多用到的功能,不是加減乘除就完事的

finally solved utf-8 encoding problem ( by adding charset as header ) much tnx~