Commit
·
b1e52d9
1
Parent(s):
58b8e08
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,10 @@ tags:
|
|
| 31 |
|
| 32 |
# Model Overview
|
| 33 |
This is a fine-tune of the FLAN-T5-Small model from Google. This was trained for 3 epochs on the "samsum" dataset in order to summarise chat logs.
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
## Intended Use
|
| 37 |
|
|
|
|
| 31 |
|
| 32 |
# Model Overview
|
| 33 |
This is a fine-tune of the FLAN-T5-Small model from Google. This was trained for 3 epochs on the "samsum" dataset in order to summarise chat logs.
|
| 34 |
+
|
| 35 |
+
There are other models sizes available in this same series:
|
| 36 |
+
* [ChatSum-Base (248M)](https://huggingface.co/KoalaAI/ChatSum-Base)
|
| 37 |
+
* [ChatSum-Small (77M)](https://huggingface.co/KoalaAI/ChatSum-Small)
|
| 38 |
|
| 39 |
## Intended Use
|
| 40 |
|