Instructions to use muhtasham/tiny-mlm-conll2003-from-scratch-target-conll2003 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use muhtasham/tiny-mlm-conll2003-from-scratch-target-conll2003 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="muhtasham/tiny-mlm-conll2003-from-scratch-target-conll2003")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("muhtasham/tiny-mlm-conll2003-from-scratch-target-conll2003") model = AutoModelForTokenClassification.from_pretrained("muhtasham/tiny-mlm-conll2003-from-scratch-target-conll2003") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5000
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 17499497
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f63f1206f0a5e09eb802b6fc3a044f3aa6596ed8fd7e3049971a184a1bf7f59e
|
| 3 |
size 17499497
|