AndreiTolmachev commited on
Commit
75077f6
·
verified ·
1 Parent(s): 82109d9

v2: add Business Analyst class, longer context (384/2000), precision 0.880→0.922

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d3eff74a0776fad17bbff6f6ac030ca9f884bb5e795fc7f1387f76bc2e815eb
3
  size 116784136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e64ed9d7921612877e495ce406120539196d1e00c5105a43d377818ef210017
3
  size 116784136
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
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,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 384,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 384
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,