Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
·
22a680a
1
Parent(s):
6f6fd13
typical filtering set to true
Browse files- vampnet/modules/base.py +1 -1
vampnet/modules/base.py
CHANGED
@@ -294,7 +294,7 @@ class VampBase(at.ml.BaseModel):
|
|
294 |
temperature: Union[float, Tuple[float, float]] = 0.8,
|
295 |
top_k: int = None,
|
296 |
sample: str = "gumbel",
|
297 |
-
typical_filtering=
|
298 |
typical_mass=0.2,
|
299 |
typical_min_tokens=1,
|
300 |
return_signal=True,
|
|
|
294 |
temperature: Union[float, Tuple[float, float]] = 0.8,
|
295 |
top_k: int = None,
|
296 |
sample: str = "gumbel",
|
297 |
+
typical_filtering=True,
|
298 |
typical_mass=0.2,
|
299 |
typical_min_tokens=1,
|
300 |
return_signal=True,
|