Gohan Product Recommendation Model
This model provides product recommendations for Gohan (rice) products using FT-Transformer architecture.
Model Information
- Architecture: FT-Transformer
- Training Epochs: 30
- Validation Performance: 0.7736
- Input Features: Categorical features
- Output: Product recommendations
Usage
from inference import load_model, predict
# Load the model
model = load_model()
# Make predictions
predictions = predict(model, input_data)
Files
epoch_030_p30_0.7736.pt: Trained PyTorch model (Git LFS)gohan_product_master_data.csv: Product master dataencoders/: JSON-encoded feature encodersconfigs/config.json: Model configuration
License
Apache-2.0
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support