Sakil commited on
Commit
3670fd2
1 Parent(s): dd91452

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  * IMDBSentimentDistilBertModel:
2
 
3
  - I have used IMDB movie review dataset to create custom model by using DistilBertForSequenceClassification.
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - text Classification
6
+ license: apache-2.0
7
+ datasets:
8
+ - wmt19
9
+
10
+ ---
11
+
12
  * IMDBSentimentDistilBertModel:
13
 
14
  - I have used IMDB movie review dataset to create custom model by using DistilBertForSequenceClassification.