fahrendrakhoirul commited on
Commit
17fdcf7
1 Parent(s): ad3ee8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -17,7 +17,19 @@ library_name: transformers
17
  pipeline_tag: text-classification
18
  ---
19
 
20
- How to import in PyTorch:
 
 
 
 
 
 
 
 
 
 
 
 
21
  ```python
22
  import torch.nn as nn
23
  from huggingface_hub import PyTorchModelHubMixin
 
17
  pipeline_tag: text-classification
18
  ---
19
 
20
+ **Title:** IndoBERT-EcommerceReview (v1.0)
21
+ **Short Summary:**
22
+ A fine-tuned IndoBERT model for multi-label classification of customer reviews in e-commerce, focusing on product quality, customer service, and shipping/delivery.
23
+ **Detailed Description:**
24
+ Explain that the model is based on IndoBERT-base-p1, a pre-trained IndoBERT model specifically designed for Indonesian text.
25
+ Highlight that it's fine-tuned on a dataset of e-commerce reviews, allowing it to understand the nuances of customer sentiment in this domain.
26
+ Clearly define the three output classes and their corresponding labels:
27
+ - Produk (Product): Customer satisfaction with product quality, performance, and description accuracy.
28
+ - Layanan Pelanggan (Customer Service): Interaction with sellers, their responsiveness, and complaint handling.
29
+ - Pengiriman (Shipping/Delivery): Speed of delivery, item condition upon arrival, and timeliness.
30
+ Optionally, provide brief examples of reviews that would fall into each category to further illustrate how the model interprets sentiment.
31
+
32
+ **How to import in PyTorch:**
33
  ```python
34
  import torch.nn as nn
35
  from huggingface_hub import PyTorchModelHubMixin