oguzhanolm commited on
Commit
8d30fea
1 Parent(s): d9391bd
Files changed (1) hide show
  1. README.md +22 -22
README.md CHANGED
@@ -1,6 +1,28 @@
1
  ---
2
  language: tr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
4
  # Turkish SQuAD Model : Question Answering
5
 
6
  I fine-tuned Loodos-Turkish-Bert-Model for Question-Answering problem with TQuAD dataset
@@ -25,28 +47,6 @@ I fine-tuned Loodos-Turkish-Bert-Model for Question-Answering problem with TQuAD
25
  --output_dir "./model"
26
  ```
27
 
28
- ```
29
- language: tr
30
- tags:
31
- - question-answering
32
- - loodos-bert-base
33
- - TQuAD
34
- - tr
35
- model-index:
36
- - name: loodos-bert-base-uncased-QA-fine-tuned
37
- results:
38
- - task:
39
- name: Question Answering
40
- type: question-answering
41
- dataset:
42
- name: TQuAD
43
- type: Question-Answering-Dataset
44
- args: tr
45
- metrics:
46
- - name: Accuracy
47
- - value: 0.9125744047619048
48
- ```
49
-
50
  # Example Usage
51
 
52
  > Load Model
 
1
  ---
2
  language: tr
3
+ tags:
4
+ - question-answering
5
+ - loodos-bert-base
6
+ - TQuAD
7
+ - tr
8
+ datasets:
9
+ - TQuAD
10
+ model-index:
11
+ - name: loodos-bert-base-uncased-QA-fine-tuned
12
+ results:
13
+ - task:
14
+ name: Question Answering
15
+ type: question-answering
16
+ dataset:
17
+ name: TQuAD
18
+ type: question-answering
19
+ args: tr
20
+ metrics:
21
+ - name: Accuracy
22
+ type: acc
23
+ value: 0.91
24
  ---
25
+
26
  # Turkish SQuAD Model : Question Answering
27
 
28
  I fine-tuned Loodos-Turkish-Bert-Model for Question-Answering problem with TQuAD dataset
 
47
  --output_dir "./model"
48
  ```
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  # Example Usage
51
 
52
  > Load Model