marksverdhei commited on
Commit
1bcf43c
1 Parent(s): 6b63bf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,5 +1,13 @@
 
 
 
 
 
 
1
  # T5-define
2
 
 
 
3
  This model is trained to generate word definitions based on the word and a context,
4
  using a subset of wordnet for all words that have an example and definition.
5
  The model uses task prompts on the format 'define "[word]": [example sentence]'
 
1
+ ---
2
+ language: en
3
+ widget:
4
+ - text: 'define \"dread\": The overwhelming amount of filled him with dread'
5
+ ---
6
+
7
  # T5-define
8
 
9
+ (This model is still a work in progress. If you use it for fine tuning, make sure to save a local copy)
10
+
11
  This model is trained to generate word definitions based on the word and a context,
12
  using a subset of wordnet for all words that have an example and definition.
13
  The model uses task prompts on the format 'define "[word]": [example sentence]'