Tobias commited on
Commit
18d2fd1
1 Parent(s): 1375844

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ widget:
15
  example_title: "Example 4"
16
  ---
17
 
18
- # German Hotel Review Sentiment 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
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