DeepMount00
commited on
Commit
•
1219316
1
Parent(s):
bb9dfa6
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- it
|
4 |
+
pipeline_tag: token-classification
|
5 |
+
---
|
6 |
+
|
7 |
+
# Universal NER for Italian (Zero-Shot)
|
8 |
+
|
9 |
+
## Model Description
|
10 |
+
This model is designed for Named Entity Recognition (NER) tasks, specifically tailored for the Italian language. It employs a zero-shot learning approach, enabling it to identify a wide range of entities without the need for specific training on those entities. This makes it incredibly versatile for various applications requiring entity extraction from Italian text.
|
11 |
+
|
12 |
+
## Model Performance
|
13 |
+
- **Inference Time:** The model runs on CPUs, with an inference time of 0.01 seconds on a GPU. Performance on a CPU will vary depending on the specific hardware configuration.
|
14 |
+
|
15 |
+
## Try It Out
|
16 |
+
You can test the model directly in your browser through the following Hugging Face Spaces link: [https://huggingface.co/spaces/DeepMount00/universal_ner](https://huggingface.co/spaces/DeepMount00/universal_ner).
|