-
Hi,
I found that there is [`ucberkeley-dlab/hate-measure-roberta-base`](ucberkeley-dlab/hate-measure-roberta-base) and [`ucberkeley-dlab/hate-measure-roberta-large`](https://huggingface.co/ucberkel…
-
Hi,
When I try to run step 1s -- dataset formatting -- I get the following error:
```
vocal_Saya.wav.reformatted.wav_10.flac_0022832960_0022952000.wav
vocal_Saya.wav.reformatted.wav_10.flac_0022…
-
This is what I get when trying to load `xlm-roberta-base`
```python
from openprompt.plms import load_plm
plm, tokenizer, model_config, WrapperClass = load_plm("roberta", "xlm-roberta-base")
```…
-
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 (…
-
TO-BE:
- Необходимо найти обученную бесплатную модель машинного обучения которая умеет
на вход принять текст (это будет описание статьи) и набор категорий (список слов)
а на выходе выдаст проц…
-
In reflection-classification/models/README.md, the link in the gdown snipet should be updated.
Original line:
`gdown https://drive.google.com/uc?id=1Sv0OpLyi13HA5miRxbi5HNGmziJ0yQwt -O xlm-roberta…
-
Hello, thanks for your inspiring and excellent work!
I want to try full fine-tuning to compare with Galora, and I have blocked the use of Galora. However, I'm having some problems that when I try t…
-
When I download the checkpoints from the Google Drive, and run `python main_noref.py --filename en-common.csv --modelname self_super.ckpt`
I got the following error:
```
UserWarning: TypedStorage…
-
**Feature request**
I'm having trouble exporting the Roberta model from the fairseq library to Tensorflow.
Below is some example code of how I am currently loading Roberta and my initial attempt to …
-
Some weights of RobertaModel were not initialized from the model checkpoint at roberta-base and are newly initialized: ['roberta.pooler.dense.bias', 'roberta.pooler.dense.weight']
You should probably…