Harinivas-28 commited on
Commit
d271355
·
1 Parent(s): f7b4424

Added Model Metadeta

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ import torch
33
 
34
  # Load model and tokenizer
35
  model = torch.load("morse_model_weights.pth")
36
- tokenizer = AutoTokenizer.from_pretrained("username/MorseH_Model")
37
 
38
  # Predict Morse code
39
  input_text = "HELLO"
 
33
 
34
  # Load model and tokenizer
35
  model = torch.load("morse_model_weights.pth")
36
+ tokenizer = AutoTokenizer.from_pretrained("Harinivas-28/MorseH_Model")
37
 
38
  # Predict Morse code
39
  input_text = "HELLO"