Views
No views yet
1from transformers import pipeline
2# Here, we use the prediction of the first word piece of every word.
3pipe = pipeline(model="InriaValda/roberta-base_definiendum",
4 aggregation_strategy="first")
5pipe("A Young graph Y such that Y≃ Y(10, 9) is called a 1089 graph.")
6