File size: 1,170 Bytes
9666b57
 
085be34
 
 
 
a5241b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4106b04
0c9ac5f
 
a5241b2
 
 
 
 
 
 
 
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
---
pipeline_tag: question-answering
datasets:
- squad
language:
- id
license: apache-2.0
---

<!-- 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. -->

# idt5-base-finetune-squad

This model is a fine-tuned version of [muchad/idt5-base](https://huggingface.co./muchad/idt5-base) on on translated Indonesian SQUAD dataset.
It achieves the following results on the evaluation set:
- Exact: 49.19
- F1: 67.36


## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 4
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2

### Training results

| Training Loss | Epoch | Step  | Validation Loss | 
|:-------------:|:-----:|:-----:|:---------------:|
| 0.5682        | 1.1   | 36000 | 0.7753          | 
| 0.5153        | 1.93  | 63000 | 0.7490          |


### Framework versions

- Transformers 4.35.0
- Pytorch 2.1.0+cu118
- Datasets 2.14.6
- Tokenizers 0.14.1