Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,9 @@ metrics:
|
|
8 |
base_model:
|
9 |
- google/umt5-small
|
10 |
pipeline_tag: text2text-generation
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# 📝 umt5-small Turkish Abstractive Summarization
|
@@ -62,5 +65,4 @@ summary_ids = model.generate(
|
|
62 |
)
|
63 |
|
64 |
summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
65 |
-
print(summary)
|
66 |
-
|
|
|
8 |
base_model:
|
9 |
- google/umt5-small
|
10 |
pipeline_tag: text2text-generation
|
11 |
+
tags:
|
12 |
+
- >-
|
13 |
+
https://github.com/RegenAI25/UMT5-Small-Turkish-Abstractive-Summarization-Model
|
14 |
---
|
15 |
|
16 |
# 📝 umt5-small Turkish Abstractive Summarization
|
|
|
65 |
)
|
66 |
|
67 |
summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
68 |
+
print(summary)
|
|