FabianGroeger
commited on
Commit
•
3439798
1
Parent(s):
8e36160
fully trained model v2
Browse files- README.md +2 -0
- config.json +2 -2
- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,3 +5,5 @@ widget:
|
|
5 |
---
|
6 |
|
7 |
# HotelBERT
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# HotelBERT
|
8 |
+
|
9 |
+
This model was trained on reviews from a well known German hotel platform.
|
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "../models/HotelBERT",
|
3 |
"architectures": [
|
4 |
"RobertaForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
-
"classifier_dropout":
|
9 |
"eos_token_id": 2,
|
10 |
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../models/HotelBERT-New",
|
3 |
"architectures": [
|
4 |
"RobertaForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
10 |
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 334060082
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:158642a7dbfa9fba785f0e2295e819e4170022bf8fcb1345f25e1bc6c22cbd7f
|
3 |
size 334060082
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 495505496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83cf27e906b5ce129794aa66e924a808f4814e7727bfdee678e659837f86123e
|
3 |
size 495505496
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2799
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb2d505c2692dfb9058f861617ee8dbf4e5d8b7b92280b95450c726565b0c472
|
3 |
size 2799
|