Spaces:
Running
Running
Shreyas Meher commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# ConfliBERT
|
| 2 |
|
| 3 |
A web-based interface for ConfliBERT, a BERT-based model specialized in conflict and political event analysis. This application provides multiple Natural Language Processing capabilities including Named Entity Recognition (NER), Text Classification, Multi-label Classification, and Question Answering.
|
| 4 |
|
|
@@ -129,7 +129,7 @@ Class1 (Confidence%) | Class2 (Confidence%)
|
|
| 129 |
|
| 130 |
### File Structure
|
| 131 |
```
|
| 132 |
-
conflibert-
|
| 133 |
βββ app.py # Main application file
|
| 134 |
βββ requirements.txt # Package dependencies
|
| 135 |
βββ README.md # Documentation
|
|
|
|
| 1 |
+
# ConfliBERT GUI Application
|
| 2 |
|
| 3 |
A web-based interface for ConfliBERT, a BERT-based model specialized in conflict and political event analysis. This application provides multiple Natural Language Processing capabilities including Named Entity Recognition (NER), Text Classification, Multi-label Classification, and Question Answering.
|
| 4 |
|
|
|
|
| 129 |
|
| 130 |
### File Structure
|
| 131 |
```
|
| 132 |
+
conflibert-gui/
|
| 133 |
βββ app.py # Main application file
|
| 134 |
βββ requirements.txt # Package dependencies
|
| 135 |
βββ README.md # Documentation
|