alejndrojavier commited on
Commit
e835616
·
verified ·
1 Parent(s): 71648f4

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +3 -1
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,14 +1,16 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased-finetuned-sst-2-english",
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:044ddca50f0b485e76d01ec60d6370b90d22b96ecd1159f0b62b3f853897ed3d
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:7ad59bc5438ddd51c4a6fa0a1f5b432a540b86767d84da9cf1f9cb1c6fa0e7c3
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71b9af4a618a3b7140f7e26e7835c77a7a77a14c888cb35c48d89d2cf036373
3
  size 4664