ApoTro commited on
Commit
7f497c2
1 Parent(s): 8981466

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -6,13 +6,9 @@ datasets:
6
  ---
7
 
8
  # SlovakT5-small
9
- | Tables | Are | Cool |
10
- | ------------- |------|-------| -----|
11
- | col 3 is | | | $1600 |
12
- | col 2 is | | | $12 |
13
- | zebra stripes | | | $1 |
14
 
15
- ### How to use
16
  ```python
17
  from transformers import T5Tokenizer, T5ForConditionalGeneration
18
 
 
6
  ---
7
 
8
  # SlovakT5-small
9
+ This model was trained on slightly adapted code from [run_t5_mlm_flax.py](https://github.com/huggingface/transformers/tree/main/examples/flax/language-modeling).
10
+ If you want to know about training details or evaluation results, see A. For evaluation, you can also run B.
 
 
 
11
 
 
12
  ```python
13
  from transformers import T5Tokenizer, T5ForConditionalGeneration
14