-
Hi.
I am interested in the grammar error correction task and I tried to reproduce your result, but I got only 64 F0.5 score for conll2014 when tuning the T5-large model on clang8.
So I think the…
-
I am working on the Jupyter Notebook
With the code:
`from transformers import pipeline`
I get:
"The kernel appears to have died. It will restart automatically."
Can someone explain to m…
-
### Short description and motivation for the proposed feature
For some of the larger models (e.g. zero-shot) it is generating for >1 minute.
But we already have the heavy model files downloaded?
…
-
### Short description of current behavior
Created a model:
```
CREATE MODEL zero_shot_tcd2
PREDICT topic
USING
engine = 'hf_inference_api',
task = 'zero-shot-classification',
candidate_l…
-
problem received:
**''' AppData\Local\Programs\Python\Python311\Lib\site-packages\ollama\_client.py", line 85, in _stream
raise ResponseError(e.response.text, e.response.status_code) from None
…
-
**Describe the bug**
Audio-Webui does not install the requirements properly, precisely on audiolm, saying it failed to install.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'audio-…
-
### Model description
The request is for the implementation of zero-shot classification models, with a specific emphasis on models like facebook/bart-large-mnli(or MoritzLaurer/DeBERTa-v3-base-mnli…
-
Will there be added support for encoder-decoder models, like T5 or BART? All of the currently supported models are decoder-only.
-
看readme上是没有文本分类任务的支持。但还是想确定下,是否支持文本分类/多标签分类/层次分类呢?
-
For test, I just set `n_clusters=5` in KMeans and input only 20 docs.
```python
umap_model = UMAP(n_neighbors=20, n_components=15, min_dist=0.0, metric='cosine', random_state=42)
cluster_model = K…