Laurie commited on
Commit
e4178bb
1 Parent(s): c12aa82

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,21 +9,19 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
- "LABEL_0": 0,
22
- "LABEL_1": 1,
23
- "LABEL_2": 2,
24
- "LABEL_3": 3,
25
- "LABEL_4": 4,
26
- "LABEL_5": 5
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "sport",
13
+ "1": "business",
14
+ "2": "politics",
15
+ "3": "tech",
16
+ "4": "entertainment"
 
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
+ "business": 1,
21
+ "entertainment": 4,
22
+ "politics": 2,
23
+ "sport": 0,
24
+ "tech": 3
 
25
  },
26
  "max_position_embeddings": 512,
27
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52253a1724d8060f779b6294a35669c03d9cdc8f3f7f716dbcc28bbc39875a64
3
- size 267866609
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10acbef5549a1a688390e6637a45ef9aafcd37ae7f8de88e7142b9ef7e222620
3
+ size 267863537
runs/Feb13_12-23-05_f16fe6fbee5f/1676290990.4306326/events.out.tfevents.1676290990.f16fe6fbee5f.23.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d63e0dce19e19914df4d1122dad1cbfc8426deaf471b9c55dda50f12b99c3461
3
+ size 5371
runs/Feb13_12-23-05_f16fe6fbee5f/events.out.tfevents.1676290990.f16fe6fbee5f.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d025cab7578feec0644292baf4e57f3ffd2d23ff8adc6541c21ffa6bfada94a0
3
+ size 4094
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26d99f502619b699d52b4289d3f1b1edbd89f14eed789d46b3f3929ad33b4efa
3
  size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:326b249a0fdc7d92c85fcfa056f0c0a7c45c8267c13ebe22acdc7427b0aeb912
3
  size 3311