gabtan99 commited on
Commit
9cb5f18
1 Parent(s): 0488c82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -21,11 +21,24 @@ task_ids:
21
  # PinoyExchange (PEx) Conversations Dataset
22
 
23
  # Summary
24
- PEx Conversations is a dataset composed of collected threads from PinoyExchange.com (Consisting of Tagalog, English, or Taglish responses)
25
 
26
  The corpus consists of 45K total scraped threads from 8 subforums. The data only consists of the user message which means any images, videos, links, or any embdedded html are not collected in the scraping process. All characters have been transliterated to its closest ASCII representation, and unicode errors were fixed.
27
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  # Subforum percentages
29
  The amount of data per subforum are as follows:
30
- * Body and Fitness - 3968 conversations, 94395 utterances
31
- *
 
 
21
  # PinoyExchange (PEx) Conversations Dataset
22
 
23
  # Summary
24
+ PEx Conversations is a dataset composed of collected threads from PinoyExchange.com (Consisting of Tagalog, English, or Taglish responses).
25
 
26
  The corpus consists of 45K total scraped threads from 8 subforums. The data only consists of the user message which means any images, videos, links, or any embdedded html are not collected in the scraping process. All characters have been transliterated to its closest ASCII representation, and unicode errors were fixed.
27
 
28
+ # Format
29
+ The data is categorized per category. The objects in the list is composed of:
30
+ * category - the category of the threads
31
+ * conversations - the list of threads
32
+
33
+ The threads inside conversations have recursive structure consisting of the following:
34
+ * text - This is the response/reply/prompt
35
+ * replies - This is a list of the replies to this prompt. The replies inside the list has a structure with the same text and replies component.
36
+
37
+ # Model Research
38
+ [Tagalog DialoGPT](https://huggingface.co/gabtan99/dialogpt-tagalog-medium)
39
+
40
  # Subforum percentages
41
  The amount of data per subforum are as follows:
42
+ * Body & Fitness - 3.9K conversations with 94K utterances
43
+ * Food & Drinks - 8.2K conversations with 273K utterances
44
+ *