-
### Description
"You are using a model of type camembert to instantiate a model of type roberta. This is not supported for all configurations of models and can yield errors." warning issued during …
bact updated
8 months ago
-
https://huggingface.co/lukewys/laion_clap/resolve/main/music_audioset_epoch_15_esc_90.14.pt
When I was trying to fine-tune the model with the training scipt, I'm getting this error "AssertionError: …
-
What should I specify as the `model_type` in the JSON file?
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1")
ValueError: Unrecogniz…
-
ValueError: Unrecognized model in ../SentiLARE. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: fnet, gptj, layoutlmv2, beit, rembert, visual_be…
-
Hi, thanks for the detailed tutorial of [LoRA-from-scratch](https://github.com/Montinger/Transformer-Workbench/tree/main/LoRA-from-scratch) which helped me to understand the underlying priciples of th…
-
Hello, I have installed s3prl using the minimal installation `pip install s3prl` and this error occurs when I tried to import it `import s3prl.hub as hub
`
![image](https://github.com/s3prl/s3prl/as…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Enhacing Sentiment Analysis Model
:red_circle: **Aim** : Using BERT and roberta-based models to improv…
-
I'm having trouble accessing the model for the inference and evaluation.
"OSError: CARDS_RoBERTa_Classifier is not a local folder and is not a valid model identifier listed on 'https://huggingface.…
-
这是我的程序
```
import tornado.ioloop
import tornado.web
import tornado.httpserver
import json
import tornado.options
from tornado.options import define, options
from BCEmbedding import RerankerMod…
-
I have trained a model using latest `transformers` package `4.37.2` and it saves the model as `model.safetensors`.
I am using `from fast_bert.prediction import BertClassificationPredictor` to load…