Instructions to use natalierobbins/pos_test_model_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use natalierobbins/pos_test_model_1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="natalierobbins/pos_test_model_1")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("natalierobbins/pos_test_model_1") model = AutoModelForTokenClassification.from_pretrained("natalierobbins/pos_test_model_1") - Notebooks
- Google Colab
- Kaggle
Commit ·
23aa8d7
1
Parent(s): 529a158
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265536053
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82904406b0028a6c0e2d72d2222494dbfeda8c716e606616cc0a8eb0e136a394
|
| 3 |
size 265536053
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3119
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f817236ce80b3dac2507e8623f15764bc0428ed46762ff091255043bf66c79ff
|
| 3 |
size 3119
|