VictorTomas09 commited on
Commit
fde672a
·
verified ·
1 Parent(s): 54f4277

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - rajpurkar/squad_v2
5
+ - rag-datasets/rag-mini-wikipedia
6
+ - mandarjoshi/trivia_qa
7
+ language:
8
+ - en
9
+ metrics:
10
+ - exact_match
11
+ base_model:
12
+ - facebook/rag-token-base
13
+ pipeline_tag: question-answering
14
+ library_name: transformers
15
+ ---