Skip to content

Commit 1899e5d

Browse files
authored
Update README.md
1 parent 4a9d072 commit 1899e5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ When using the "pprompt" or "prompt" function, TopicGPT can behave differently t
279279

280280
- In case of hallucination of facts it may help to use GPT-4 for TopicGPT
281281

282+
### Testing
283+
284+
To ensure that TopicGPT runs as intended, you can install the package and run the two test files under test/TestPackage. Note that you need to provide your api-key to the scripts via the keyword argument "--api-key". Note that it is possible that some tests fail because of the stochasticity of the model or errors of the OpenAI API. You can try to run those tests again and see if they work on the second try.
282285

283286
## How TopicGPT works
284287

@@ -340,4 +343,4 @@ The following models, software packages and ideas are central for TopicGPT:
340343
- Brown, Tom B., et al. “Language Models are Few-Shot Learners.” Advances in Neural Information Processing Systems 33 (2020).
341344
- Radford, Alec, et al. “GPT-4: Generative Pre-training of Transformers with Discrete Latent Variables.” arXiv preprint arXiv:2302.07413 (2023).
342345
- Radford, Alec, et al. “Improving Language Understanding by Generative Pre-Training.” URL: https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf. [6]
343-
- Radford, Alec, et al. “Language Models are Unsupervised Multitask Learners.” OpenAI Blog 1.8 (2019): 9. [7]
346+
- Radford, Alec, et al. “Language Models are Unsupervised Multitask Learners.” OpenAI Blog 1.8 (2019): 9. [7]

0 commit comments

Comments
 (0)