ApoTro commited on
Commit
e3d90df
1 Parent(s): 7b3f7c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ This model was trained on slightly adapted code from [run_t5_mlm_flax.py](https:
10
  If you want to know about training details or evaluation results, see [SlovakT5_report.pdf](https://huggingface.co/ApoTro/slovak-t5-small/resolve/main/SlovakT5_report.pdf). For evaluation, you can also run [SlovakT5_eval.ipynb](https://colab.research.google.com/github/richardcepka/notebooks/blob/main/SlovakT5_eval.ipynb).
11
 
12
  ### How to use
13
- E.g., SlovakT5-small can be fine-tuned for the NER task.
14
  ```python
15
  from transformers import AutoTokenizer, T5ForConditionalGeneration
16
 
 
10
  If you want to know about training details or evaluation results, see [SlovakT5_report.pdf](https://huggingface.co/ApoTro/slovak-t5-small/resolve/main/SlovakT5_report.pdf). For evaluation, you can also run [SlovakT5_eval.ipynb](https://colab.research.google.com/github/richardcepka/notebooks/blob/main/SlovakT5_eval.ipynb).
11
 
12
  ### How to use
13
+ SlovakT5-small can be fine-tuned for a lot of different downstream tasks. For example, NER:
14
  ```python
15
  from transformers import AutoTokenizer, T5ForConditionalGeneration
16