Код: Выделить всё
C:\Users\erjan\AppData\Local\Programs\Python\Python311\python.exe
(my_venv)
Код: Выделить всё
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("summarization", model="facebook/bart-large-cnn")
Подробнее здесь: https://stackoverflow.com/questions/786 ... does-not-s