AlbertoAltozano
Results
2
comments of
AlbertoAltozano
After looking arround a bit, I found out this is the function you should use ```python import struct def get_int(data): return struct.unpack('>I', data)[0] ``` It took me some trial and...
@EmreOzkose, @ukemamaster Hi, any news on whether the instructions worked after fine-tuning? Or how good the results can be on non-officially supported languages? I'd guess a fewshot fine-tuned Spanish generation...