kaixkhazaki commited on
Commit
8cd844c
·
verified ·
1 Parent(s): 9c00368

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -4,11 +4,19 @@ license: mit
4
  base_model: dbmdz/bert-base-turkish-cased
5
  tags:
6
  - generated_from_trainer
 
 
7
  metrics:
8
  - f1
 
9
  model-index:
10
  - name: turkish-medical-question-answering
11
  results: []
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -45,10 +53,8 @@ from transformers import pipeline
45
  pipe = pipeline("question-answering", model="kaixkhazaki/turkish-question-answering")
46
 
47
 
48
- #Enter your text and question
49
-
50
  # Example
51
- # Define the context
52
 
53
  context = """
54
  Kalça kırığından şüphe duyulan hastalarda öncelikle standart grafiler çekilmelidir. Bunlar ön arka pelvis grafisi ve etkilenen kalçanın ön arka ve yan grafileridir.
@@ -72,7 +78,7 @@ pipe(question=question, context=context)
72
 
73
  #Example
74
 
75
- # Define the context
76
  context = """
77
  Kalça kırığından şüphe duyulan hastalarda öncelikle standart grafiler çekilmelidir. Bunlar ön arka pelvis grafisi ve etkilenen kalçanın ön arka ve yan grafileridir.
78
  Özellikle deplase olmayan kırıklarda sağlam taraf ile patolojik tarafın mukayese edilmesi önemlidir. Kırık kalçanın filmi, alt ekstremite hafif traksiyonda iken nötral pozisyonda,
@@ -293,4 +299,4 @@ The following hyperparameters were used during training:
293
  howpublished = {\url{https://huggingface.co/kaixkhazaki/turkish-medical-question-answering}}
294
  }
295
 
296
- ```
 
4
  base_model: dbmdz/bert-base-turkish-cased
5
  tags:
6
  - generated_from_trainer
7
+ - turkish
8
+ - med
9
  metrics:
10
  - f1
11
+ - exact_match
12
  model-index:
13
  - name: turkish-medical-question-answering
14
  results: []
15
+ datasets:
16
+ - incidelen/MedTurkQuAD
17
+ language:
18
+ - tr
19
+ pipeline_tag: question-answering
20
  ---
21
 
22
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
53
  pipe = pipeline("question-answering", model="kaixkhazaki/turkish-question-answering")
54
 
55
 
 
 
56
  # Example
57
+ ## Define the context
58
 
59
  context = """
60
  Kalça kırığından şüphe duyulan hastalarda öncelikle standart grafiler çekilmelidir. Bunlar ön arka pelvis grafisi ve etkilenen kalçanın ön arka ve yan grafileridir.
 
78
 
79
  #Example
80
 
81
+ ## Define the context
82
  context = """
83
  Kalça kırığından şüphe duyulan hastalarda öncelikle standart grafiler çekilmelidir. Bunlar ön arka pelvis grafisi ve etkilenen kalçanın ön arka ve yan grafileridir.
84
  Özellikle deplase olmayan kırıklarda sağlam taraf ile patolojik tarafın mukayese edilmesi önemlidir. Kırık kalçanın filmi, alt ekstremite hafif traksiyonda iken nötral pozisyonda,
 
299
  howpublished = {\url{https://huggingface.co/kaixkhazaki/turkish-medical-question-answering}}
300
  }
301
 
302
+ ```