krum-utsav
commited on
Commit
•
06b6bf4
1
Parent(s):
e5dc371
Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,9 @@ pipeline_tag: text-generation
|
|
8 |
|
9 |
## Model description
|
10 |
|
11 |
-
The tiiuae/falcon-7b model finetuned for
|
12 |
-
|
13 |
-
[Dialogsum](https://github.com/cylnlp/dialogsum) dataset was used for
|
14 |
|
15 |
Look at the repo [llm-toys](https://github.com/kuutsav/llm-toys) for usage and other details.
|
16 |
|
|
|
8 |
|
9 |
## Model description
|
10 |
|
11 |
+
The tiiuae/falcon-7b model finetuned for Paraphrasing, Changing the Tone of the input sentence(to casual/professional/witty),
|
12 |
+
Summary and Topic generation from a dialogue. Data for Paraphrasing and Changing the Tone was generated using gpt-35-turbo and a sample of roughly 1000 data points from the
|
13 |
+
[Dialogsum](https://github.com/cylnlp/dialogsum) dataset was used for Summary and Topic generation.
|
14 |
|
15 |
Look at the repo [llm-toys](https://github.com/kuutsav/llm-toys) for usage and other details.
|
16 |
|