SergeyTW commited on
Commit
d7bb377
·
1 Parent(s): c02ba2f

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:9ca10eaf16389ad4ea9e1cef2fdfd108f90c2ab447ba34f5039a82793b699b71
3
  size 267854125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f3ef1b18fedc0eefac6e70ffb042ac39dc8169bd2b9c0b6639589ec08949e28
3
  size 267854125
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ac2e5e5ec9c43d90a904cbeec20fc3cd51dcdecdba43f78932c15fdb027f596
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41cd224f975e8d8d522087b95ec83b83187308e75ab7aca359181f96cbf448dc
3
  size 3579