Instructions to use Cube/tcmtest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cube/tcmtest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Cube/tcmtest")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Cube/tcmtest") model = AutoModelForTokenClassification.from_pretrained("Cube/tcmtest") - Notebooks
- Google Colab
- Kaggle
Delete save_path.h5
Browse files- save_path.h5 +0 -3
save_path.h5
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a5393c1d9a170f33be476356ff85598320e78bd9f04836ec180478a4e21b377b
|
| 3 |
-
size 407009728
|
|
|
|
|
|
|
|
|
|
|
|