sugam11 commited on
Commit
5c9837f
1 Parent(s): b6b5354

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,4 +10,4 @@ model = GPT2ForSequenceClassification.from_pretrained("sugam11/gpt2-rlhf-rewar
10
  inputs = tokenizer("Hello, my dog is cute", return_tensors="p
11
  with torch.no_grad():
12
  logits = model(**inputs).logits
13
-
 
10
  inputs = tokenizer("Hello, my dog is cute", return_tensors="p
11
  with torch.no_grad():
12
  logits = model(**inputs).logits
13
+ ```