shahules786 commited on
Commit
fb5db40
·
1 Parent(s): 80a8b88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -2,9 +2,9 @@
2
  A generative model trained to classify prompts into various safety categories and generate rules of thumb.
3
 
4
  ## Training
5
- Model architecture: `T5ForConditionalGeneration`
6
- Data : [prosocial-dialog](https://huggingface.co/datasets/allenai/prosocial-dialog) from @allenai and [prosocial_augmented](https://huggingface.co/datasets/shahules786/prosocial_augmented) from @shahules786
7
- Data preparation: model takes current user input and past conversations
8
 
9
  ## Example
10
 
 
2
  A generative model trained to classify prompts into various safety categories and generate rules of thumb.
3
 
4
  ## Training
5
+ * Model architecture: `T5ForConditionalGeneration`
6
+ * Data : [prosocial-dialog](https://huggingface.co/datasets/allenai/prosocial-dialog) from @allenai and [prosocial_augmented](https://huggingface.co/datasets/shahules786/prosocial_augmented) from @shahules786
7
+ * Data preparation: model takes current user input and past conversations
8
 
9
  ## Example
10