wellhowtosay
wellhowtosay
比如”三小时后“,默认值是否可以精确到秒,而不是精确到小时
关闭粒度继承,query=“3分钟后”,默认值秒位精度丢失(second总是0) 复现代码如下 List dims = Lists.newArrayList(EnumeratedDimension.Time, EnumeratedDimension.Duration); Options base = new Options(dims, false); options = new Options(false, true, false, base.targets(), false, false, base.rankOptions(), new TimeOptions(false, true, true,false), base.numeralOptions(), base.timeout()); String...
I don't speak German, but changeUnnecessary might be wrong `text = original.replace(regex1[i], regex2[i])` you see, you iterate over array regex1 and regex2, I think you mean to replace all characters...
https://github.com/unslothai/unsloth/blob/53cd1e778133efa9721731834fb06589dc95b719/unsloth/models/loader.py#L172 https://github.com/unslothai/unsloth/blob/53cd1e778133efa9721731834fb06589dc95b719/unsloth/models/loader.py#L178
JSON
Currently regex converted from json schema only supports output json string with fixed property order, is there any way to let LLM to choose which property to output in properties...
thread '' panicked at rust/ltp/src/[hook.rs:139](http://hook.rs:139/):34: byte index 17 is not a char boundary; it is inside '\u{a0}' (bytes 16..18) of `[AFDS035-2黑色 (男款)]` note: run with `RUST_BACKTRACE=1` environment variable to display...
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest...
JSON
Currently regex converted from json schema only supports output json string with fixed property order, is there any way to let LLM to choose which property to output in properties...