AI-HUMAN-detector / metadata.json
idajikuu's picture
Upload folder using huggingface_hub
db3727e
raw
history blame contribute delete
517 Bytes
{"name": "MyModel", "description": "My custom model for text segmentation and classification", "language": "python", "pipeline_tag": "text-classification", "model_files": {"pytorch_model.bin": "model_files/pytorch_model.bin", "tokenizer_config.json": "model_files/tokenizer_config.json", "config.json": "model_files/config.json", "predict.py": "model_files/predict.py", "functions.py": "model_files/functions.py", "tf_model.h5": "model_files/saved_weights.h5", "flax_model.msgpack": "model_files/flax_model.msgpack"}}