Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Viraj2307
/
Fine-Tune-LLM
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Fine-Tune-LLM
/
backend
/
app
/
api
/
v1
/
schemas.py
viraj
Initial Commit
dacf14a
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
from
pydantic
import
BaseModel
class
QARequest
(
BaseModel
):
command:
str
class
ConfigRequest
(
BaseModel
):
model_name:
str