Ahmad
Ahmad
I guess you must first run database.sql to create tables and then you can login
No!, ____ are irrelevant here.They are optional and they are just to make the sentence more general. A simile example is like below: input: PersonX goes to store output (intention):...
Thanks, the result was better but not still good for T5 compared to using T5 directly from huggingface or the other github project of T5. As for GPTSeq, it says...
mapping seq2seq for t5 is a very common project, and it seems the result of your project isn't good! my own code is a bit complicated to run probably, however...
Also this is a fork by mine with data provided: https://github.com/puraminy/rainbow You can clone it, then `cd bin` and run the following code. The data is proivded as `atomic_train.tsv` `python...
The problem is related to fastai or sentencepiece versions... What happens instead is that 'tmp' folder is created along with files named "cache_dir".vocab and "cache_dir".model inside my current directory. For...
I achived my desired behaviour like this: if unix = 0 it doesn't set any value (before it set it to current date which is not expected) ``` value: function...
try to install bazelisk using this: `npm install -g @bazel/bazelisk` or from GitHub: `https://github.com/bazelbuild/bazelisk` Bazelisk tries to find a suitable version of Bazel and install it, to tell it where...
I guess it can't map `latest` to a specific version. This is the github page for bazelisk. read their README https://github.com/bazelbuild/bazelisk In part of it, it writes, read that part:...
@fmassa Hi, I pasted more log of the error in my question. Also I cloned the nightly branch and I got the same error.