Instructions to use bolu61/logsegmenter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bolu61/logsegmenter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bolu61/logsegmenter")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("bolu61/logsegmenter") model = AutoModelForTokenClassification.from_pretrained("bolu61/logsegmenter", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 89
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496277924
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38e97e715f1a5541e717f908c867f6ee15808b42198cfaaaf4f5d07a2ee1eeaa
|
| 3 |
size 496277924
|