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 14
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:26b9796a2ba72c8b108e0e280fc9505e358e3586c9476d4c73d7e8b195b42514
|
| 3 |
size 496299053
|
runs/Apr29_15-10-08_779cd451d320/events.out.tfevents.1682781021.779cd451d320.195.14
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:530ec6c5ef8d57d0c79302acc3b4dce9a4b08bc333c8923a9332bf7254270a30
|
| 3 |
+
size 10900
|