Louis

Results 10 comments of Louis

It's not possible for you to upload the non revised version? Thanks

Hello, I didn't have the time to retry this repository since few weeks already. It's possible that the last yolov5 update breaks this repo. If you find a fix for...

Hello, No I didn't tried to add any data source on top of the gas price statistics. My work stop to the implementation of the cited paper. It uses LSTM's...

> @diegomontoya Thanks for your prompt reply, which addresses my confusion. And I have another question. according to finetune.py, each training sequence is appended with an EOS token during the...

For me doing: ``` model.config.pad_token_id = 0 = tokenizer.pad_token_id = 0 # same as unk token id model.config.bos_token_id = tokenizer.bos_token_id = 1 model.config.eos_token_id = tokenizer.eos_token_id = 2 ``` + saving...

+1 I think it would make sense to have Guidance support in Langchain Prompts. I don't see such any feature similar to "Guidance acceleration" on langchain. I guess shouldn't be...

I didn't use guidance yet (just checked their code a bit so far). I'm not sure what's the best way to integrate it to langchain yet. But what you propose...

Any news on this? I really think that integrating a more efficient engine for text generation that can fill static part (typically for a json answer) would be a really...

Sorry for the lack of example. We can take the example in the documentation: [here](https://python.langchain.com/en/latest/modules/chains/generic/llm_chain.html) ### Current Behavior ``` input_list = [ {"product": "socks"}, {"product": "computer"}, {"product": "shoes"} ] llm_chain.apply(input_list)...

Sure @khelkun , go ahead with the PR. Sorry, i'm not active on this repo since some time already. Not planning on working on it right now (already pretty busy...