Spaces:

Th3r0 commited on
Commit
d0587f2
1 Parent(s): 7196bba

spelling correction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks(
58
  <p><b>Model:</b> Tiny Bert <br>
59
  <b>Dataset:</b> IMDB Movie review dataset <br>
60
  <b>NLP Task:</b> Text Classification</p>
61
- <p>Text classification is an NLP task that focuses on automatically ascribing a predefined category or labels to an input prompt. In this demonstration the tiny bert model has been used to classify the text on the basis of sentiment analysis, where the labels (negative and positive) will indicate the emotional state expressed by the input prompt. The tiny bert model was chosen as in its base state its ability to perform sentiment analysis is quite poor, displayed by the untrained model, which often fails to correctly ascribe the label to the sentiment. The models were trained on the IMDB dataset which includes a large number of sentiment pairs pulled from IMDB movie reviews. We can see that when training is performed over [XX] of epochs we see an increase in X% of training time for the LoRA trained model.</p>
62
  """)
63
 
64
  with gr.Column(scale=0.3,variant="panel"):
 
58
  <p><b>Model:</b> Tiny Bert <br>
59
  <b>Dataset:</b> IMDB Movie review dataset <br>
60
  <b>NLP Task:</b> Text Classification</p>
61
+ <p>Text classification is an NLP task that focuses on automatically ascribing a predefined category or labels to an input prompt. In this demonstration the tiny bert model has been used to classify the text on the basis of sentiment analysis, where the labels (negative and positive) will indicate the emotional state expressed by the input prompt. The tiny bert model was chosen as in its base state its ability to perform sentiment analysis is quite poor, displayed by the untrained model, which often fails to correctly ascribe the label to the sentiment. The models were trained on the IMDB dataset which includes over 100k sentiment pairs pulled from IMDB movie reviews. We can see that when training is performed over [XX] of epochs we see an increase in X% of training time for the LoRA trained model.</p>
62
  """)
63
 
64
  with gr.Column(scale=0.3,variant="panel"):