AhmedGaver commited on
Commit
aa95ae9
·
verified ·
1 Parent(s): e412efe

Upload v2 of URL classifier model

Browse files

Training Metrics:
- Eval Loss: 0.12374971807003021
- Eval F1: N/A

Files changed (2) hide show
  1. tokenizer.json +2 -2
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 64,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 64
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 128
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
tokenizer_config.json CHANGED
@@ -48,7 +48,7 @@
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
  "max_len": 64,
51
- "max_length": 64,
52
  "model_max_length": 64,
53
  "never_split": null,
54
  "pad_to_multiple_of": null,
 
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
  "max_len": 64,
51
+ "max_length": 128,
52
  "model_max_length": 64,
53
  "never_split": null,
54
  "pad_to_multiple_of": null,