Dylan
Dylan
Hi all, Appreciate for this awesome work. I was trying to feed the model into 2 3090ti (24G VRAM each). Loading in 4bit, however I got the error message "ValueError:...
Hi Authors, Thanks to open-source this great work. I am wondering: 1. if the FinGPT refered in [the finGPT paper](https://arxiv.org/abs/2306.06031) V1 or V2? I guess it is V2 but under...
Hi OpenAI team, Could you please add support and example json file for ChatCompletion in addition to embedding for [Parallel Request Script](https://github.com/openai/openai-cookbook/blob/main/examples/api_request_parallel_processor.py#L165) ? Thanks
Hi, I was trying to reproduce the result from this paper: | Xiaolei Wang*, Kun Zhou*, Ji-Rong Wen, Wayne Xin Zhao. Towards Unified Conversational Recommender Systems via Knowledge-Enhanced Prompt Learning....
Dear authors, Thank you for sharing this awesome project! I am trying to look deeper on the evaluation result. like, how exactly the model perform on different testing samples. I...
Dear Authors Thanks for sharing the great work. For the proposed Clustering-based prompts, I have a few question: Q1: Step 1: get 1 initial document per question. Wondering why we...
Hi, I found the total number of DBpedia entities in "/data/entity2entityId.pkl" is 64362. However, in the run.py, the total number of entities is set to be 64368. (also in subkg.pkl),...
Hi, When I install chatty-goose from github using: ```bash python -m pip install git+https://github.com/castorini/chatty-goose.git ``` I met this issue: ```bash ERROR: Cannot install chatty-goose and chatty-goose==0.2.0 because these package versions...
Hi, ONMT is constantly updating. Can you please specify the requirement of your experiment in order to allowing the following researchers to replicate your result?
Dear Author, I am trying to reproduce the rec performance on INSPIRED dataset.  I use the hyperparameters you recommend and the "best" model as prompt-encoder. Unfortunately, I was not...