Instructions to use kunxiaogao/New_BioRED_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kunxiaogao/New_BioRED_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="kunxiaogao/New_BioRED_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("kunxiaogao/New_BioRED_model") model = AutoModelForTokenClassification.from_pretrained("kunxiaogao/New_BioRED_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
45c1cd3
1
Parent(s): baf6fb4
Training in progress, epoch 1
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 435655729
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53b30da124c371c57689010543bd36295d9c77162cdac909fc05d818879c2fe0
|
| 3 |
size 435655729
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:280d0aa5e0eb45a3ba790760709972874fddd4c06aa7f09874e824963eb22313
|
| 3 |
size 3439
|