wicharnkeisei commited on
Commit
d1c2523
·
1 Parent(s): 63f7353

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -1,31 +1,31 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
 
4
  model-index:
5
- - name: bert-multi-cased-finetuned-xquadv1-finetuned-thai-squad
6
  results: []
 
 
 
 
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
  should probably proofread and complete it, then remove this comment. -->
11
 
12
- # bert-multi-cased-finetuned-xquadv1-finetuned-thai-squad
13
-
14
- This model is a fine-tuned version of [mrm8488/bert-multi-cased-finetuned-xquadv1](https://huggingface.co/mrm8488/bert-multi-cased-finetuned-xquadv1) on the None dataset.
15
- It achieves the following results on the evaluation set:
16
- - Loss: 0.9767
17
-
18
- ## Model description
19
 
20
- More information needed
21
 
22
  ## Intended uses & limitations
23
 
24
- More information needed
25
 
26
  ## Training and evaluation data
27
 
28
- More information needed
29
 
30
  ## Training procedure
31
 
@@ -42,13 +42,13 @@ The following hyperparameters were used during training:
42
  - lr_scheduler_type: linear
43
  - num_epochs: 2
44
 
45
- ### Training results
46
-
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | 0.9558 | 1.0 | 2691 | 1.0016 |
50
- | 0.6626 | 2.0 | 5382 | 0.9767 |
51
-
52
 
53
  ### Framework versions
54
 
 
1
  ---
2
+ license: cc-by-4.0
3
  tags:
4
  - generated_from_trainer
5
+ language: th
6
  model-index:
7
+ - name: thai-bert-multi-cased-finetuned-xquadv1-finetuned-squad
8
  results: []
9
+ widget:
10
+ - text: "สราวุธ มาตรทอง เข้าสู่วงการบันเทิงเมื่อปีอะไร"
11
+ context: "สราวุธ มาตรทอง (ชื่อเล่น: อ้น เกิดเมื่อวันที่ 2 ตุลาคม พ.ศ. 2519) เป็นนักแสดงชาวไทย จบการศึกษาจากมหาวิทยาลัยราชภัฏพระนค เข้าสู่วงการบันเทิงเมื่อปี พ.ศ. 2538 จากการ ชักชวนของ กมล ภู่วัฒนวนิชย์ แห่งบริษัทบรอดคาซท์ ไทยเทเลวิชั่น มีผลงานแสดงชิ้นแรกจาก ใส่ไข่ อะไรเอ่ย, 6/16 ร้ายบริสุทธิ์ และมีผลงานสร้างชื่อคือละครเรื่อง ฉลุย และ น้ำใสใจจริง นอกจากนี้ยังได้ทำอัลบั้มประกอบละคร ฉลุย คู่กับ ทีน สราวุฒิ พุ่มทอง มีผลงานภาพยนตร์เรื่อง ความรักครั้งสุดท้าย (2546) เคยได้รับการเสนอชื่อเข้าชิงรางวัลภาพยนตร์ไทย ชมรมวิจารณ์บันเทิง ครั้งที่ 12 สาขานักแสดงสมทบยอดเยี่ยมจากภาพยนตร์เรื่องนี้ และยังมีละครซิตคอมเรื่อง เทวดาสาธุ นอกจากนี้ยังเคยเป็นดีเจให้กับ สถานีวิทยุ เรดิโอโหวต แซตเทิลไลท์ 93.5 MHz และยังเป็นพิธกร รายการเวเอฟเวอร์ ออกอากาศทางช่อง 3 ในวันเสาร์ เวลา 07.55-08.20 น. ในเดือนตุลาคม พ.ศ. 2551 เจ้าตัวได้ยอมรับว่าคลิปหลุดทางอินเทอร์เน็ต ที่มีเพศสัมพันธ์กับหญิงสาวเป็นเจ้าตัวจริง คนที่เอาไปลงน่าจะเป็นคนที่พบโทรศัพท์ของตนเอง"
12
+
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # thai-bert-multi-cased-finetuned-xquadv1-finetuned-squad
 
 
 
 
 
 
19
 
20
+ This model is a fine-tuned version of [mrm8488/bert-multi-cased-finetuned-xquadv1](https://huggingface.co/mrm8488/bert-multi-cased-finetuned-xquadv1) on Thai dataset from [iApp Technology Co., Ltd.](https://github.com/iapp-technology/iapp-wiki-qa-dataset).
21
 
22
  ## Intended uses & limitations
23
 
24
+ This model intends to use with Thai question and answering task
25
 
26
  ## Training and evaluation data
27
 
28
+ Trained and evaluated by [iApp Technology Co., Ltd.](https://github.com/iapp-technology/iapp-wiki-qa-dataset) dataset.
29
 
30
  ## Training procedure
31
 
 
42
  - lr_scheduler_type: linear
43
  - num_epochs: 2
44
 
45
+ ## Performance
46
+ Evaluated on the SQuAD 1.0 test dataset
47
+ ```
48
+ "exact": 57.39972337482711
49
+ "f1": 68.10794016188211
50
+ "total": 723
51
+ ```
52
 
53
  ### Framework versions
54