Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# mindchat mental model
|
| 6 |
+
|
| 7 |
+
├─mindchat-hf-model
|
| 8 |
+
│ │ .gitattributes
|
| 9 |
+
│ │ README.md
|
| 10 |
+
│ │ tune_emotion.pt
|
| 11 |
+
│ │
|
| 12 |
+
│ └─mental
|
| 13 |
+
│ │ config.json
|
| 14 |
+
│ │ model.safetensors
|
| 15 |
+
│ │ tokenizer.json
|
| 16 |
+
│ │ tokenizer_config.json
|