wendru18 commited on
Commit
c34d09b
Β·
1 Parent(s): cbf456f

updated readme

Browse files
Files changed (1) hide show
  1. README.md +21 -0
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.