Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Drago1995
/
AI-New-Question-Generator
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
63f82d3
AI-New-Question-Generator
/
backend
/
models
/
AIParamModel.py
VishwaTechnologiesPvtLtd
new one
a2ff264
11 days ago
raw
Copy download link
history
blame
226 Bytes
from
dataclasses
import
dataclass
@dataclass
class
AIParam
:
max_length:
int
=
64
num_return_sequences:
int
=
10
do_sample:
bool
=
True
top_k:
int
=
50
top_p:
float
=
0.95
temperature:
float
=
0.8