panosgriz commited on
Commit
a6c7454
·
verified ·
1 Parent(s): 348a3e1

Update readme.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -12,5 +12,16 @@ base_model:
12
  pipeline_tag: question-answering
13
  tags:
14
  - closed-domain
15
- - extractive_qa
16
  ---
 
 
 
 
 
 
 
 
 
 
 
 
12
  pipeline_tag: question-answering
13
  tags:
14
  - closed-domain
15
+ - extractive-qa
16
  ---
17
+ ## Description
18
+
19
+ This model is an adapted version of an mDeBERTa model, fine-tuned on the SQuAD v2 dataset for the COVID-19 domain and optimized for the Greek language.
20
+
21
+ ### Training Details
22
+
23
+ - **Training Dataset**: `COVID-QA-el-small`
24
+ - **Batch Size**: 8
25
+ - **Number of Epochs**: 3
26
+ - **Learning Rate**: 3e-05
27
+ - **Gradient Accumulation Steps**: 2