Instructions to use Afreen/new_ner_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Afreen/new_ner_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Afreen/new_ner_test")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Afreen/new_ner_test") model = AutoModelForTokenClassification.from_pretrained("Afreen/new_ner_test") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
widget:
|
| 4 |
+
- text: "Monitored Natural Attenuation and, if necessary as a contingency, In Situ Chemical Oxidation to address the injection of a strong chemical oxidant to chemically treat the before the contingency can be implemented at the spill site."
|
| 5 |
+
example_title: "example 1"
|
| 6 |
+
- text: "Site was identified as a potential source of groundwater contamination after the City performed Assessments were investigated further for potential contamination."
|
| 7 |
+
example_title: "example 2"
|
| 8 |
+
- text: "Chromium releases from the UST is probably a major contributor to groundwater contamination in this area."
|
| 9 |
+
example_title: "example 3"
|
| 10 |
+
---
|