DanielDanielDanielDanielDanielDaniel commited on
Commit
60532ac
·
verified ·
1 Parent(s): 46add8a

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +9 -9
  2. model.safetensors +1 -1
  3. tokenizer.json +2 -14
  4. training_args.bin +1 -1
config.json CHANGED
@@ -9,17 +9,17 @@
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3"
16
  },
17
  "initializer_range": 0.02,
18
  "label2id": {
19
- "LABEL_0": 0,
20
- "LABEL_1": 1,
21
- "LABEL_2": 2,
22
- "LABEL_3": 3
23
  },
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
@@ -31,6 +31,6 @@
31
  "seq_classif_dropout": 0.2,
32
  "sinusoidal_pos_embds": false,
33
  "tie_weights_": true,
34
- "transformers_version": "4.56.1",
35
  "vocab_size": 30522
36
  }
 
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "World",
13
+ "1": "Sports",
14
+ "2": "Business",
15
+ "3": "Sci/Tech"
16
  },
17
  "initializer_range": 0.02,
18
  "label2id": {
19
+ "Business": 2,
20
+ "Sci/Tech": 3,
21
+ "Sports": 1,
22
+ "World": 0
23
  },
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
 
31
  "seq_classif_dropout": 0.2,
32
  "sinusoidal_pos_embds": false,
33
  "tie_weights_": true,
34
+ "transformers_version": "4.56.2",
35
  "vocab_size": 30522
36
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa0d5284fbc1457c1ba62716c16c0758cc6d9dc7c91f21493b67eb5c7821b462
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca57697441c5e95c7c85a67e7a8d4ceb7f69e90221b1df135f45f46c9ca7183
3
  size 267838720
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:585f6fc0bc761d7a0aced4aebfc936985b49fadccc4769d8595138029e58688e
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6229dcbd95c32bfb419adfb2ddca119c10fcb6c1904a069e39089c02f4af1e8f
3
  size 5777