Closed asigalov61 closed 3 years ago
Hey Alex,
I'm sorry that you didn't manage to find what you were looking for in the docs.
1) Please not that "bert-like" models should not be used for sequence generation, but rather for sequence classification. The model "allenai/scibert_scivocab_uncased
" is essentially a bert-base-uncased
model you can checkout here where you can see some examples. Only seq2seq and lm-head models should make use of generate
. This doc might help you for more explanation: https://huggingface.co/transformers/model_summary.html
2) Re: Examples:
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Hello hugginface team,.
First of all, I wanted to report a bug I am getting in Google Colab.
When I do:
from transformers import AutoTokenizer, AutoModel
I get:
===========================================================================
Secondly, I am reporting to you another very serious issue IMHO that needs to be addressed ASAP!!!
THERE ARE NO CLEAR AND SIMPLE EXAMPLES ON HOW TO USE HUGGINFACE models/software ANYWHERE !!!!
WTF??? I do not mean to be rude but this is ridiculous and insulting. I have wasted hours going through your docs, w/o ANY success. Everything is either absolutely unclear or does not work properly.
WHAT I PERSONALLY NEED:
GOOGLE COLABS that show in a few lines of code how to train Huggingface models from scratch (NOT A SINGLE EXAMPLE ANYWHERE). And also most of your examples and colabs are either incomplete/not working or very specific so they can't be used elsewhere!!!
====================================================================
I would really appreciate it if you would address all of these issues ASAP because otherwise, I will not be able to use Huggingface transformers nor would I recommend it to anyone.
Thank you very much for listening to my criticism. I do not mean to chastise, only to help make huggingface better! :)
Alex.