merve HF staff commited on
Commit
32bd125
1 Parent(s): c18d5d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -23,18 +23,20 @@ It achieves the following results on the evaluation set:
23
 
24
  ## Model description
25
 
26
- More information needed
27
 
28
  ## Intended uses & limitations
29
 
30
- More information needed
31
 
32
  ## Training and evaluation data
33
 
34
- More information needed
35
 
36
  ## Training procedure
37
 
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
 
23
 
24
  ## Model description
25
 
26
+ Question answering model based on distilbert-base-cased, trained with 🤗Transformers + ❤️Keras.
27
 
28
  ## Intended uses & limitations
29
 
30
+ This model is trained for Question Answering tutorial for Keras.io.
31
 
32
  ## Training and evaluation data
33
 
34
+ It is trained on [SQuAD](https://huggingface.co/datasets/squad) question answering dataset.
35
 
36
  ## Training procedure
37
 
38
+ Find notebook [here](https://github.com/merveenoyan/keras-io-transformers/blob/main/Question_Answering_on_SQUAD_for_Keras_io.ipynb).
39
+
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training: