Omar Jaafor commited on
Commit
ade9a0f
1 Parent(s): bbc121e

Create README.md

Browse files

I provide data scrapped from askimam.org
The json files contain 24081 questions, metadata and embeddings of answers.
I provided embeddings for the english and the arabic part of the answer in addition to embeddings of every sentence in the answer. I use truncation when the length of the answer is too large (embeddings of sentences are usually within the length limit).
The embeddings were computed using the following models
- bert-base-uncased (english parts)
- asafaya/bert-base-arabic (arabic parts)
- bert-base-multilingual-uncased (english and arabic parts)

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ar
5
+ pretty_name: askimam
6
+ size_categories:
7
+ - 10K<n<100K
8
+ ---