akafesu commited on
Commit
fd17d72
·
verified ·
1 Parent(s): e4218a4

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +3 -17
  2. model.safetensors +2 -2
  3. special_tokens_map.json +5 -35
  4. training_args.bin +3 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./results/checkpoint-6926",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -11,27 +11,13 @@
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
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9"
22
  },
23
  "initializer_range": 0.02,
24
  "label2id": {
25
  "LABEL_0": 0,
26
  "LABEL_1": 1,
27
- "LABEL_2": 2,
28
- "LABEL_3": 3,
29
- "LABEL_4": 4,
30
- "LABEL_5": 5,
31
- "LABEL_6": 6,
32
- "LABEL_7": 7,
33
- "LABEL_8": 8,
34
- "LABEL_9": 9
35
  },
36
  "max_position_embeddings": 512,
37
  "model_type": "distilbert",
 
1
  {
2
+ "_name_or_path": "distilbert-base-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
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",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2626b4244e20f3602c8b3a2192dc3007b0ebd1830ee1004a9643123f77f3c64d
3
- size 263169296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53dd585b15115b5c30893786f147b5a1e19382426e1f8c144bdd480af58d0ea6
3
+ size 263147764
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9069d601f107e88a171892cd0d66e709563a71dcf5f7c1b16eb13ebaf1fef580
3
+ size 5304