Chryslerx10
commited on
Commit
•
35849f0
1
Parent(s):
d60b432
Update README.md
Browse files
README.md
CHANGED
@@ -79,6 +79,16 @@ The model was fine-tuned on a dataset of Amazon product reviews on products of t
|
|
79 |
Evaluate
|
80 |
PyTorch
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
## Intended Use
|
83 |
|
84 |
The model is designed to generate concise summaries of Amazon product reviews. It can be utilized in applications such as:
|
|
|
79 |
Evaluate
|
80 |
PyTorch
|
81 |
|
82 |
+
## Metrics
|
83 |
+
|
84 |
+
The model was tested using BERTScorer to test the accuracy of the generated summaries for the reviews.
|
85 |
+
Test set size of 3.8k pairs of reviews and summary.
|
86 |
+
<ul>
|
87 |
+
<li>Precision: 0.87172</li>
|
88 |
+
<li>Recall: 0.86239</li>
|
89 |
+
<li>F1 score: 0.86686</li>
|
90 |
+
</ul>
|
91 |
+
|
92 |
## Intended Use
|
93 |
|
94 |
The model is designed to generate concise summaries of Amazon product reviews. It can be utilized in applications such as:
|