rahul0003 commited on
Commit
5ebc7b3
1 Parent(s): b72555f

Initialized README

Browse files

Generated ELMo embeddings from scratch, by using GloVe embeddings and then doing pre-training using 2-layered Bi-Directional LSTMs

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: openrail
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
+ datasets:
4
+ - sst
5
+ - multi_nli
6
+ language:
7
+ - en
8
+ metrics:
9
+ - accuracy
10
+ pipeline_tag: text-classification
11
+ tags:
12
+ - ELMo
13
+ ---