YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
TensorFlow.js Model
Model Information
- Framework: TensorFlow.js
- Type: Deep Q-Network (DQN)
- Created by: IgnitionAI
Usage
// Load the model
import * as tf from '@tensorflow/tfjs';
const model = await tf.loadLayersModel('https://huggingface.co/salim4n/tfjs-dqn-test-1744564260934/resolve/main/model/model.json');
// Run inference
const input = tf.tensor2d([[0.1, 0.2]]);
const output = model.predict(input);
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support