palomapiot
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -48,6 +48,9 @@ If you use this model, please cite the following reference:
|
|
48 |
}
|
49 |
```
|
50 |
|
|
|
|
|
|
|
51 |
## Usage
|
52 |
|
53 |
### Inference
|
@@ -62,7 +65,4 @@ classifier = pipeline("text-classification", model="irlab-udc/MetaHateBERT")
|
|
62 |
|
63 |
# Test the model
|
64 |
result = classifier("Your input text here")
|
65 |
-
print(result) # Should print the labels "no hate" or "hate"
|
66 |
-
|
67 |
-
## Acknowledgements
|
68 |
-
The authors thank the funding from the Horizon Europe research and innovation programme under the Marie Sk艂odowska-Curie Grant Agreement No. 101073351. The authors also thank the financial support supplied by the Conseller铆a de Cultura, Educaci贸n, Formaci贸n Profesional e Universidades (accreditation 2019-2022 ED431G/01, ED431B 2022/33) and the European Regional Development Fund, which acknowledges the CITIC Research Center in ICT of the University of A Coru帽a as a Research Center of the Galician University System and the project PID2022-137061OB-C21 (Ministerio de Ciencia e Innovaci贸n, Agencia Estatal de Investigaci贸n, Proyectos de Generaci贸n de Conocimiento; supported by the European Regional Development Fund). The authors also thank the funding of project PLEC2021-007662 (MCIN/AEI/10.13039/501100011033, Ministerio de Ciencia e Innovaci贸n, Agencia Estatal de Investigaci贸n, Plan de Recuperaci贸n, Transformaci贸n y Resiliencia, Uni贸n Europea-Next Generation EU).
|
|
|
48 |
}
|
49 |
```
|
50 |
|
51 |
+
## Acknowledgements
|
52 |
+
The authors thank the funding from the Horizon Europe research and innovation programme under the Marie Sk艂odowska-Curie Grant Agreement No. 101073351. The authors also thank the financial support supplied by the Conseller铆a de Cultura, Educaci贸n, Formaci贸n Profesional e Universidades (accreditation 2019-2022 ED431G/01, ED431B 2022/33) and the European Regional Development Fund, which acknowledges the CITIC Research Center in ICT of the University of A Coru帽a as a Research Center of the Galician University System and the project PID2022-137061OB-C21 (Ministerio de Ciencia e Innovaci贸n, Agencia Estatal de Investigaci贸n, Proyectos de Generaci贸n de Conocimiento; supported by the European Regional Development Fund). The authors also thank the funding of project PLEC2021-007662 (MCIN/AEI/10.13039/501100011033, Ministerio de Ciencia e Innovaci贸n, Agencia Estatal de Investigaci贸n, Plan de Recuperaci贸n, Transformaci贸n y Resiliencia, Uni贸n Europea-Next Generation EU).
|
53 |
+
|
54 |
## Usage
|
55 |
|
56 |
### Inference
|
|
|
65 |
|
66 |
# Test the model
|
67 |
result = classifier("Your input text here")
|
68 |
+
print(result) # Should print the labels "no hate" or "hate"
|
|
|
|
|
|