klin1 commited on
Commit
d71ec0f
1 Parent(s): ea74468

Updated READ.me

Browse files
Files changed (1) hide show
  1. README.md +8 -21
README.md CHANGED
@@ -7,38 +7,25 @@ model-index:
7
  results: []
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
- probably proofread and complete it, then remove this comment. -->
12
-
13
- # tmpjy56pamo
14
-
15
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
16
- It achieves the following results on the evaluation set:
17
- - Train Loss: 0.0386
18
- - Train Accuracy: 0.9878
19
- - Validation Loss: 0.4790
20
- - Validation Accuracy: 0.8621
21
- - Epoch: 2
22
 
23
  ## Model description
24
 
25
- More information needed
 
 
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
 
31
- ## Training and evaluation data
32
 
33
- More information needed
34
 
35
- ## Training procedure
36
 
37
- ### Training hyperparameters
38
 
39
- The following hyperparameters were used during training:
40
- - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 3198, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
41
- - training_precision: float32
42
 
43
  ### Training results
44
 
 
7
  results: []
8
  ---
9
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  ## Model description
12
 
13
+ The rotten-tomatoes-model is a text-classification model. It used the `bert-base-cased` model, and was fine tuned on the `rotten_tomatoes` model.
14
+
15
+ After inputting a movie review, the model will output its prediction of how positive/negative the review is. LABEL_0 is Negative, while LABEL_1 is Positive.
16
 
17
  ## Intended uses & limitations
18
 
19
+ This model can be used to take in movie reviews and predict whether the overall sentiments of the review are positive or negative.
20
 
21
+ An example use case for this model is taking in reviews spanning from the start of the pandemic to the current time to see how sentiments surrounding movies might have been affected by when in the pandemic it was released (or other factors such as the method it was released
22
 
 
23
 
24
+ ## Training and evaluation data
25
 
26
+ As mentioned above, this
27
 
28
+ ## Training procedure
 
 
29
 
30
  ### Training results
31