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