Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ Of that, 70% was used for training data and 30% for evaluation.
|
|
28 |
import torch
|
29 |
from transformers import pipeline
|
30 |
|
31 |
-
pipe = pipeline("text-generation", model="
|
32 |
|
33 |
text = '''Create a program that determines whether a given year is a leap year or not.
|
34 |
The input is an integer Y (1000 ≤ Y ≤ 2999) representing a year, provided in a single line.
|
|
|
28 |
import torch
|
29 |
from transformers import pipeline
|
30 |
|
31 |
+
pipe = pipeline("text-generation", model="SSK-DNB/TinyLlama-1.1B-Chat-v1.0-PCD250k_v0.1", torch_dtype=torch.bfloat16, device_map="auto")
|
32 |
|
33 |
text = '''Create a program that determines whether a given year is a leap year or not.
|
34 |
The input is an integer Y (1000 ≤ Y ≤ 2999) representing a year, provided in a single line.
|