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 100
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:f1efed2f806172b7b5d85619237a10c0ba546bd6ff35abdfcc9f4d9095e8c92b
|
| 3 |
size 496277924
|