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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,8 +19,8 @@ widget:
19
  # Unam_tesis_beto_finnetuning: Unam's thesis classification with BETO
20
 
21
  This model is created from the finetuning of the pre-model
22
- for Spanish [BETO] (https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased), using PyTorch framework,
23
- and trained with a set of theses of the National Autonomous University of Mexico (UNAM) (https://tesiunam.dgb.unam.mx/F?func=find-b-0&local_base=TES01).
24
  The model classifies a text into for five (Psicología, Derecho, Química Farmacéutico Biológica, Actuaría, Economía)
25
  possible careers at the UNAM.
26
 
@@ -42,7 +42,7 @@ For further details on how to use unam_tesis_BETO_finnetuning you can visit the
42
 
43
  ```python
44
 
45
- tokenizer = AutoTokenizer.from_pretrained('hackathon-pln-es/unam_tesis_BETO_finnetuning', use_fast=False)
46
  model = AutoModelForSequenceClassification.from_pretrained(
47
  'hackathon-pln-es/unam_tesis_BETO_finnetuning', num_labels=5, output_attentions=False,
48
  output_hidden_states=False)
 
19
  # Unam_tesis_beto_finnetuning: Unam's thesis classification with BETO
20
 
21
  This model is created from the finetuning of the pre-model
22
+ for Spanish [BETO](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased), using PyTorch framework,
23
+ and trained with a set of theses of the National Autonomous University of Mexico [(UNAM)](https://tesiunam.dgb.unam.mx/F?func=find-b-0&local_base=TES01).
24
  The model classifies a text into for five (Psicología, Derecho, Química Farmacéutico Biológica, Actuaría, Economía)
25
  possible careers at the UNAM.
26
 
 
42
 
43
  ```python
44
 
45
+ tokenizer = AutoTokenizer.from_pretrained('hiiamsid/BETO_es_binary_classification', use_fast=False)
46
  model = AutoModelForSequenceClassification.from_pretrained(
47
  'hackathon-pln-es/unam_tesis_BETO_finnetuning', num_labels=5, output_attentions=False,
48
  output_hidden_states=False)