Update all references to canonical models (#29001)
* Script & Manual edition * Update
This commit is contained in:
@@ -43,7 +43,7 @@ If you want to use a specific model from the [hub](https://huggingface.co) you c
|
||||
the hub already defines it:
|
||||
|
||||
```python
|
||||
>>> pipe = pipeline(model="roberta-large-mnli")
|
||||
>>> pipe = pipeline(model="FacebookAI/roberta-large-mnli")
|
||||
>>> pipe("This restaurant is awesome")
|
||||
[{'label': 'NEUTRAL', 'score': 0.7313136458396912}]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user