Osiris commited on
Commit
093ec8c
1 Parent(s): ea33cd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -9,4 +9,7 @@ LABEL_0: Neutral (have no emotion)
9
  >>> from transformers import pipeline
10
  >>> nnc = pipeline('sentiment-analysis', model='distilbert-base-uncased')
11
  >>> nnc("Hello, I'm a good model.")
12
- ```
 
 
 
 
9
  >>> from transformers import pipeline
10
  >>> nnc = pipeline('sentiment-analysis', model='distilbert-base-uncased')
11
  >>> nnc("Hello, I'm a good model.")
12
+ ```
13
+
14
+ ### Accuracy:
15
+ We reach 93.98% for validation dataset, and 91.92% for test dataset.