Merge branch 'main' of https://huggingface.co/andrewbrown/gpt2-mi-reflector into main
Browse files- README.md +22 -0
- pytorch_model.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
-------------------------------------------------------------------------------------------------------------------
|
8 |
+
Prompt: ...Question from bot...
|
9 |
+
|
10 |
+
Response: ...Response from user...\n
|
11 |
+
|
12 |
+
-------------------------------------------------------------------------------------------------------------------
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
Model should generate a motivational interviewing adherent statement
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
First model upload to huggingface!
|
21 |
+
|
22 |
---
|
23 |
license: openrail
|
24 |
---
|
25 |
+
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a32e43ecc7c5aa319712cfc7da3a7d61e910a0f732ea9da1e88c350db160f00a
|
3 |
+
size 510404157
|