sunhaha123
sunhaha123
sentence_transformers也是如此,醉了
@tianxin1860 是 nlp_example\text_matching\sentence_transformers ,    ,其次想问下nlp_example\text_matching\simbert 为什么没有train.py,谢谢?
@Steffy-zxf  这个图片我在aistudio里直接运行的,什么都没改。就是sentences_transform这个文件内下的模型,我看是可能因为导入了from model import SentenceTransformer。
@Arthur151 Hi, sorry to brother you, has this problem solved? I still find the head of the model can't be rotated. I want to fix it , could you tell...
> 现在app能体验至少证明论文技术是可用的,阿里又不是没开源过大项目,着急什么?想和原作者抢第一桶金么? 1.你不懂阿里;2.你不懂开源;3.你不懂阿里开源。
> I ran into this too trying to load or convert LatentLabs360 safetensors LoRA file so I can use it with the new Panorama pipeline, but no matter what I...
also need!
[promptulate] Failed to get data. Please check your network or api key. [output] Failed to get data.
from promptulate.llms import OpenAI from promptulate.utils import set_proxy_mode import os os.environ['OPENAI_API_KEY'] = "**" llm = OpenAI() llm("你知道鸡哥的《只因你太美》?") def set_free_proxy(): set_proxy_mode("promptulate") def set_custom_proxy(): proxies = {'http': 'http://127.0.0.1:1080'} set_proxy_mode("custom", proxies=proxies) def turn_off_proxy():...
[promptulate] Failed to get data. Please check your network or api key. [output] Failed to get data.
无论哪种我测试了2台机器都是如此, sad
[promptulate] Failed to get data. Please check your network or api key. [output] Failed to get data.
base_url 可以替换为https://api.openai-proxy.com/v1/chat/completions