pedramyazdipoor commited on
Commit
f792ebf
1 Parent(s): 141cca1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -32,10 +32,16 @@ weight_decay = 0.01,
32
  ## Performance
33
  Evaluated on the PQuAD Persian test set with the [official PQuAD link](https://huggingface.co/datasets/newsha/PQuAD/blob/main/Test_v8.0.json).
34
  I trained for more than 1 epoch as well, but I get worse results.
35
- ```
36
- "exact_match": 66.85,
37
- "f1": 87.56
38
- ```
 
 
 
 
 
 
39
  ## How to use
40
  ```python
41
  from transformers import AutoTokenizer, AutoModelForQuestionAnswering
 
32
  ## Performance
33
  Evaluated on the PQuAD Persian test set with the [official PQuAD link](https://huggingface.co/datasets/newsha/PQuAD/blob/main/Test_v8.0.json).
34
  I trained for more than 1 epoch as well, but I get worse results.
35
+
36
+ ### Question Answering On Test Set of PQuAD Dataset
37
+
38
+ | Metric | Our XLM-Roberta | Our Pars Bert |
39
+ |:----------------:|:---------------:|:-------------:|
40
+ | Exact Match | 66.56* | 47.44 |
41
+ | F1 | 87.31* | 81.96 |
42
+
43
+
44
+
45
  ## How to use
46
  ```python
47
  from transformers import AutoTokenizer, AutoModelForQuestionAnswering