SaveBertAndGpt commited on
Commit
c738ee4
1 Parent(s): f98f86c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -73,6 +73,8 @@ We invite you to try out Digital Socrates for your own application!
73
 
74
  # How to use Digital Socrates?
75
  We provide a quick example of how you can try out Digital Socrates with just a few lines of code:
 
 
76
  ```
77
  import json
78
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
73
 
74
  # How to use Digital Socrates?
75
  We provide a quick example of how you can try out Digital Socrates with just a few lines of code:
76
+
77
+ 'DSCritiqueBank-V1' used below can be downloaded from our [dataset page](https://allenai.org/data/digital-socrates).
78
  ```
79
  import json
80
  from transformers import AutoTokenizer, AutoModelForCausalLM