ai-forever / ai-forever/Kandinsky-2
Warning
- Linguagem predominante
- Jupyter Notebook
- Estrelas
- 2.8k
- Forks
- 319
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
While running `model.generate_text2img(text)` I got the following warnings:
```
warnings.warn(
/usr/local/lib/python3.10/dist-packages/transformers/convert_slow_tokenizer.py:446: UserWarning: The sentencepiece tokenizer that you are converting to a fast tokenizer uses the byte fallback option which is not implemented in the fast tokenizers. In practice this means that the fast version of the tokenizer can produce unknown tokens whereas the sentencepiece version would have converted these unknown tokens into a sequence of byte tokens matching the original piece of text.
warnings.warn(
Some weights of the model checkpoint at /tmp/kandinsky2/text_encoder1 were not used when initializing XLMRobertaModel: ['transformer.encoder.layer.6.attention.self.query.bias', 'transformer.encoder.layer.9.attention.self.query.bias', ...
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.