root39058 commited on
Commit
b6506df
·
verified ·
1 Parent(s): 305e9c5

feat: Anti-hallucination OpenAirAI-Bear-2026

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:16df992f9bb3ff673d34839de76ad9e448a074ed8178299702c1ce91acc718a3
3
  size 655352624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a64dc556115b384d9fffd9bbb2c622025003ac3d002a0cd9294472327c4b715
3
  size 655352624
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Left",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 128
12
  },
13
  "direction": "Left",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Left",
5
+ "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 256
12
  },
13
  "direction": "Left",
14
  "pad_to_multiple_of": null,