YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
from datasets import Dataset
Contoh data dalam format JSON
data = { "text": ["Contoh teks 1", "Contoh teks 2", "Contoh teks 3"], "label": [1, 0, 1] }
Buat dataset menggunakan Hugging Face Dataset
dataset = Dataset.from_dict(data)
Simpan dataset dalam format JSON atau CSV
dataset.save_to_disk('nama_dataset')
Load dataset dari disk
dataset = Dataset.load_from_disk('nama_dataset')
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.