Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,9 @@ tags:
|
|
4 |
model-index:
|
5 |
- name: bullet-points-generator
|
6 |
results: []
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,6 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
# bullet-points-generator
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -43,4 +47,4 @@ The following hyperparameters were used during training:
|
|
43 |
- Transformers 4.32.0.dev0
|
44 |
- Pytorch 2.0.1+cu117
|
45 |
- Datasets 2.13.1
|
46 |
-
- Tokenizers 0.13.3
|
|
|
4 |
model-index:
|
5 |
- name: bullet-points-generator
|
6 |
results: []
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: text2text-generation
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
# bullet-points-generator
|
16 |
|
17 |
This model was trained from scratch on an unknown dataset.
|
18 |
+
Dataset contains 35k rows of 2 columns `source_text` and `target_text`.
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
47 |
- Transformers 4.32.0.dev0
|
48 |
- Pytorch 2.0.1+cu117
|
49 |
- Datasets 2.13.1
|
50 |
+
- Tokenizers 0.13.3
|