Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ pipeline_tag: text-classification
|
|
| 15 |
log-classifier-v1 is a neural network-based log classification model, trained from BERTForSequenceClassification designed for use in network and device log mining tasks.
|
| 16 |
Developed by [Selector AI](https://www.selector.ai/)
|
| 17 |
|
| 18 |
-
## Model Usage
|
| 19 |
```python
|
| 20 |
from transformers import BertForSequenceClassification, BertTokenizer
|
| 21 |
|
|
|
|
| 15 |
log-classifier-v1 is a neural network-based log classification model, trained from BERTForSequenceClassification designed for use in network and device log mining tasks.
|
| 16 |
Developed by [Selector AI](https://www.selector.ai/)
|
| 17 |
|
| 18 |
+
## Model Usage
|
| 19 |
```python
|
| 20 |
from transformers import BertForSequenceClassification, BertTokenizer
|
| 21 |
|