-
transcription of a 1h34 audio file stops after 1h13 minutes.
last message:
INFO: Finished transcription for Transcription of Caxias 09.mp3 in 32723 seconds
'HTTPSConnectionPool(host='huggingfac…
-
If you convert `facebook/bart-large-mnli` and use it to evaluate the demo text at [huggingface](https://huggingface.co/facebook/bart-large-mnli) and compare against a local Python setup for verificati…
-
I got the error message below when running sh 15_pretrain_full.sh.
> OSError: Model name './E2E-MABSA' was not found in tokenizers model name list (facebook/bart-base, facebook/bart-large, facebo…
-
Hello again,
I'm trying to convert this adaptation of Bart Large MNLI: https://huggingface.co/joeddav/bart-large-mnli-yahoo-answers
It returns the following error (but the base Bart Large MNLI m…
-
Hello,
I tried to reproduce the optimization process you decribed in your `Accelerating GPT-2 model` notebook demo for optimizing a model for ONNX Runtime and Triton server, but with a classificati…
-
### 1050과 2080을 각각 할당하는 방법
서로 다른 GPU를 활용하여 `facebook/bart-large-mnli`와 `meta-llama/Llama-3.1-8B-Instruct` 모델을 병렬적으로 할당하고 처리 속도를 높이는 방법을 구현할 수 있습니다. 이를 위해서는 PyTorch의 `device` 설정을 사용해 각 모델을 다른 GPU에 명시적…
-
model_name="vicgalle/xlm-roberta-large-xnli-anli"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForSequenceClassification.from_pretrained(model_name)
IndexError …
-
Today we rely mostly on unit testing for the PyTorch/NLP model import testing. We perform large scale testing as part of other components like Elasticsearch, but we often find bugs later only and can'…
-
作者您好,我目前在研究相关的方向,对您这篇文章比较感兴趣,想请问您可以开源其他子任务的代码吗,貌似目前的代码只涉及一个下游任务,想再复现一下这篇论文
-
# Zero-Shot Learning in Modern NLP | Joe Davison Blog
State-of-the-art NLP models for text classification without annotated data
[https://joeddav.github.io/blog/2020/05/29/ZSL.html](https://joeddav.…