Instructions to use nvidia/GPT-2B-001 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/GPT-2B-001 with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
Commit ·
cd176cf
1
Parent(s): c2de75a
Update README.md
Browse files
README.md
CHANGED
|
@@ -140,7 +140,7 @@ data = {
|
|
| 140 |
"sentences": ["It was a warm summer morning when"]*1,
|
| 141 |
"tokens_to_generate": 50,
|
| 142 |
"temperature": 1.0,
|
| 143 |
-
"add_BOS":
|
| 144 |
"top_k": 0,
|
| 145 |
"top_p": 0.9,
|
| 146 |
"greedy": False,
|
|
|
|
| 140 |
"sentences": ["It was a warm summer morning when"]*1,
|
| 141 |
"tokens_to_generate": 50,
|
| 142 |
"temperature": 1.0,
|
| 143 |
+
"add_BOS": False,
|
| 144 |
"top_k": 0,
|
| 145 |
"top_p": 0.9,
|
| 146 |
"greedy": False,
|