eduardo-alvarez commited on
Commit
742a0d9
·
1 Parent(s): 33b8c6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -9,19 +9,19 @@ license: apache-2.0
9
  ---
10
 
11
  # fun dialogues
12
- A library of fictitious dialogues that can be used to train language models or augment prompts for prototyping and educational purposes. Fun dialogues currently come in json format for easy ingestion or conversion to popular data structures. Dialogues span various topics such as sports, retail, academia, healthcare, and more. The library also includes basic tooling for loading dialogues and will include quick chatbot prototyping functionality in the future.
13
 
14
  Visit the Project Repo: https://github.com/eduand-alvarez/fun-dialogues/
15
 
16
  # Available Dialogues
17
  - Customer Service
18
- - Grocery Cashier: 100 fictitous examples of dialogues between a customer at a grocery store and the cashier.
19
  - Academia
20
- - Physics Office Hours: 100 fictitous examples of dialogues between a physics professor and a student during office hours.
21
  - Healthcare
22
- - Minor Consultation: 100 fictitous examples of dialogues between a doctor and a patient during a minor medical consultation.
23
  - Sports
24
- - Basketball Coach: 100 fictitous examples of dialogues between a basketball coach and the players on the court during a game.
25
 
26
  # How to Load Dialogues
27
  Loading dialogues can be accomplished using the fun dialogues library or Hugging Face datasets library.
 
9
  ---
10
 
11
  # fun dialogues
12
+ A library of fictitious dialogues that can be used to train language models or augment prompts for prototyping and educational purposes. Fun dialogues currently come in json and csv format for easy ingestion or conversion to popular data structures. Dialogues span various topics such as sports, retail, academia, healthcare, and more. The library also includes basic tooling for loading dialogues and will include quick chatbot prototyping functionality in the future.
13
 
14
  Visit the Project Repo: https://github.com/eduand-alvarez/fun-dialogues/
15
 
16
  # Available Dialogues
17
  - Customer Service
18
+ - Grocery Cashier: 100 fictitious examples of dialogues between a customer at a grocery store and the cashier.
19
  - Academia
20
+ - Physics Office Hours: 100 fictitious examples of dialogues between a physics professor and a student during office hours.
21
  - Healthcare
22
+ - Minor Consultation: 100 fictitious examples of dialogues between a doctor and a patient during a minor medical consultation.
23
  - Sports
24
+ - Basketball Coach: 100 fictitious examples of dialogues between a basketball coach and the players on the court during a game.
25
 
26
  # How to Load Dialogues
27
  Loading dialogues can be accomplished using the fun dialogues library or Hugging Face datasets library.