Update README.md
Browse files
README.md
CHANGED
@@ -33,11 +33,12 @@ This model is designed for text classification, specifically for identifying off
|
|
33 |
- Batch size: 64
|
34 |
|
35 |
## Dependency
|
|
|
36 |
pip install torch torchvision torchaudio
|
37 |
pip install tf-keras
|
38 |
pip install transformers
|
39 |
pip install tensorflow
|
40 |
-
|
41 |
## Example
|
42 |
```sh
|
43 |
from transformers import AutoTokenizer, TextClassificationPipeline, TFBertForSequenceClassification
|
|
|
33 |
- Batch size: 64
|
34 |
|
35 |
## Dependency
|
36 |
+
```sh
|
37 |
pip install torch torchvision torchaudio
|
38 |
pip install tf-keras
|
39 |
pip install transformers
|
40 |
pip install tensorflow
|
41 |
+
```
|
42 |
## Example
|
43 |
```sh
|
44 |
from transformers import AutoTokenizer, TextClassificationPipeline, TFBertForSequenceClassification
|