Y. SOMDA
Y. SOMDA
Hello @vbersier, Indeed, it would be a good idea to add Solidity as Etherium/smart contract/NFT are everywere lately. However, there are currently not enough Solidity example files on Github to...
> Github search seems glitchy You're right, now I see that Github search result is not stable for Solidity. Depending on how many files I can actually retrieve from Github,...
Hi @fsx950223 > Why do you use chars as inputs instead of words? In fact, I tested both chars and words with various preprocessing tricks and chose the one that...
> In order to use tflite model, you have to convert strings to token ids, such as 'He'-> 1332. In theory yes. You probably could use tflite by: 1. hacking...
Hello @yjmm10 > I tried to load the trained model but no effect, I hope to get your reply I think that the current model doesn't suit transfer learning very...
> when i download dataset from guesslangtool, many repo is not exist, Yes that's expected, the Github public repository list that I use was last updated on January 2020 https://zenodo.org/record/3626071/...
> github server reject my request Strange... Guesslangtools main workflow only rely on `git` commands because, as far as I know, they are not (yet) restricted by Github servers. Github...
Okay @yjmm10, it looks like you are using an older version of guesslangtools (version < 1.0). Older version of gueslangtools was downloading the repositories directly from Github HTTP servers. And...
After installing guesslangtools you can run it to generate the dataset: ```sh # You can change the --nb-xxx parameters to have more or less examples in your dataset gltool /path/to/new/dataset...
Hello @geert56, That's an interesting question. Indeed there is a pre-trained model shipped with Guesslang https://github.com/yoeo/guesslang/tree/master/guesslang/data/model but as far as I know, we still need to use Tensorflow to load...