Sakil commited on
Commit
db8a0ab
1 Parent(s): fcaf6ff

Update README.md

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