Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,8 @@ You can install the dependencies using:
|
|
47 |
```bash
|
48 |
pip install transformers torch
|
49 |
```
|
|
|
|
|
50 |
|
51 |
## Acknowledgments
|
52 |
|
|
|
47 |
```bash
|
48 |
pip install transformers torch
|
49 |
```
|
50 |
+
## Limitations and bias
|
51 |
+
Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
|
52 |
|
53 |
## Acknowledgments
|
54 |
|