Instructions to use Amna100/fold_4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amna100/fold_4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Amna100/fold_4")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Amna100/fold_4") model = AutoModelForTokenClassification.from_pretrained("Amna100/fold_4") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 554446244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04a4d70bb530343f9717d5736df45d49861d64f486cb89d4e1a9917f35a6dccb
|
| 3 |
size 554446244
|