JesseStover commited on
Commit
935f519
1 Parent(s): e2208ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  {}
3
  ---
4
 
5
- The L2AI-dictionary model is fine-tuned for multiple choice, specifically for selecting the best dictionary definition of a given word in a sentence. Below is an example usage:
6
 
7
  ```python
8
  import numpy as np
 
2
  {}
3
  ---
4
 
5
+ The L2AI-dictionary model is fine-tuned checkpoint of [klue/bert-base](https://huggingface.co/klue/bert-base) for multiple choice, specifically for selecting the best dictionary definition of a given word in a sentence. Below is an example usage:
6
 
7
  ```python
8
  import numpy as np