Update templates/index.html
Browse filesAdditional information and hyperlinks
- templates/index.html +10 -1
templates/index.html
CHANGED
@@ -21,7 +21,16 @@
|
|
21 |
<body>
|
22 |
<div id="content">
|
23 |
<h1> Multi-text Anecdotal Discourse Classification</h1>
|
24 |
-
<p class="description">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
To use the tool, upload correctly formatted input files:<br>
|
26 |
If uploading a TXT file, each text to be classified should be placed on a separate line.<br>
|
27 |
If uploading a CSV file, each text should be placed in a single cell of the first column.<br>
|
|
|
21 |
<body>
|
22 |
<div id="content">
|
23 |
<h1> Multi-text Anecdotal Discourse Classification</h1>
|
24 |
+
<p class="description">
|
25 |
+
This tool identifies anecdotal versus generalized portions of natural text. A demo of the model can be found
|
26 |
+
<a href="https://huggingface.co/spaces/BabakScrapes/Anecedotal_Discourse_Classifier_Demo" target="_blank" rel="noopener noreferrer">
|
27 |
+
here
|
28 |
+
</a>.
|
29 |
+
It can be used to classify clauses in many texts at once. More information about the model and the labels it provides can be found in
|
30 |
+
<a href="https://huggingface.co/spaces/BabakScrapes/Anecedotal_Discourse_Classifier_Multitext/blob/main/README.md" target="_blank" rel="noopener noreferrer">
|
31 |
+
this README file
|
32 |
+
</a>.
|
33 |
+
<br>
|
34 |
To use the tool, upload correctly formatted input files:<br>
|
35 |
If uploading a TXT file, each text to be classified should be placed on a separate line.<br>
|
36 |
If uploading a CSV file, each text should be placed in a single cell of the first column.<br>
|