Bo Peng

Results 14 issues of Bo Peng

Hi, My name is Bo and I'm a Data Scientist for Dovel Technologies. I'm thinking about competition in the Synthetic Health Data Challenge. Here is my Kaggle machine learning profile:...

Hi, Is there a dataset that anyone has found to train the model with prosodic (pause) duration included? Thank you!

Hi ottokart, What is the output of this RNN? So the input is a sequence of tokens (words) and what is the specific output of the RNN? Is it a...

Is there a script that can convert a txt file into the tacred data format that can then be used for predicting using a pre-trained model? I'm wondering about a...

Hi, is the output embedding structure like this: [ A, SEP, B, SEP, CLS]? Because for BERT it's like this right: [CLS, A, SEP, B, SEP]? And for GPT2 is...

Hi Nathan, Good job on the project. Does the code include GraphSAGE for Recommendation? I see the notebook for link prediction. Is that the same as product recommendation? This is...

Is it possible for me to host all of the solution, including the plugin, chatgpt UI and model all in my cloud server without calling any APIs to OpenAI? Thank...

Is there any example notebooks of using this code? Thanks, Bo Peng

If we hook this plugin to a vector database, how does ChatGPT know when to use this plugin or not? Thanks.