neuroapps commited on
Commit
c50d21c
1 Parent(s): 8d0b05d

Updated the model readme

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -7,7 +7,7 @@ datasets:
7
  metrics:
8
  - accuracy
9
  model-index:
10
- - name: my_awesome_model
11
  results:
12
  - task:
13
  name: Text Classification
@@ -24,10 +24,7 @@ model-index:
24
  value: 0.93188
25
  ---
26
 
27
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
- should probably proofread and complete it, then remove this comment. -->
29
-
30
- # my_awesome_model
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
33
  It achieves the following results on the evaluation set:
@@ -36,15 +33,15 @@ It achieves the following results on the evaluation set:
36
 
37
  ## Model description
38
 
39
- More information needed
40
 
41
  ## Intended uses & limitations
42
 
43
- More information needed
44
 
45
  ## Training and evaluation data
46
 
47
- More information needed
48
 
49
  ## Training procedure
50
 
 
7
  metrics:
8
  - accuracy
9
  model-index:
10
+ - name: neuroapps_sentiment_classifier
11
  results:
12
  - task:
13
  name: Text Classification
 
24
  value: 0.93188
25
  ---
26
 
27
+ # neuroapps_sentiment_classifier
 
 
 
28
 
29
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
30
  It achieves the following results on the evaluation set:
 
33
 
34
  ## Model description
35
 
36
+ This model outputs the sentiment value, either positive or negative from the sentence or phrase.
37
 
38
  ## Intended uses & limitations
39
 
40
+ This model could be used for extracting sentiments from product reviews, product feedback, or general conversational text.
41
 
42
  ## Training and evaluation data
43
 
44
+ his model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
45
 
46
  ## Training procedure
47