boimbukanbaim commited on
Commit
476edd1
1 Parent(s): 6c0d90b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -39,6 +39,8 @@ widget:
39
  menghitung kepadatan kawat, dalam bidang kimia untuk menghitung laju
40
  pemisahan, dalam bidang geografi untuk menghitung laju pertumbuhan penduduk,
41
  dan masih banyak lagi.
 
 
42
  ---
43
 
44
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -73,6 +75,12 @@ SQuAD2.0 combines the 100,000 questions in SQuAD1.1 with over 50,000 unanswerabl
73
 
74
  The model was trained on Kaggle's T4 GPU x2 and 13GB of RAM.
75
 
 
 
 
 
 
 
76
  ## Simple Usage (Using 🤗 Pipeline)
77
 
78
  ```py
 
39
  menghitung kepadatan kawat, dalam bidang kimia untuk menghitung laju
40
  pemisahan, dalam bidang geografi untuk menghitung laju pertumbuhan penduduk,
41
  dan masih banyak lagi.
42
+ metrics:
43
+ - squad
44
  ---
45
 
46
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
75
 
76
  The model was trained on Kaggle's T4 GPU x2 and 13GB of RAM.
77
 
78
+ ## Results:
79
+ | Metric | # Value |
80
+ | ------ | --------- |
81
+ | **EM** | **51.00** |
82
+ | **F1** | **68.92** |
83
+
84
  ## Simple Usage (Using 🤗 Pipeline)
85
 
86
  ```py