Instructions to use KevSun/Personality_LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KevSun/Personality_LM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KevSun/Personality_LM")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KevSun/Personality_LM") model = AutoModelForSequenceClassification.from_pretrained("KevSun/Personality_LM") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin with huggingface_hub
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
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:54b8aa4099bbe5768f9d7d549850f2991da75fa889137e5e640fcf9a3d57774d
|
| 3 |
+
size 499461622
|