YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

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]

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support