yecp

Results 3 issues of yecp

from fastHan import FastHan model = FastHan(url="D:/code/term weight/Q2/fasthan_large") sentence = "诺基亚(NOKIA)105 新 黑色 直板按键 移动2G手机 老人老年手机 学生备用功能机 超长待机 双卡双待" answer = model(sentence) print(answer) 报错: Traceback (most recent call last): File...

### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction python src/api_demo.py \ --model_name_or_path /model/Qwen1.5-7B-Chat \ --adapter_name_or_path /qwen_model/lora/qwen1_5_7b_contract_100_sft_90 \ --template qwen \ --finetuning_type lora...

### Reminder - [x] I have read the above rules and searched the existing issues. ### System Info llamafactory版本:0.9.2.dev0 python版本:3.10.16 显卡:A100,80G python依赖 ``` torch=2.4.0 transformers=4.48.2 triton=3.0.0 trl=0.9.6 unsloth=2025.1.8 unsloth_zoo=2025.1.5 xformers=0.0.27.post2...

bug
pending