Instructions to use aimarsg/testlink-class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aimarsg/testlink-class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="aimarsg/testlink-class")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("aimarsg/testlink-class") model = AutoModelForTokenClassification.from_pretrained("aimarsg/testlink-class") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 30
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496299053
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed70b78cd515058871d4690a2e094b53ed4b6c1622444c524d5e7adbd7c75b68
|
| 3 |
size 496299053
|
runs/May01_14-45-53_df63f918d674/events.out.tfevents.1682952494.df63f918d674.257.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:518f666049c3894deac4a462ed63d6f67ca8e7b6c3f7049acb200ef6b49a6a76
|
| 3 |
+
size 18607
|