rootstrap commited on
Commit
e9f50e9
·
verified ·
1 Parent(s): 79c6648

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -3,4 +3,43 @@ license: mit
3
  language:
4
  - en
5
  library_name: bertopic
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - en
5
  library_name: bertopic
6
+ ---
7
+
8
+ # Model Card for bert-sentiment-classifier
9
+ Sentiment Classifier between positive and negative messages.
10
+
11
+ ### Model Description
12
+
13
+ <!-- Provide a longer summary of what this model is. -->
14
+
15
+ {{ model_description | default("", true) }}
16
+
17
+ - **Developed by:** Rootstrap
18
+ - **Model type:** classifier
19
+ - **Language:** English
20
+ - **License:** MIT
21
+ - **Finetuned from model:** Bert
22
+
23
+ ### Model Sources
24
+ - **Demo [optional]:** https://huggingface.co/spaces/rootstrap-org/bert-sentiment-classifier/tree/main
25
+
26
+ ### Direct Use
27
+ This classifier is used only for demo propose.
28
+
29
+ ### Out-of-Scope Use
30
+ This specific model has not been used in production.
31
+
32
+ ## Bias, Risks, and Limitations
33
+
34
+ ## Training Details
35
+ Training has been done with [classify_sentiment_with_bert notebook](https://huggingface.co/spaces/rootstrap-org/bert-sentiment-classifier/blob/main/notebooks/classify_sentiment_with_bert.ipynb)
36
+ Fine tuning model [small_bert/bert_en_uncased_L-10_H-512_A-8](https://tfhub.dev/tensorflow/small_bert/bert_en_uncased_L-10_H-512_A-8/1)
37
+
38
+
39
+ ## Evaluation
40
+
41
+ #### Metrics
42
+
43
+
44
+ ### Results
45
+