ArxAlfa/AIIASpace
Refactor DNN model to support variable number of
Update torch and pandas versions
Update model weights and Docker image
Update model hyperparameters and number of epochs
Update DNN architecture and KFold split
Update KFold n_splits and epochs
Update number of epochs to 100
Refactor training loop and print average RMSE per
Update model hyperparameters and optimizer
Update model input size in app.py
Fix encoding issue in app.py
Fix column encoding in train function
Update model input size and add OneHotEncoder
Update hidden_size parameter in model
Add DNN model and training code
Add model.joblib, update Dockerfile and
Fix Dockerfile formatting and remove unused code
Update Dockerfile to use official Python 3.9 image
Add Python 3.9 and pip installation to Dockerfile
Update Dockerfile to use NVIDIA CUDA image
Refactor translation endpoint
Remove unnecessary code in generate function
Fix print statement in generate function
Add T5Tokenizer and T5ForConditionalGeneration for
Update translation model in app.py
Update FastAPI docs and redoc URL
Add Dockerfile and FastAPI app with text
initial commit
