vivekvar commited on
Commit
3840067
·
verified ·
1 Parent(s): afe6a9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
57
  import torch
58
 
59
  # Load the model
60
- model_name = "your-username/gspo-reasoning-model"
61
  tokenizer = AutoTokenizer.from_pretrained(model_name)
62
  model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16)
63
 
 
57
  import torch
58
 
59
  # Load the model
60
+ model_name = "vivekvar/GSPO-DeepSeek-R1-Distill-Qwen-1.5B"
61
  tokenizer = AutoTokenizer.from_pretrained(model_name)
62
  model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16)
63