Mahmut CAVDAR
Mahmut CAVDAR
[syntax for pipelines](https://guide.bash.academy/commands/?=Pipelines#t2.2.0_2): `[time [-p]] [ ! ] command [ [|||&] command2 ... ]` is a bit confusing. | or |& in the second part, seems like optional. Shall we...
Hello, I'm trying to process French corpus and keep getting always result with encoding problem like 'américaine' instead of 'américaine' even after I've changed **LC_ALL** variable in 'shell/deepdive' file appropriately...
Hi ! When I perform "deepdive do probabilities" query I run into error following: DeepDive version : (v0.9.0rc2-1063-g7b82f5a) > ... 2017-03-23 15:21:53.786815 Executing with the following configuration: 2017-03-23 15:21:53.786886 DEEPDIVE_NUM_PROCESSES=3...
Updated the documentation to clarify that the model is downloaded and cached when creating the classifier instance, not the classifier object.
## Describe the bug I ran into an issue when trying to evaluate a simple leaderboard task (truthfulqa:mc) using a local Hugging Face model. Even though truthfulqa:mc should only require...