Instructions to use roscazo/WL_DISEASE_NER_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use roscazo/WL_DISEASE_NER_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="roscazo/WL_DISEASE_NER_v1")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("roscazo/WL_DISEASE_NER_v1") model = AutoModelForTokenClassification.from_pretrained("roscazo/WL_DISEASE_NER_v1") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
runs/Jan27_10-15-34_3590dfcfc466/events.out.tfevents.1674814564.3590dfcfc466.150.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:905d80c0401b8274f435374180bccfc727387437adb40ad661b2bb092aedd160
|
| 3 |
+
size 9294
|
runs/Jan27_10-15-34_3590dfcfc466/events.out.tfevents.1674815800.3590dfcfc466.150.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3551a4ef74047ecc88fef604cd7d098f0181e0b05114ecc2a2b8aac594b8516e
|
| 3 |
+
size 763
|