pclarke commited on
Commit
22f8af2
·
1 Parent(s): cb50039

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,13 +1,28 @@
1
  ---
2
  title: Sentiment3D
3
- emoji: 🌖
4
- colorFrom: gray
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 3.40.1
8
  app_file: app.py
9
  pinned: false
10
  license: cc-by-4.0
11
  ---
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
17
+ [![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/compasspathways/Sentiment3D/blob/main/.pre-commit-config.yaml)
18
+ [![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](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/))