IslamQA commited on
Commit
4d33a08
1 Parent(s): 633c325

Update README.md

Browse files

description:
-This dataset contains scrapped data from islamqa.
-It contains the original questions and embeddings of the answers.
-It also contains various metadata scrapped from the website like the category of the question.
-We use the following two models to generate embeddings
-1. bert-base-multilingual-uncased
-2. bert-base-uncased

-We provide embeddings of the truncated answer (to fit model limits) and the embeddings of every sentence. We tokenize sentences using spacy.
-The embeddings of the responses were provided to allow evaluation.
-The dataset was collected on april 2024

Files changed (1) hide show
  1. README.md +23 -13
README.md CHANGED
@@ -1,16 +1,26 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
2
  language:
3
- - en
4
- - fr
5
- - ar
6
- - fa
7
- - tr
8
- - ru
9
- - id
10
- - es
11
- - pt
12
- - hi
13
- - ur
14
  size_categories:
15
- - 10K<n<100K
16
- ---
 
1
  ---
2
+ description: |
3
+ This dataset contains scraped data from IslamQA.
4
+ It includes the original questions and embeddings of the answers.
5
+ Various metadata scraped from the website, such as the category of the question, are also included.
6
+ The following two models were used to generate embeddings:
7
+ 1. bert-base-multilingual-uncased
8
+ 2. bert-base-uncased
9
+
10
+ We provide embeddings of the truncated answer (to fit model limits) and the embeddings of every sentence. Sentences are tokenized using spaCy.
11
+ The embeddings of the responses were provided to allow evaluation.
12
+ The dataset was collected in April 2024.
13
  language:
14
+ - en
15
+ - fr
16
+ - ar
17
+ - fa
18
+ - tr
19
+ - ru
20
+ - id
21
+ - es
22
+ - pt
23
+ - hi
24
+ - ur
25
  size_categories:
26
+ - 10K<n<100K