ayushsinha commited on
Commit
5aaa5f4
·
verified ·
1 Parent(s): 2b2db72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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📝 **Quantized Model Summary:**")
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