Ashishkr tomaarsen HF Staff commited on
Commit
4102ed5
·
verified ·
1 Parent(s): f1547a5

Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers` (#2)

Browse files

- Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers` (377d66512a6c9463b288c0d0bdbe1649b9cfaec0)


Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
- tags: salesken
 
3
  license: apache-2.0
4
  inference: false
5
-
 
6
  ---
7
 
8
  We have trained a model to evaluate if a paraphrase is a semantic variation to the input query or just a surface level variation. Data augmentation by adding Surface level variations does not add much value to the NLP model training. if the approach to paraphrase generation is "OverGenerate and Rank" , Its important to have a robust model of scoring/ ranking paraphrases. NLG Metrics like bleu ,BleuRT, gleu , Meteor have not proved very effective in scoring paraphrases.
 
1
  ---
2
+ tags:
3
+ - salesken
4
  license: apache-2.0
5
  inference: false
6
+ pipeline_tag: text-ranking
7
+ library_name: sentence-transformers
8
  ---
9
 
10
  We have trained a model to evaluate if a paraphrase is a semantic variation to the input query or just a surface level variation. Data augmentation by adding Surface level variations does not add much value to the NLP model training. if the approach to paraphrase generation is "OverGenerate and Rank" , Its important to have a robust model of scoring/ ranking paraphrases. NLG Metrics like bleu ,BleuRT, gleu , Meteor have not proved very effective in scoring paraphrases.