Commandante
commited on
Commit
•
162f3ab
1
Parent(s):
36912ff
Training in progress, epoch 1
Browse files- config.json +2 -1
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 3,
|
4 |
"architectures": [
|
5 |
"BertForSequenceClassification"
|
@@ -7,6 +7,7 @@
|
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"classifier_dropout": null,
|
9 |
"finetuning_task": "germansentiment",
|
|
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "mdraw/german-news-sentiment-bert",
|
3 |
"_num_labels": 3,
|
4 |
"architectures": [
|
5 |
"BertForSequenceClassification"
|
|
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"classifier_dropout": null,
|
9 |
"finetuning_task": "germansentiment",
|
10 |
+
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 436358132
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dba8c9a612adf6681de61171ae9121ea6adf89d1ebab7dd405d2aa44c044f13
|
3 |
size 436358132
|