File size: 1,758 Bytes
7af081a
 
 
 
 
 
 
 
 
 
 
09ea860
7af081a
cd91726
7af081a
 
 
cd91726
 
7af081a
 
 
cd91726
 
7af081a
 
 
 
 
 
 
 
 
 
 
 
 
 
2cc43a0
 
7af081a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
tags:
- generated_from_trainer
model-index:
- name: fine-tuned-viquad-hgf
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# FINE-TUNED-VIQUAD-HGF

This model is a fine-tuned version of [bhavikardeshna/xlm-roberta-base-vietnamese](https://huggingface.co/bhavikardeshna/xlm-roberta-base-vietnamese) on the [UIT-ViQuAD](https://github.com/windhashira06/Demo-QA-Extraction-system/blob/main/Dataset/UIT-ViQuAD.json) dataset.

## Model description

The model is described in [Cascading Adaptors to Leverage English Data to Improve Performance of
Question Answering for Low-Resource Languages](https://arxiv.org/pdf/2112.09866v1.pdf) paper

## Training and evaluation data

A new dataset for the low-resource language as Vietnamese to evaluate MRC models. This dataset comprises over 23,000 human-generated question-answer pairs based on 5,109 passages of 174 Vietnamese articles from Wikipedia. However in processing, I eliminated more than 3000 questions with no answers.                                                         

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 3
- mixed_precision_training: Native AMP

### Training results

- **EM**: 52.38                                                                                             
- **F1-SCORE**: 77.67

### Framework versions

- Transformers 4.26.1
- Pytorch 1.13.1+cu116
- Datasets 2.10.1
- Tokenizers 0.13.2