Update README.md
Browse files
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 |
+
```
|