Commit ·
6a194d6
1
Parent(s): 9d4c0e9
Training in progress, step 500
Browse files
config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
-
"classifier_dropout":
|
| 9 |
"eos_token_id": 2,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.3,
|
|
@@ -19,6 +19,7 @@
|
|
| 19 |
"num_hidden_layers": 24,
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"position_embedding_type": "absolute",
|
|
|
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
"transformers_version": "4.30.2",
|
| 24 |
"type_vocab_size": 1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "rafalposwiata/deproberta-large-depression",
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": 0.1,
|
| 9 |
"eos_token_id": 2,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.3,
|
|
|
|
| 19 |
"num_hidden_layers": 24,
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"position_embedding_type": "absolute",
|
| 22 |
+
"problem_type": "single_label_classification",
|
| 23 |
"torch_dtype": "float32",
|
| 24 |
"transformers_version": "4.30.2",
|
| 25 |
"type_vocab_size": 1,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421587189
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3039460c5d205a8ab9aad9c76723fa846bda8dfff1e63a9b754e5e8b26611422
|
| 3 |
size 1421587189
|
runs/Jul10_05-04-02_b6ffa023b489/events.out.tfevents.1688965832.b6ffa023b489.186.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:782c1644235c5f91ad64b656c2721ec974ec8d43e1edab3f2ef2fd86b8fbe904
|
| 3 |
+
size 4689
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b65c3dc4029d35f51bc71d1aa6554e347c3e35d30e6caff88888bbb88c86bc0
|
| 3 |
size 4027
|