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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,4 +1,16 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
- [{"filename": "train_file_small.json", "num_of_examples": 778, "num_of_paragraphs": 111, "avg_q_len": 9.737321196358907, "avg_ctx_len": 4351.981981981982, "avg_a_len": 10.735218508997429}, {"filename": "dev_file_small.json", "num_of_examples": 84, "num_of_paragraphs": 17, "avg_q_len": 11.047619047619047, "avg_ctx_len": 3420.6470588235293, "avg_a_len": 11.988095238095237}, {"model_name_or_path": "timpal0l/mdeberta-v3-base-squad2", "data_dir": "./", "train_filename": "train_file_small.json", "batch_size": 8, "n_epochs": 3, "learning_rate": 3e-05, "dev_filename": "dev_file_small.json", "use_gpu": true, "devices": null, "max_seq_len": 384, "dev_split": 0, "evaluate_every": 600, "save_dir": "mdeberta-v3-base-squad2-covid-el-small", "num_processes": null, "grad_acc_steps": 2, "early_stopping": false}]
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - panosgriz/COVID-QA-el-small
5
+ language:
6
+ - el
7
+ metrics:
8
+ - f1
9
+ - exact_match
10
+ base_model:
11
+ - timpal0l/mdeberta-v3-base-squad2
12
+ pipeline_tag: question-answering
13
+ tags:
14
+ - closed-domain
15
+ - extractive_qa
16
  ---