VityaVitalich commited on
Commit
de574c9
1 Parent(s): a603203

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -20,6 +20,7 @@ TaxoLLaMA-bench is a lightweight fine-tune of LLaMA2-7b model, aimed at solving
20
  It was pretrained with instructive dataset, collected from WordNet 3.0 to generate hypernyms for a given hyponym.
21
  This model also could be used for identifying hypernymy with perplexity, that is useful for Lexical Entailment or Taxonomy Construction.
22
 
 
23
  It was not pretrained on the data used in later benchmarks from the paper. This model should be use to replicate results on Taxonomy test datasets or to boost them. For other task we strongly recommend using TaxoLLaMA
24
 
25
  For more details, read paper: [TaxoLLaMA: WordNet-based Model for Solving Multiple Lexical Sematic Tasks](google.com)
 
20
  It was pretrained with instructive dataset, collected from WordNet 3.0 to generate hypernyms for a given hyponym.
21
  This model also could be used for identifying hypernymy with perplexity, that is useful for Lexical Entailment or Taxonomy Construction.
22
 
23
+ [!TIP]
24
  It was not pretrained on the data used in later benchmarks from the paper. This model should be use to replicate results on Taxonomy test datasets or to boost them. For other task we strongly recommend using TaxoLLaMA
25
 
26
  For more details, read paper: [TaxoLLaMA: WordNet-based Model for Solving Multiple Lexical Sematic Tasks](google.com)