vabatista commited on
Commit
4a5c795
·
1 Parent(s): 0fb002d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - squad
5
+ language:
6
+ - pt
7
+ pipeline_tag: sentence-similarity
8
+ ---
9
+
10
+ This is a sentence_bert based model fine tuned using portuguese SQuAD dataset with batchs of:
11
+ - positive samples: question - sentence containing answer
12
+ - hard negative samples question which answers is not in the sentence, but is in the context of SQuAD dataset.