add dependency
Browse files
README.md
CHANGED
@@ -24,6 +24,12 @@ Included classes;
|
|
24 |
| F1 Score | 0.875 | 0.887 | 0.833 | 0.925 |
|
25 |
Accuracy : 0.886
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Example
|
28 |
```sh
|
29 |
from transformers import AutoTokenizer, TextClassificationPipeline, TFBertForSequenceClassification
|
|
|
24 |
| F1 Score | 0.875 | 0.887 | 0.833 | 0.925 |
|
25 |
Accuracy : 0.886
|
26 |
|
27 |
+
## Dependency
|
28 |
+
pip install torch torchvision torchaudio
|
29 |
+
pip install tf-keras
|
30 |
+
pip install transformers
|
31 |
+
pip install tensorflow
|
32 |
+
|
33 |
## Example
|
34 |
```sh
|
35 |
from transformers import AutoTokenizer, TextClassificationPipeline, TFBertForSequenceClassification
|