Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radi-cho committed Mar 12, 2023
1 parent 5c902f9 commit 6a8c887
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# datasetGPT

Generate textual and conversational datasets with LLMs.

# Installation

This project is still under active development.

# Usage

```
Usage: datasetGPT conversations [OPTIONS]
Produce conversations between two gpt-3.5-turbo agents with given roles.
Options:
-k, --openai-api-key TEXT OpenAI API key.
-n, --num-samples INTEGER Number of conversations for each
configuration.
-i, --interruption [length|end_phrase]
Interruption mode.
-e, --end-phrase TEXT Interrupt after this phrase is outputted by
one of the agents.
-i, --end-agent [agent1|agent2|both]
In which agent's messages to look for the
end phrase.
-l, --length INTEGER Maximum number of utterances for each agent.
A conversation sample will be generated for
each length.
-a1, --agent1 TEXT Agent role description. [required]
-a2, --agent2 TEXT Agent role description. [required]
--help Show this message and exit.
```

0 comments on commit 6a8c887

Please sign in to comment.