ltg
/

Andrey Kutuzov commited on
Commit
39de55e
·
1 Parent(s): 92b4692

Models for other languages

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -26,6 +26,12 @@ This model is a version of [mT0 XL](https://huggingface.co/bigscience/mt0-xl) fi
26
  It generates definitions of English words in context.
27
  Its input is the usage example and the instruction question "What is the definiton of TARGET_WORD?"
28
 
 
 
 
 
 
 
29
  ## Model description
30
 
31
  See details in the paper `Enriching Word Usage Graphs with Cluster Definitions` (LREC-COLING'2024) by
 
26
  It generates definitions of English words in context.
27
  Its input is the usage example and the instruction question "What is the definiton of TARGET_WORD?"
28
 
29
+ ## Models for other languages:
30
+ - English: [mT0-Definition-En XL](https://huggingface.co/ltg/mt0-definition-en-xl)
31
+ - Norwegian: [mT0-Definition-No XL](https://huggingface.co/ltg/mt0-definition-no-xl)
32
+ - Russian: [mT0-Definition-Ru XL](https://huggingface.co/ltg/mt0-definition-ru-xl)
33
+
34
+
35
  ## Model description
36
 
37
  See details in the paper `Enriching Word Usage Graphs with Cluster Definitions` (LREC-COLING'2024) by