Open panzhifeng opened 2 months ago
We generate them using openAI embeddings:
https://platform.openai.com/docs/guides/embeddings
We will submit next week some examples and a python file that shows how we generate them.
You can check our huggingface to see how the embeddings are built. In this example we used opensource embeddings, while in the paper we used openAI embeddings:
Thank you very much for your answer! The examples you gave for embeddings in HuggingFace, I found them in the source code. However, there were no output files of those embeddings in formats such as xlsx and csv. I am a bit confused about this part and look forward to your help. I still have another question to ask you. Is the txt file in this part, path = "Project-Gutenberg-Embeddings" txtIn = f'{path}/gutenberg_list.txt', just a list of book titles?
Hello, author, thank you very much for providing the framework! I would like to ask you some questions. How can these files be obtained or generated?