Teja Gollapudi
commited on
Commit
•
0d05b99
1
Parent(s):
eb50fc4
Update README.md
Browse files
README.md
CHANGED
@@ -53,10 +53,10 @@ output = model(encoded_input)
|
|
53 |
```
|
54 |
|
55 |
### Training
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
|
61 |
|
62 |
#### - Datasets
|
|
|
53 |
```
|
54 |
|
55 |
### Training
|
56 |
+
|
57 |
+
The model is distilled from [vBERT-2021-large](https://huggingface.co/VMware/vbert-2021-large)</li> <br>
|
58 |
+
Weights were initialized using [nreimers/MiniLMv2-L6-H768-distilled-from-BERT-Large](https://huggingface.co/nreimers/MiniLMv2-L6-H768-distilled-from-BERT-Large/tree/main)</li>
|
59 |
+
|
60 |
|
61 |
|
62 |
#### - Datasets
|