zboxi7 commited on
Commit
99dc3f4
1 Parent(s): b404faa

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -8,7 +8,17 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
  "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
24
  "n_heads": 12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f10ad691a4aa706a356a271ddafebb8edc6dae694c88a82e0381f2fe63495c88
3
- size 267854321
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3581d93619d18d157cab99f4ad64191f536293c6e863ed9adb6f5b6623ec8277
3
+ size 267857393
runs/Aug08_03-57-55_ee31e42f2de2/1659931219.7078788/events.out.tfevents.1659931219.ee31e42f2de2.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805f1af38b3780755e9550866ea0a4982075df6c2e92bed2a23899969bf5e0d7
3
+ size 5469
runs/Aug08_03-57-55_ee31e42f2de2/events.out.tfevents.1659931219.ee31e42f2de2.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d6af51a259b9f158daa852524db74850edb1a372d3d73d628433131490d67c
3
+ size 40
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e4b997365c1e22ebb3565ba78abacefe3a3c01c646e1125d28e3a451ac589ed
3
  size 3375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43a9d6c4f9b21b71095f308431f1ea54f747349f7600efad3c626e1510d3f4e
3
  size 3375