Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ widget:
|
|
| 15 |
example_title: "Example 4"
|
| 16 |
---
|
| 17 |
|
| 18 |
-
#
|
| 19 |
A model trained on English Hotel Reviews from Switzerland. The base model is the [bert-base-uncased](https://huggingface.co/bert-base-uncased). The last hidden layer of the base model was extracted and a classification layer was added. The entire model was then trained for 5 epochs on our dataset.
|
| 20 |
|
| 21 |
# Model Performance
|
|
|
|
| 15 |
example_title: "Example 4"
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# English Hotel Review MultiLabel Classification
|
| 19 |
A model trained on English Hotel Reviews from Switzerland. The base model is the [bert-base-uncased](https://huggingface.co/bert-base-uncased). The last hidden layer of the base model was extracted and a classification layer was added. The entire model was then trained for 5 epochs on our dataset.
|
| 20 |
|
| 21 |
# Model Performance
|