Ben Hamm
Ben Hamm
A lot of these outputs can be pretty horrifying. Adding "a cartoon of" to the text prompt cuts down on that markedly, in my experience.
RecursiveTextSplitter creates a list of strings that don't play well with Pinecone.from_documents()
The `RecursiveTextSplitter` creates a list of strings. The `CharacterTextSplitter` creates a list of `langchain.schema.Document` The `Pinecone.from_documents() `loader seems to expect a list of `langchain.schema.Document` As such, if you try to...
When running the demo code, with 13B Vicunia, I encounter an error when trying to load the model checkpoint. Seee the following stdout: 2023-04-25 03:08:17.957341: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could...
Trying to understand the use of the SBU dataset. Can y'all explain?
I am trying to get Tao person detection running on my Jetson Orin AGX, but I'm hitting an apparent issue with GST at the capture stage. Please assist. (Also, thank...
When I try to run the following code in colab: from datasets import load_dataset dataset = load_dataset("xinrongzhang2022/InfiniteBench") I get the following error: > DatasetGenerationCastError: An error occurred while generating the...