ayjays132 commited on
Commit
495236f
·
1 Parent(s): 4ffe27d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -149,6 +149,7 @@ QNetworkGPT2 is an extraordinary AI model that marries Reinforcement Learning (R
149
  from transformers import AutoTokenizer, AutoModelForCausalLM
150
 
151
  tokenizer = AutoTokenizer.from_pretrained("ayjays132/QNetworkGPT2")
 
152
  model = AutoModelForCausalLM.from_pretrained("ayjays132/QNetworkGPT2")
153
 
154
  # Set the EOS token as the padding token
 
149
  from transformers import AutoTokenizer, AutoModelForCausalLM
150
 
151
  tokenizer = AutoTokenizer.from_pretrained("ayjays132/QNetworkGPT2")
152
+
153
  model = AutoModelForCausalLM.from_pretrained("ayjays132/QNetworkGPT2")
154
 
155
  # Set the EOS token as the padding token