File size: 448 Bytes
3670fd2
 
 
 
 
 
f89250f
 
3670fd2
 
 
dd91452
8b32924
dd91452
db8a0ab
ba39f10
 
50bf022
4e8d0a9
ba39f10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
language:
- en
tags:
- text Classification
license: apache-2.0
widget:
- text: "I like you. </s></s> I love you."

---

* IMDBSentimentDistilBertModel:

- I have used IMDB movie review dataset to create custom model by using DistilBertForSequenceClassification.

from transformers import DistilBertForSequenceClassification, Trainer, TrainingArguments

model = DistilBertForSequenceClassification.from_pretrained('./imdbsentdistilbertmodel')