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 15
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:ca1642708b8f9e9eb6e598bfc7aa28b71e31bedbcbbefee9e5532ce1de20a5ef
|
| 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:1deab36139c34a3ef114dc634cf980e92fd217d86cc024068b32235a343e4063
|
| 3 |
+
size 11372
|