BaiMeiyingxue
BaiMeiyingxue
## ❓ Questions and Help We have a set of listed resources available on the website and FAQ: https://captum.ai/ and https://captum.ai/docs/faq . Feel free to open an issue here on...
Dear Rahman, when I reproduce the [code](https://github.com/WasifurRahman/BERT_multimodal_transformer/blob/dc7876fc30f7ef362999200911e3d4d8a2bca107/bert.py#L180) it seems that there has an error when use the get_extended_attention_mask , can you give me some advice?
Hi Zanlin Ni, Thanks for your wonderful work! I was wondering whether the selection of standard deviation has an effect on the loss(_Here σ is a hyper-parameter which serves as...
When I installed it and used the command ‘from elmoformanylangs import Embedder’ allennlp 2.9.3,python=3.8 An error occurred File E:\Anaconda3\envs\Elmol\lib\site-packages\elmoformanylangs-0.0.4.post2-py3.8.egg\elmoformanylangs\elmo.py:12, in 10 from .modules.embedding_layer import EmbeddingLayer 11 from .utils import dict2namedtuple...
the version is xinference 0.9.2 ,when inspect the registered LLM using 'xinference registrations --model-type LLM', an error occurred ```Traceback (most recent call last): File "/home/ubuntu/anaconda3/envs/xinference092/bin/xinference", line 8, in sys.exit(cli()) File...
there are quite a number of py files, if i wanna construct a pre-trained model using YAMNet to extract the audio features, which one i should run? thanks for your...
Hi, Thanks for your great project! Here I have a question about the visualization of the attention matrices. Is it right if I use the [text_attention and fusion_attention](https://github.com/thuiar/Cross-Modal-BERT/blob/3e44dce6b00431f88f8d5de12bef9706116fa97b/run_classifier.py#L314C21-L314C21) to visualize...
感谢作者的分享! 想请问一下作者, 原英文项目中的一些关键词(Task label code...)在prompt中是应该如何翻译成中文的呢?可以提供一下self_instruct/templates/instance_gen_template.py中的中文prompt的例子嘛? 十分期待您的回复!
Thank you for your efforts! I was wondering if BFCL supports the seed-oss-36b-instruct model? Are there any demo examples for generating response with seed-oss-36b-instruct?