pascalrai commited on
Commit
608b824
1 Parent(s): 068636c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -55,7 +55,7 @@ You can use this model for text summarization.
55
  ## How to Get Started with the Model
56
 
57
  Use the code below to get started with the model.
58
-
59
  import torch
60
 
61
  # Load model directly
@@ -79,6 +79,7 @@ tokenizer.decode(summary_ids[0], skip_special_tokens=True, clean_up_tokenization
79
 
80
  'दशैंका बेला सबै चिनी उद्योगको स्टक रेकर्ड गर्ने र बजारमा चिनी पठाउन उद्योगीहरूसँग छलफल गरिने अधिकारीहरूले बताएका छन्। यसकारण, उपत्यकाबाहिरका केही जिल्लामा पनि चिनीको अभाव कायम रहेको अधिकारीहरूले बताएका छन्।'
81
 
 
82
  #### Hardware
83
 
84
  The model was trained on a single A10G GPU in an AWS instance with each epoch taking roughly 2 days.
 
55
  ## How to Get Started with the Model
56
 
57
  Use the code below to get started with the model.
58
+ ```
59
  import torch
60
 
61
  # Load model directly
 
79
 
80
  'दशैंका बेला सबै चिनी उद्योगको स्टक रेकर्ड गर्ने र बजारमा चिनी पठाउन उद्योगीहरूसँग छलफल गरिने अधिकारीहरूले बताएका छन्। यसकारण, उपत्यकाबाहिरका केही जिल्लामा पनि चिनीको अभाव कायम रहेको अधिकारीहरूले बताएका छन्।'
81
 
82
+ ```
83
  #### Hardware
84
 
85
  The model was trained on a single A10G GPU in an AWS instance with each epoch taking roughly 2 days.