Bertug1911 commited on
Commit
2db7ab7
·
verified ·
1 Parent(s): 979c54b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ from transformers import pipeline
78
  # Pipeline
79
  pipe = pipeline(
80
  "text-generation",
81
- model="Bertug1911/BrtGPT-1-Pre",
82
  trust_remote_code=True,
83
  top_k=40, # Good for creativity
84
  temperature=0.8, # Good for creativity
 
78
  # Pipeline
79
  pipe = pipeline(
80
  "text-generation",
81
+ model="Bertug1911/BrtGPT-1-Pre-Code",
82
  trust_remote_code=True,
83
  top_k=40, # Good for creativity
84
  temperature=0.8, # Good for creativity