Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
text_concat_xgd_v0.1.0 – AI Model by SoulEngine | AlphaNeural AI
You can deploy this model and start earning money today!
SoulEngine
/
text_concat_xgd_v0.1.0
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Model Loading import xgboost as xgb import torch
model = xgb.Booster() if torch.cuda.is_available(): model.set_param({"device": "cuda"}) model.load_model('SoulEngine/text_concat_xgb_v0.1.0')
Prediction model.predict(xgb.DMatrix([feature]))[0]