Update README.md
Browse files
README.md
CHANGED
@@ -76,9 +76,7 @@ Expected Output:
|
|
76 |
Predicted Label: false causality, Score: 0.9632
|
77 |
```
|
78 |
|
79 |
-
##
|
80 |
-
|
81 |
-
For more control, load the model and tokenizer directly and perform classification:
|
82 |
|
83 |
```python
|
84 |
import torch
|
|
|
76 |
Predicted Label: false causality, Score: 0.9632
|
77 |
```
|
78 |
|
79 |
+
## Advanced Usage: Predict Scores for All Labels
|
|
|
|
|
80 |
|
81 |
```python
|
82 |
import torch
|