python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hugging Face not able to reload all weights after training
I recently being using a RobertaLarge model, which I perform a down stream Training, using "Trainer" package.
All goes well, I see the loss going down, and compare manually some results with...
Joao de Oliveira
Votes: 0
Answers: 1
How can i save model while training in torch
I am training RoBERTa model for a new language, and it takes some hours to train the data. So I think it is a good idea to save the model while training so that I can continue training the model from ...
robel
Votes: 0
Answers: 1
NER Classification Deberta Tokenizer error : You need to instantiate DebertaTokenizerFast
I'm trying to perform a NER Classification task using Deberta, but I'm stacked with a Tokenizer error. This is my code (my input sentence must be splitted word by word by ",:):
from transformers ...

Chiara
Votes: 0
Answers: 1
Error(s) in loading state_dict for RobertaForSequenceClassification
I am using a fine-tuned Roberta Model that is unbiased-toxic-roberta trained on Jigsaw Data:
https://huggingface.co/unitary/unbiased-toxic-roberta
It is fine-tuned on 16 classes.
I am writing my code ...
MAC
Votes: 0
Answers: 1