Update README.md
Browse files
README.md
CHANGED
@@ -30,4 +30,4 @@ encoded_input = tokenizer(text, return_tensors='pt')
|
|
30 |
output = model(**encoded_input)
|
31 |
```
|
32 |
## Training procedure
|
33 |
-
I trained on the
|
|
|
30 |
output = model(**encoded_input)
|
31 |
```
|
32 |
## Training procedure
|
33 |
+
I trained on the dataset on the [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased).
|