clavel commited on
Commit
b3973c2
1 Parent(s): bc569fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -11,9 +11,6 @@ languages: "es"
11
  license: "apache-2.0"
12
  datasets: "unam_tesis"
13
  metrics: "accuracy"
14
- widget:
15
- - text: "Introducción al análisis de riesgos competitivos bajo el enfoque de la función de incidencia acumulada (FIA) y su aplicación con R"
16
- - text: "Asociación del polimorfismo rs1256031 del receptor beta de estrógenos en pacientes con diabetes tipo 2"
17
  ---
18
 
19
  # Unam_tesis_beto_finnetuning: Unam's thesis classification with BETO
@@ -38,7 +35,7 @@ possible careers at the UNAM.
38
 
39
  ## Example of use
40
 
41
- For further details on how to use unam_tesis_BETO_finnetuning you can visit the Huggingface Transformers library, starting with the Quickstart section. Unam_tesis models can be accessed simply as 'hackathon-pln-e/unam_tesis_BETO_finnetuning' by using the Transformers library. An example of how to download and use the models on this page can be found in this colab notebook.
42
 
43
  ```python
44
 
 
11
  license: "apache-2.0"
12
  datasets: "unam_tesis"
13
  metrics: "accuracy"
 
 
 
14
  ---
15
 
16
  # Unam_tesis_beto_finnetuning: Unam's thesis classification with BETO
 
35
 
36
  ## Example of use
37
 
38
+ For further details on how to use unam_tesis_BETO_finnetuning you can visit the Hugging Face Transformers library, starting with the Quickstart section. The UNAM tesis model can be accessed simply as 'hackathon-pln-e/unam_tesis_BETO_finnetuning' by using the Transformers library. An example of how to download and use the model can be found next.
39
 
40
  ```python
41