shengqin commited on
Commit
cffe66f
1 Parent(s): a100161

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +6 -4
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +11 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -9,13 +9,15 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "NEGATIVE",
13
- "1": "POSITIVE"
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "NEGATIVE": 0,
18
- "POSITIVE": 1
 
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "normal",
13
+ "1": "sqli",
14
+ "2": "xss"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
+ "normal": 0,
19
+ "sqli": 1,
20
+ "xss": 2
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3775bdb4f35f93c8bf9a37b1214fc4e95941936a8fb02a2113326e13bc0d0d76
3
- size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f353ea312eb5b0b11b24b0228a9b4484f992b08ded160198fa054db19696dfde
3
+ size 267858605
tokenizer.json CHANGED
@@ -2,11 +2,20 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 256
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a9e3c1ac3f0f4365c952edb96c074ebea3cf5a87c1ce150ef102c459ce7b090
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2be90563b6d02f04eb56c4998d0f3b9821e7a955ced7caf6d54f9d22d3c2051
3
  size 4027