Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
sentiment
positive
negative
review
imdb
text-embeddings-inference
Instructions to use LukeGPT88/imdb_text_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LukeGPT88/imdb_text_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LukeGPT88/imdb_text_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LukeGPT88/imdb_text_classifier") model = AutoModelForSequenceClassification.from_pretrained("LukeGPT88/imdb_text_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31aed439181df3c147ef23e724c0df5833b90487add32b7dd30fd771d1bec5b3
|
| 3 |
size 267832560
|
runs/Feb12_08-36-25_22a5513269bf/events.out.tfevents.1707726986.22a5513269bf.289.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1eab4ad9fbbf4390d275f18bb8271d71fbedaeb6d2b97bf1fccc2bd433e80eb8
|
| 3 |
+
size 6155
|