Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ You can test the model directly in your browser through the following Hugging Fa
|
|
| 18 |
It's important to note that **this model is universal and operates across all domains**. However, if you are seeking performance metrics close to a 90/99% F1 score for a specific domain, you are encouraged to reach out via email to Michele Montebovi at montebovi.michele@gmail.com. This direct contact allows for the possibility of customizing the model to achieve enhanced performance tailored to your unique entity recognition requirements in the Italian language.
|
| 19 |
|
| 20 |
# Installation
|
| 21 |
-
To use this model, you must download the GLiNER repository and install its dependencies
|
| 22 |
|
| 23 |
```
|
| 24 |
!git clone https://github.com/urchade/GLiNER.git
|
|
@@ -27,7 +27,6 @@ To use this model, you must download the GLiNER repository and install its depen
|
|
| 27 |
```
|
| 28 |
|
| 29 |
# Usage
|
| 30 |
-
Once you've downloaded the GLiNER repository, you can import the GLiNER class from the model file. You can then load this model using GLiNER.from_pretrained and predict entities with predict_entities.
|
| 31 |
|
| 32 |
```python
|
| 33 |
from model import GLiNER
|
|
|
|
| 18 |
It's important to note that **this model is universal and operates across all domains**. However, if you are seeking performance metrics close to a 90/99% F1 score for a specific domain, you are encouraged to reach out via email to Michele Montebovi at montebovi.michele@gmail.com. This direct contact allows for the possibility of customizing the model to achieve enhanced performance tailored to your unique entity recognition requirements in the Italian language.
|
| 19 |
|
| 20 |
# Installation
|
| 21 |
+
To use this model, you must download the GLiNER repository and install its dependencies!!:
|
| 22 |
|
| 23 |
```
|
| 24 |
!git clone https://github.com/urchade/GLiNER.git
|
|
|
|
| 27 |
```
|
| 28 |
|
| 29 |
# Usage
|
|
|
|
| 30 |
|
| 31 |
```python
|
| 32 |
from model import GLiNER
|