zhufy commited on
Commit
33ee32e
1 Parent(s): d21cf8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # Model Description
2
 
3
  This model is for English extractive question answering. It is based on the [bert-base-cased](https://huggingface.co/bert-base-uncased) model, and it is case-sensitive: it makes a difference between english and English.
 
1
+ ---
2
+ language: english
3
+ task: extractive question answering
4
+ datasets: squad
5
+ ---
6
+
7
  # Model Description
8
 
9
  This model is for English extractive question answering. It is based on the [bert-base-cased](https://huggingface.co/bert-base-uncased) model, and it is case-sensitive: it makes a difference between english and English.