-
Bad documenttaion. not very long errors
Detecting toxicity in outputs generated by Large Language Models (LLMs) is crucial for ensuring that these models produce safe, respectful, and appropriate con…
-
Hi,
Niels here from the open-source team at Hugging Face. Congrats on your work! I found it based on the paper page: https://huggingface.co/papers/2406.03344 (feel free to claim the paper with your…
-
1. Add new classification models on single_model_dict which is in [here](https://github.com/sagnik1511/Tabular-AutoML/blob/46e385dcc5fe8a67b4f87861cb7ad3b84d8420d6/tab_automl/automl/models.py#L10).
2…
-
Hello,
I would like to add my models for TSC to the MLJ models registry based on [this piece](https://alan-turing-institute.github.io/MLJ.jl/dev/adding_models_for_general_use/#How-to-add-models-to-th…
-
Detect hallucinations in LLM outputs
# Details
* What is the problem you're trying to solve?
* detect hallucinations in LLM outputs
* What tasks or workflows would be enabled by having…
-
Hi! thank you for sharing this awesome training codes!
I was trying to train my custom tagger, and in the codebase there is a pre-train model training and finetuning traing,
is there any differe…
-
Hi!
Trying to make batch request for infinity demo via `triton_client.py`.
I've changed batch size from 1 to 2 but got an error:
```
tritonclient.utils.InferenceServerException: in ensemble 't…
-
Does the StarSpace have the potential to transfer learning from the universal language model to a text classification task?
-
For my use case, I need to be able to represent CIViC evidence and assertions. I don't think we have a model that makes this distinction.
Back in March, we had `VariantClassification` and `VariantS…
-
Hello,
First, thanks for these great models! I was wondering if I could use these models for zero-shots classification, especially for emotion detection (Ekman). While doing so, I encountered this …