Cihan Yalçın
Cihan Yalçın
**Feature:** Conditional Prompt Inclusion in generate Function **Motivation:** The current implementation of the generate function always includes the prompt in its response. This can be inefficient, especially in streaming scenarios...
### 🚀 The feature, motivation and pitch ### Title: Conditional Prompt Inclusion in `generate` Function for Streaming Efficiency **Feature Proposal:** This feature introduces a new parameter, `is_return_prompt`, to the `generate`...
**Describe the bug** Local LLMs either raise Timeout error or Fails to parse output. Ragas version: 0.1.15 Python version: 3.11.3 **Code to Reproduce** ```python from transformers import AutoTokenizer tokenizer =...
I created `turkish.py` and `turkish_bert.py` to support Turkish language. Used [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) as tokenizer