Ethan Chern
Ethan Chern
Could you provide an example data for vision-language training (especially the format)? Thank you!
**Describe the bug** Both of the queries provided below will throw StopIteration errors even when the http requests are successful. **To Reproduce** ``` import logging import sys # Configure logging...
https://github.com/GAIR-NLP/factool/blob/main/factool/factool.py#L106 For code responses, line 106 might fail.
Judging whether a text is factual or not can be challenging when the provided text is ambiguous. We should let users define or choose their own standards.
https://openai.com/blog/function-calling-and-other-api-updates
As in https://github.com/GAIR-NLP/factool/issues/8 and https://github.com/GAIR-NLP/factool/issues/3, we need to look into whether ```python proxies = {'http': "http://127.0.0.1:7890", 'https': "http://127.0.0.1:7890"} openai.proxy = proxies ``` is the general solution for calling openai using...
Relevant Papers: * https://arxiv.org/abs/2305.20050 * https://arxiv.org/abs/2306.01693
We definitely need to continue pretraining our base model on a large number of math-related corpus.
The current model's (Abel) training data and base model constraints limit its ability to provide responses in languages other than English.