SergeyTW commited on
Commit
a0e831b
·
1 Parent(s): c70b299

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +3 -1
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -7,6 +7,7 @@
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
 
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "NEGATIVE",
@@ -21,6 +22,7 @@
21
  "model_type": "distilbert",
22
  "n_heads": 12,
23
  "n_layers": 6,
 
24
  "pad_token_id": 0,
25
  "problem_type": "single_label_classification",
26
  "qa_dropout": 0.1,
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
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",
 
22
  "model_type": "distilbert",
23
  "n_heads": 12,
24
  "n_layers": 6,
25
+ "output_past": true,
26
  "pad_token_id": 0,
27
  "problem_type": "single_label_classification",
28
  "qa_dropout": 0.1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62f36329e81e73dad96005838d10cadbf9865c8fbafe7f92a33185e03b1a552e
3
  size 267854125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a07d8065ad6efc40fe53e74e670a3737a850572d71945d509d3d2b0276da90b
3
  size 267854125
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81ce1909c81f5c8c45a72085f28c167ee517cf1815aec1a999a38368c020f689
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f78fe969174129aa2ee0246ea2b4054a2da26b905174602d11b5c6ada654f38a
3
  size 3579