Dragneel commited on
Commit
a7732cb
1 Parent(s): 6bb3dfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ model = AutoModelForCausalLM.from_pretrained("Dragneel/Phi-3-mini-Nepali-Text-Su
35
 
36
  Example input text
37
 
38
- input_text = "काठमाडौंको बहिराव बसपार्कमा एक भयानक दुर्घटना घटेको थियो। रातको समय थियो र भारी बर्फ जम्मा भएको थियो।"
39
 
40
  Tokenize the input text
41
 
 
35
 
36
  Example input text
37
 
38
+ input_text = "Summarize Nepali Text in Nepali: काठमाडौंको बहिराव बसपार्कमा एक भयानक दुर्घटना घटेको थियो। रातको समय थियो र भारी बर्फ जम्मा भएको थियो।"
39
 
40
  Tokenize the input text
41