palomapiot commited on
Commit
da2b79d
1 Parent(s): f981e10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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"