NeMo
PyTorch
English
Hindi
nemotron
ravirajoshi commited on
Commit
1710dbe
·
verified ·
1 Parent(s): aae0ef3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ dtype = torch.bfloat16
70
  model = AutoModelForCausalLM.from_pretrained(model_path, torch_dtype=dtype, device_map=device)
71
 
72
  # Prepare the input text
73
- prompt = 'भारत की संस्कृति के बारे में बताएं।'
74
  inputs = tokenizer.encode(prompt, return_tensors='pt').to(model.device)
75
 
76
  # Generate the output
 
70
  model = AutoModelForCausalLM.from_pretrained(model_path, torch_dtype=dtype, device_map=device)
71
 
72
  # Prepare the input text
73
+ prompt = 'भारत की राजधानी क्या है?'
74
  inputs = tokenizer.encode(prompt, return_tensors='pt').to(model.device)
75
 
76
  # Generate the output