Instructions to use aimarsg/testlink-class-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aimarsg/testlink-class-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="aimarsg/testlink-class-2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("aimarsg/testlink-class-2") model = AutoModelForTokenClassification.from_pretrained("aimarsg/testlink-class-2") - 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:9f1a4ee38fc9daf9ec5be66deef8e762148982ff1925049bacffef237d0dc836
|
| 3 |
size 496299053
|
runs/May01_17-55-55_df63f918d674/events.out.tfevents.1682963766.df63f918d674.257.8
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:16d5931aa2b95f713c23c0e16e8ab871641755b6e4f2c37b0a903f71286f2030
|
| 3 |
+
size 18615
|