Text Classification
Transformers
PyTorch
English
roberta
humor-detection
humor-classification
joke-detection
humor-vs-non-humor
binary-classification
english
nlp
computational-humor
Instructions to use Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-693 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-693 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-693")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-693") model = AutoModelForSequenceClassification.from_pretrained("Humor-Research/humor-detection-funlines-and-human-microedit-paper-2023-693", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e464075
1
Parent(s): d9cfcb1
Upload scheduler.pt with huggingface_hub
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a47a5d1048c063d202ab1992be1cf00bb8dc80d94b931e891625b8e53ee5305
|
| 3 |
+
size 627
|