Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ def test_summarization(model, tokenizer):
|
|
46 |
summary = tokenizer.decode(output[0], skip_special_tokens=True)
|
47 |
return summary
|
48 |
|
49 |
-
print("\n📝 **
|
50 |
print(test_summarization(model, tokenizer))
|
51 |
```
|
52 |
|
|
|
46 |
summary = tokenizer.decode(output[0], skip_special_tokens=True)
|
47 |
return summary
|
48 |
|
49 |
+
print("\n📝 **Model Summary:**")
|
50 |
print(test_summarization(model, tokenizer))
|
51 |
```
|
52 |
|