Instructions to use blaze999/Medical-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blaze999/Medical-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="blaze999/Medical-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("blaze999/Medical-NER") model = AutoModelForTokenClassification.from_pretrained("blaze999/Medical-NER") - Inference
- Notebooks
- Google Colab
- Kaggle
Copyright notice of Medical-NER model
#5
by mmarianne - opened
Hi there,
I am filing LLM license approval for this model which requests copyright information about usage of this model.
This is the text that says "Copyright (C) 20xx OwnerOfCode Inc", and is required in order to provide valid attributions.
To find the copyright notices, I look in the README file, as well as in files that may have names like COPYING, LEGAL, NOTICE, PATENTS, or other .txt files. I didn't find any corresponding file that contains such information. Could you point me to the right link to where Copyright notice is specified?
Thank you.