skypro1111
commited on
Commit
•
e870308
1
Parent(s):
eb01b22
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ The model was fine-tuned on a subset of 96,780 sentences from the Ubertext datas
|
|
16 |
Dataset [skypro1111/ubertext-2-news-verbalized](https://huggingface.co/datasets/skypro1111/ubertext-2-news-verbalized)
|
17 |
|
18 |
## Training Procedure
|
19 |
-
The model underwent
|
20 |
|
21 |
```python
|
22 |
from transformers import MBartForConditionalGeneration, AutoTokenizer, Trainer, TrainingArguments
|
|
|
16 |
Dataset [skypro1111/ubertext-2-news-verbalized](https://huggingface.co/datasets/skypro1111/ubertext-2-news-verbalized)
|
17 |
|
18 |
## Training Procedure
|
19 |
+
The model underwent 70,000 training steps, which is almost 2 epochs, with further training the results degraded.
|
20 |
|
21 |
```python
|
22 |
from transformers import MBartForConditionalGeneration, AutoTokenizer, Trainer, TrainingArguments
|