-
Thank you for your great work! I am not familiar with LLM, NLP tasks and related models i.e. Bert or GPT. To make my own understanding of SpikeLM models, I read two good repositories. The first is the…
-
I have an observation that in some common use cases, configuring StaticCache during GenerationConfig initialisation is unnecessary.
it was introduced in https://github.com/huggingface/transformers/pu…
-
This is a corner case, where we should probably on the behavior.
We have several ways to access the constraints function: `cons!/cons`, `cons_nln` and `cons_lin`, and `objcons`. How should these be…
-
-
Thanks for your great work,
when I using norm with multi process with pool:
I get error:
```
[E] ucnv_toUChars: ICU Error "U_STRING_NOT_TERMINATED_WARNING"
[E] ucnv_toUChars: ICU Error "U_STR…
-
-
The inference code provided does not work
```
import sys
sys.path.append('./')
from videollama2 import model_init, mm_infer
from videollama2.utils import disable_torch_init
def inference():…
-
How do I extract the keywords from the query and chat engine from the knowledge graph index so that I use it to query my nebula graph on the streamlit app. For the query, I realized you used it did th…
-
As a GSSOC contributor, I will be analyzing restaurant reviews using NLP techniques to extract valuable insights, identify trends in customer feedback, and improve the overall dining experience.
-
Hello author, thank you for sharing such wonderful code. I couldn't find some parameter settings for the experiment in the paper (including supporting materials). Can you share more hyperparameter set…