sahikjaman/cloudsentimen-gojek

Model klasifikasi sentimen (positif/netral/negatif) ulasan Gojek di Google Play Store, hasil fine-tuning indobenchmark/indobert-base-p1. Bagian dari proyek mata kuliah Komputasi Awan, FTMM Universitas Airlangga (NIM 163221024).

Cara pakai

from transformers import pipeline
clf = pipeline("text-classification", model="sahikjaman/cloudsentimen-gojek")
clf("aplikasi sering error saldo hilang")

Data & label

  • Sumber: ulasan publik Google Play (google-play-scraper).
  • Label weak-supervised dari rating: 4โ€“5 โ†’ positif, 3 โ†’ netral, 1โ€“2 โ†’ negatif.
  • Keterbatasan: label berasal dari rating, bukan anotasi manual; kelas netral minoritas.

Preprocessing (WAJIB saat inference)

Teks dibersihkan identik dengan training (lowercase, hapus URL/emoji/tanda baca, normalisasi slang, stopword Sastrawi). Lihat cloudsentimen.preprocess.clean_for_inference.

Downloads last month
7
Safetensors
Model size
0.1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for sahikjaman/cloudsentimen-gojek

Finetuned
(149)
this model

Space using sahikjaman/cloudsentimen-gojek 1