MuhammadHelmy commited on
Commit
c0fcde8
1 Parent(s): 444aff7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -4,11 +4,11 @@ language:
4
  size_categories:
5
  - 1K<n<10K
6
  task_categories:
7
- - conversational
8
  - text-generation
9
  - text-classification
10
  tags:
11
  - mental health
 
12
  dataset_info:
13
  features:
14
  - name: content
@@ -31,7 +31,7 @@ configs:
31
  - split: train
32
  path: data/train-*
33
  ---
34
- # Dataset Card for Nafsy
35
 
36
  <!-- Provide a quick summary of the dataset. -->
37
 
@@ -49,13 +49,14 @@ This arabic dataset is a set of mental health articles. The original dataset was
49
 
50
  <!-- This section describes suitable use cases for the dataset. -->
51
 
52
- Fine-tuning llm for the mental health domain.
 
53
 
54
  ## Dataset Structure
55
 
56
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
57
 
58
- It is a CSV file with columns:
59
  - content: the articles
60
  - text_size: length of article
61
  - topic: top 10 words that describe the topics of the article
 
4
  size_categories:
5
  - 1K<n<10K
6
  task_categories:
 
7
  - text-generation
8
  - text-classification
9
  tags:
10
  - mental health
11
+ - psychology
12
  dataset_info:
13
  features:
14
  - name: content
 
31
  - split: train
32
  path: data/train-*
33
  ---
34
+ # Dataset Card for nafsy
35
 
36
  <!-- Provide a quick summary of the dataset. -->
37
 
 
49
 
50
  <!-- This section describes suitable use cases for the dataset. -->
51
 
52
+ - Unsupervised Fine-tuning
53
+ - RAG
54
 
55
  ## Dataset Structure
56
 
57
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
58
 
59
+ Dataset Fields:
60
  - content: the articles
61
  - text_size: length of article
62
  - topic: top 10 words that describe the topics of the article