SaveBertAndGpt
commited on
Commit
•
5d26db1
1
Parent(s):
cce2092
Update README.md
Browse files
README.md
CHANGED
@@ -72,6 +72,8 @@ We invite you to try out Digital Socrates for your own application!
|
|
72 |
|
73 |
# How to use Digital Socrates?
|
74 |
We provide a quick example of how you can try out Digital Socrates with just a few lines of code:
|
|
|
|
|
75 |
```
|
76 |
import json
|
77 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
72 |
|
73 |
# How to use Digital Socrates?
|
74 |
We provide a quick example of how you can try out Digital Socrates with just a few lines of code:
|
75 |
+
|
76 |
+
'DSCritiqueBank-V1' used below can be downloaded from our [dataset page](https://allenai.org/data/digital-socrates).
|
77 |
```
|
78 |
import json
|
79 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|