wendru18
commited on
Commit
Β·
c34d09b
1
Parent(s):
cbf456f
updated readme
Browse files
README.md
CHANGED
|
@@ -11,3 +11,24 @@ pinned: false
|
|
| 11 |
|
| 12 |
# persplain
|
| 13 |
Explainable personality recognition using interpretable transformer learning models.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# persplain
|
| 13 |
Explainable personality recognition using interpretable transformer learning models.
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
persplain/
|
| 17 |
+
βββ .github/
|
| 18 |
+
β βββ workflows/
|
| 19 |
+
β βββ main.yml
|
| 20 |
+
βββ .gitignore
|
| 21 |
+
βββ app.py
|
| 22 |
+
βββ data/
|
| 23 |
+
β βββ docs.csv (*)
|
| 24 |
+
βββ notebook.ipynb
|
| 25 |
+
βββ README.md
|
| 26 |
+
βββ requirements.txt
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
* `app.py` - Gradio main file to be hosted on Hugging Face Spaces.
|
| 30 |
+
* `data/` - Contains the dataset used.
|
| 31 |
+
* `notebook.ipynb` - Jupyter notebook for training.
|
| 32 |
+
* `github/workflows/main.yml` - GitHub Actions workflow to transfer the app to Hugging Face Spaces.
|
| 33 |
+
|
| 34 |
+
`(*)` = Not included in the repository.
|