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 ·
22b8c78
1
Parent(s): a94d443
Training in progress, epoch 12
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 435655729
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60617c19b93a354800bccc273ff28be005e0899b938d2dfc5c50d1ee1c69daa9
|
| 3 |
size 435655729
|