Sarace

Results 12 comments of Sarace

I have tried using `bert-base-chinese` model,but it outputs nothing. this is my code: ```python from transformers import * # Load model, model config and tokenizer via Transformers custom_config = AutoConfig.from_pretrained('bert-base-chinese')...

I have solve the problem,the default spacy is using English as sentence segmentioner,just change it to Chinese,and it works well. Thanks @dmmiller612

> > I have solve the problem,the default spacy is using English as sentence segmentioner,just change it to Chinese,and it works well. > > Thanks @dmmiller612 > > Excuse me,...

I have met this problem too,with huawei Android 9.0.Hope someone can help me build the master branch,because my envirenment can not work properly.Thanks a lot.

> 1. open the UAC. > 2. click the level. No matter which level you are using, and you don't need to change it, just click it. > 3. Click...

the `requests` version code in `examples/pip_parse/pip_parse_test.py` and `examples/pip_parse/test.py` need to be update to `2.31.0` to make the test pass. Or to pass the `requests` version code as a variable instead...

通过在 playground 中查看网络请求可以看到: ```bash curl 'https://XXXXXX.openai.azure.com/models/chat/completions?api-version=2024-05-01-preview' -X POST \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0' \ -H 'Accept: */*' \ -H 'Accept-Language: en-US,en;q=0.5' \...