Danil
commited on
Commit
•
0b6e188
1
Parent(s):
2d049c9
Update README.md
Browse files
README.md
CHANGED
@@ -58,15 +58,6 @@ print(generate(article, top_p=1.0, max_length=64))
|
|
58 |
# ['авиаперевозки', 'отмена авиарейсов', 'отмена рейсов', 'отмена авиарейсов', 'отмена рейсов', 'отмена авиарейсов']
|
59 |
```
|
60 |
# Training
|
61 |
-
To teach the keyT5-base and keyT5-large models, you will need a table in csv format, like this:
|
62 |
-
|
63 |
-
KeyT5 models were trained on ~7000 compressed habr.com articles. [data.csv](https://github.com/0x7o/text2keywords/blob/main/dataset/train.csv) [collect.py](https://github.com/0x7o/text2keywords/blob/main/dataset/collect.py)
|
64 |
-
Exclusively supports the Russian language!
|
65 |
-
| X | Y |
|
66 |
-
|:--:|:--:|
|
67 |
-
| Some text that is fed to the input | The text that should come out |
|
68 |
-
| Some text that is fed to the input | The text that should come out |
|
69 |
-
|
70 |
Go to the training notebook and learn more about it:
|
71 |
|
72 |
[![Try Model Training In Colab!](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/0x7o/text2keywords/blob/main/example/keyT5_train.ipynb)
|
|
|
58 |
# ['авиаперевозки', 'отмена авиарейсов', 'отмена рейсов', 'отмена авиарейсов', 'отмена рейсов', 'отмена авиарейсов']
|
59 |
```
|
60 |
# Training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
Go to the training notebook and learn more about it:
|
62 |
|
63 |
[![Try Model Training In Colab!](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/0x7o/text2keywords/blob/main/example/keyT5_train.ipynb)
|