DanielDanielDanielDanielDanielDaniel commited on
Commit
ff14836
·
verified ·
1 Parent(s): 854edbe

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +8 -8
  2. model.safetensors +1 -1
  3. tokenizer.json +14 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -9,17 +9,17 @@
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",
 
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",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7644eec6dffc84782dad12b657430799dec5170917074aabad20fd89e451ce39
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a768db5a81bdf92dc0a6d50e523bae26f33ec371a96f0e103b9a42b02734cba
3
  size 267838720
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6229dcbd95c32bfb419adfb2ddca119c10fcb6c1904a069e39089c02f4af1e8f
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113e3546e956cb956b666148ea7302a4391b37d342a53a20814402ce1ac227fa
3
  size 5777