Gorkem

Results 19 comments of Gorkem

@jordanchapian , thanks for solution.. just for your information on your fork, you have removed the code but i guess mistakenly made another line.. For those looking for solution in...

I am trying to test with some 10-50 wav files (turkish text) and minimize the hidden units but I am failing to train on custom values (on Mac CPU). I...

> > I am trying to test with some 10-50 wav files (turkish text) and minimize the hidden units but I am failing to train on custom values (on Mac...

I should update that this problem happens on "BYTE_ARRAY" type of decimal , which is generated by Apache Nifi, not "FIXED_LEN_BYTE_ARRAY" which is generated by pyArrow. On standart FIXED_LEN_BYTE_ARRAY there...

Nice work Jay. The first thing I tried is get my model, and bumped into this question. @Ghani-25 you may try following config (and tune) for your need this is...

That is very helpful @jalammar , I recommend putting this notebook link to main readme as most people will try to use their own models like me:)

Try as following (via [ https://zakird.com/pyad/pyad.html ]) ``` from pyad import * pyad.set_defaults(ldap_server="dc1.domain.com", username="service_account", password="mypassword") user = pyad.aduser.ADUser.from_cn("myuser" ```)

There is the fix https://github.com/zakird/pyad/issues/49 , you should replace in adquery.py new version does not implement it (maintanence stopped)

Maybe you can finetune gpt2 on medical dataset then use it for your chatbot.

You need to have a json file with train and valid keys, each having array/list of entries ``` #try as below if works just populate mydict = {} mydict["train"] =...