KushalRamaiya commited on
Commit
27b2e5e
1 Parent(s): e2168b9

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +0 -2
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +2 -14
  4. training_args.bin +1 -1
config.json CHANGED
@@ -5,11 +5,9 @@
5
  "DistilBertForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
- "attention_probs_dropout_prob": 0.3,
9
  "dim": 768,
10
  "dropout": 0.1,
11
  "hidden_dim": 3072,
12
- "hidden_dropout_prob": 0.3,
13
  "id2label": {
14
  "0": "LABEL_0",
15
  "1": "LABEL_1",
 
5
  "DistilBertForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1af24a0d2b9dae1165a227efcf48d419fbe522951c8885a1949fd0cefebabd0d
3
  size 154432877
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e919275d8fb4728592922f792aaf4a74903bbab3edcd23b4fcddf4bc2cf2b584
3
  size 154432877
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 0,
14
- "pad_type_id": 0,
15
- "pad_token": "[PAD]"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71d32745f236681c7bc7c2d04d4fb3ba47ffb18b8fd52e5a4f868c6b2caa5b73
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af96ece5da4e9f1825574ff14189e2e129d64b31ae561b7960cd8c5a068fc9fd
3
  size 3439