Berkay Berabi
Berkay Berabi
Hello all, Thank you for developing sentencepiece library! I am using bazel and want to incorporate sentencepiece into my project and use the c++ API. I could not find any...
Could you please provide more detailed explanations in README about how to train the model on a custom dataset. I saw that you have add, rem and context.txt. It is...
### Reproduction steps I have a similar issue as in https://github.com/libgit2/libgit2/issues/5153 which was fixed but the same problem appears in a different setup, namely when ignoring white spaces. diff_options: `GIT_DIFF_IGNORE_WHITESPACE`...
### System Info ```shell Optimum Version: 1.13.2 Platform: Ubuntu 22.04 Python Version: 3.10.2 Transformers Version: 4.34 ``` ### Who can help? @JingyaHuang @fxmarty @michaelbenayoun Running inference pipeline with onnx optimized...
Hello, I found a potential bug in your repo. According to the paper, the initialization step contains the training of an initial fixer and a breaker as well. See the...
Hello, I have a question about the dataset. I downloaded your dataset and looked into the samples. You also provided commit hashes for each sample. I randomly sampled 20 data...
Hello, Thank you for your work! I have several questions about the training and data preprocessing. In the paper, you say that at each round, you are training the fixer...
### Description Fixes the handling of empty list of suggestions in the extension. The errors should be thrown based on the call status, not length of suggestions. ### Checklist -...