Instructions to use KakkiDaisuki/BioGPT-finetuned-ner-accelerate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KakkiDaisuki/BioGPT-finetuned-ner-accelerate with Transformers:
# Load model directly from transformers import AutoTokenizer, GPTModel_Token_Classification tokenizer = AutoTokenizer.from_pretrained("KakkiDaisuki/BioGPT-finetuned-ner-accelerate") model = GPTModel_Token_Classification.from_pretrained("KakkiDaisuki/BioGPT-finetuned-ner-accelerate", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
22400f0
1
Parent(s): 75ca9db
Training in progress epoch 3
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 2776982149
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a2dab7d37ecb82fb75b0bbc4f1fe4347b17d80d7e77c5bd9fd3186858024c85
|
| 3 |
size 2776982149
|