Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ The training dataset used is the English Wikipedia dataset (2500M words), and th
40
 
41
  Author of Hugging Face Space: Benjamin Consolvo, AI Solutions Engineer Manager at Intel
42
 
43
- Date last updated: 03/28/2023
44
  """
45
  # The main idea of this BERT-Base model is that it is much more fast and efficient in deployment than its dense counterpart: (https://huggingface.co/csarron/bert-base-uncased-squad-v1).
46
 
 
40
 
41
  Author of Hugging Face Space: Benjamin Consolvo, AI Solutions Engineer Manager at Intel
42
 
43
+ Date last updated: 12/20/2023
44
  """
45
  # The main idea of this BERT-Base model is that it is much more fast and efficient in deployment than its dense counterpart: (https://huggingface.co/csarron/bert-base-uncased-squad-v1).
46