Spaces:
Runtime error
Runtime error
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,28 @@
|
|
| 1 |
---
|
| 2 |
title: Sentiment3D
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: cc-by-4.0
|
| 11 |
---
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Sentiment3D
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 3.35.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: cc-by-4.0
|
| 11 |
---
|
| 12 |
+
# COMPASS Pathways Three-dimensional Sentiment Model
|
| 13 |
|
| 14 |
+
<div align="center">
|
| 15 |
+
|
| 16 |
+
[](https://github.com/psf/black)
|
| 17 |
+
[](https://github.com/compasspathways/Sentiment3D/blob/main/.pre-commit-config.yaml)
|
| 18 |
+
[](https://creativecommons.org/licenses/by/4.0/)
|
| 19 |
+
|
| 20 |
+
A package for computing the three-dimensional sentiment scores and a Jupyter notebook for replicating the analysis described in the paper "[From a Large Language Model to Three-Dimensional Sentiment](https://psyarxiv.com/kaeqy/)".
|
| 21 |
+
|
| 22 |
+
</div>
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
## Citation
|
| 27 |
+
|
| 28 |
+
Please cite our paper titled "From a Large Language Model to Three-Dimensional Sentiment". ([preprint](https://psyarxiv.com/kaeqy/))
|