-
### Feature request
I have reviewed the training code for CLIP and successfully executed it. Now, I want to use the obtained model for inference testing.
### Motivation
I would like to test the p…
-
Hi, I am trying to load the model as written in:
https://huggingface.co/cardiffnlp/twitter-roberta-base-emotion
But in the line:
```
MODEL = "cardiffnlp/twitter-roberta-base-emotion"
AutoModelFor…
-
作者您好,您论文中提到的对Reuters-21578数据集采用的是使用Roberta编码器,我自己做了这部分处理但是没有解决这个问题,请问能分享一下这部分的处理代码吗?谢谢
-
### Describe the issue
I use the following configuration, why is it throwing an error? I see a lot of 512 configurations in the llmlingua installation path. Do I need to retrain the model, or is it a…
-
my transformers version == 4.28.1
i run the the following command
TASK=SST-2 K=16 SEED=42 BS=64 LR=1e-6 EPS=1e-3 MODEL=roberta-large bash mezo.sh
get the test acc 70.2 which in your paper is 89.6 (…
-
# ComfyUI Error Report
## Error Details
- **Node Type:** Joy_caption_two
- **Exception Type:** ValueError
- **Exception Message:** Unrecognized model in E:\comfyui-auto\models\Joy_caption_two\te…
-
with open('HCT/mnli-roberta-weight-a0.6-k4.weight', 'rb') as handle:
idx2weight = pickle.load(handle)
in run_glue.py,
I am wondering where it comes from...
-
I pretrained a condeser-roberta-base on the same data and hyperparameters, but the results on downstream tasks were not high.
Have you ever tried condenser pretraining on RoBERTa-base ?
Thank y…
-
## 집현전 중급반 스터디
- 2022년 5월 29일 일요일 9시
- 이다영님 권혜빈님 김혜수님 박은빈님 발표
- 논문 링크: https://arxiv.org/abs/1907.11692
> ### Abstract
> Language model pretraining has led to significant performance gains but …
-
I don't know why occur this problem, thank you for reading
OSError: Model name '../pretrained_models/RoBERTa-zh-Large/' was not found in tokenizers model name list (roberta-base, roberta-large, rob…