gpriday commited on
Commit
44b7395
1 Parent(s): e370f04

Training in progress, step 1000

Browse files
Files changed (3) hide show
  1. config.json +3 -4
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,19 +1,18 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
  "id2label": {
13
  "0": "LABEL_0"
14
  },
15
  "initializer_range": 0.02,
16
- "intermediate_size": 3072,
17
  "label2id": {
18
  "LABEL_0": 0
19
  },
 
1
  {
2
+ "_name_or_path": "microsoft/MiniLM-L12-H384-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
  "id2label": {
12
  "0": "LABEL_0"
13
  },
14
  "initializer_range": 0.02,
15
+ "intermediate_size": 1536,
16
  "label2id": {
17
  "LABEL_0": 0
18
  },
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87101918f63624aa8e89348012a5a462dca2fd5429b2d080f6f23dfb4772e11b
3
- size 438000433
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af16752f7acbbf164903eca1b803ac8324c6bd1890096b7b148035d8a654e63b
3
+ size 133509937
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc1fac2bfedf70e44a11ed69b0219b6fee28a352b7abcbd7662c94b908e5a715
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4240bbd12c11b39b5f6966a4a637e43237d0f4de13a338d020ff9cd3ca9d10b2
3
  size 3963