alejndrojavier
commited on
Training in progress, epoch 1
Browse files- config.json +3 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"finetuning_task": "sst-2",
|
11 |
"hidden_dim": 3072,
|
|
|
12 |
"id2label": {
|
13 |
"0": "NEGATIVE",
|
14 |
"1": "POSITIVE"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "alejndrojavier/finetuning-sentiment-analysis-model-team-28",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
+
"attention_probs_dropout_prob": 0.2,
|
9 |
"dim": 768,
|
10 |
"dropout": 0.1,
|
11 |
"finetuning_task": "sst-2",
|
12 |
"hidden_dim": 3072,
|
13 |
+
"hidden_dropout_prob": 0.2,
|
14 |
"id2label": {
|
15 |
"0": "NEGATIVE",
|
16 |
"1": "POSITIVE"
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85f23f5f46ea131a6c02aa8fa59233aadbf7c77b4f77065a6e93f23ccb7bb54a
|
3 |
size 267832560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c71b9af4a618a3b7140f7e26e7835c77a7a77a14c888cb35c48d89d2cf036373
|
3 |
size 4664
|