-
Hello,
I’m currently exploring how to visualize the heatmap on LLAVA or other kinds of multimodal large language model to understand the model’s focus during text generation. I am familiar with usi…
-
Good evening,
is it possible to use LIME for text generation tasks? Or only for classification?
Thanks
-
### Feature request
I wonder if the task text-classification can to be supported in the ONNX export for clip? Ich want to use the openai/clip-vit-large-path14 model for zero-shot image classification…
-
Could you please advise on what can be done to improve the segmentation of speech regions? I have a lot of segments ranging from 15 to 20 seconds that are being skipped because the algorithm apparentl…
-
I am developing an intent classification model using the text classification pipeline. The model simply predicts intent based on a question provided (that comes from the user). Things work relatively …
-
Hi, I am trying to replicate your Text Classification results so that I can then use your models on my own data set, but I am unable to get any of the text models working at all.
The problem I am r…
-
### What happened?
https://github.com/iree-org/iree/actions/workflows/samples.yml has been failing for two days. Sample logs: https://github.com/iree-org/iree/actions/runs/11547361887/job/32137116277…
-
When executing the following cell:
`classifier, best_params = explainer.fit(X_train, y_train)`
It results with the following error:
**ValueError: empty vocabulary; perhaps the documents only cont…
-
I am trying to get mamba working for a text classification task by adding a classification head after the model.
For transformer models, people usually the last_hidden_state as the input to the cl…
-
I noticed an issue when inserting a large date like `'9999-12-30T23:00:00.0000000+00:00'`. It is stored in Snowflake as `'1816-03-29 04:56:08.066 +0000'`
When logging the parameter value in DbComma…