SergeyTW commited on
Commit
c387b6d
·
1 Parent(s): bf81595

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:7d2e88deee567553a76e8f9d42ddbc2140da8ba667ce5b8c6d2e265da896e121
3
  size 267854125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd38220ad7da7690d0b59ae6c0129d84e7a1f75436f2ec4ec818100784b77b4
3
  size 267854125
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:047ec55a46a3357fa64f0f2b1e1091b128bce1bc69528f637d2796478e48d28d
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a22f3e92cace10e3d68ccfea7c8a118fd93a857c448df33c4a572fb728755124
3
  size 3579