No project description provided
Project description
Hushh Catalog Format
Support clients for the hushh vibe-catalog file format
Installation
$> pip install hushh-vibe-catalog
Latest Version Schema
namespace hushh.hcf;
table Brand {
id: string;
description: string;
name: string;
url: string;
}
table Product {
id: string;
description: string;
url: string;
brand: Brand;
}
table Vibe {
id: string;
description: string;
product_idx: [int];
}
table Category {
id: string;
description: string;
url: string;
product_idx: [int];
}
enum VibeMode : byte { ProductText = 0, ProductImage, Text, Image, Category}
table FlatEmbeddingBatch {
id: string;
shape:[int];
vibe_mode: VibeMode;
flat_tensor:[float];
product_idx: [int];
}
table ProductVibes {
id: string;
products: [Product];
brands: [Brand];
categories: [Category];
vibes: [Vibe];
product_text_batches: [FlatEmbeddingBatch];
product_image_batches: [FlatEmbeddingBatch];
text_batches: [FlatEmbeddingBatch];
image_batches: [FlatEmbeddingBatch];
}
table Catalog {
id : string;
version: string;
description: string;
product_vibes: ProductVibes;
batch_size: int;
tokenizer_name_or_path: string;
model_name_or_path: string;
}
root_type Catalog;
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for hushh_vibe_catalog-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b736f86a43ed7195b1ab50a37b2a0640cc3a8ee0213de8b2746e6021fc3eceb |
|
MD5 | e18df1eeb14158b6251a5baa820352a0 |
|
BLAKE2b-256 | 37f7d2c155a5acc2433e85b851a0a66141619a9e282e597b78061f7254335a4b |