modelcards 0.1.4

A fast modelcard generator with built-in templates
Documentation
1
2
3
4
5
6
7
8
9
use std::include_str;

pub fn get_schema() -> &'static str {
    include_str!("google.modelcard.schema.json")
}

pub fn get_sample() -> &'static str {
    include_str!("google.sample.json")
}