Instructions to use Nonzerophilip/testThesisSmallSMP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nonzerophilip/testThesisSmallSMP with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Nonzerophilip/testThesisSmallSMP")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Nonzerophilip/testThesisSmallSMP") model = AutoModelForTokenClassification.from_pretrained("Nonzerophilip/testThesisSmallSMP") - Notebooks
- Google Colab
- Kaggle
Commit ·
b6cef8a
1
Parent(s): e5edcfd
Training in progress, epoch 3
Browse files- pytorch_model.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 496493993
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fa0664e3bf66407b868d3bbec7d82fc17eecf2a55718c27e9e8bd761f44b964
|
| 3 |
size 496493993
|