blob: e34953d2af236ea747f2632e4d434fdc71abd91c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
## 011
```python
multi_label = False
model = "facebook/bart-large-mnli"
compare = "MoritzLaurer/deberta-v3-large-zeroshot-v2.0"
number_bugs = 89
```
Same as 010, but sets *multi_label* to false.
|