andrewbrown
commited on
Commit
·
8d97988
1
Parent(s):
c21167a
update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
|
|
|
1 |
+
## GPT2-MI-Reflector
|
2 |
+
|
3 |
+
### A gpt2 based motivational interviewing reflector
|
4 |
+
|
5 |
+
To properly inference model (as it was fine-tuned), use the following format:
|
6 |
+
|
7 |
+
Prompt: ...Question from bot...
|
8 |
+
Response: ...Response from user...\n
|
9 |
+
|
10 |
+
Model should generate a motivational interviewing adherent statement
|
11 |
+
|
12 |
+
First model upload to huggingface!
|
13 |
+
|
14 |
---
|
15 |
license: openrail
|
16 |
---
|
17 |
+
|