Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/RaviNaik/ERA-SESSION22
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def generate(prompt, max_new_tokens, temperature, num_samples):
|
|
12 |
|
13 |
responses = main(
|
14 |
prompt=prompt,
|
15 |
-
checkpoint_dir=Path("out/redpajama"),
|
16 |
max_new_tokens=max_new_tokens,
|
17 |
temperature=temperature,
|
18 |
num_samples=num_samples,
|
|
|
12 |
|
13 |
responses = main(
|
14 |
prompt=prompt,
|
15 |
+
checkpoint_dir=Path("./out/redpajama"),
|
16 |
max_new_tokens=max_new_tokens,
|
17 |
temperature=temperature,
|
18 |
num_samples=num_samples,
|