Instructions to use LumousInTheWild/Demo_Local_Huggingface_NLP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LumousInTheWild/Demo_Local_Huggingface_NLP with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LumousInTheWild/Demo_Local_Huggingface_NLP")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LumousInTheWild/Demo_Local_Huggingface_NLP") model = AutoModelForSequenceClassification.from_pretrained("LumousInTheWild/Demo_Local_Huggingface_NLP") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 421014080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a36c485247968f6d4fd309597a133e8c6a42e895f4f2fbc10b902723c477542f
|
| 3 |
size 421014080
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e58c38d00480af8e6ae35c4670dc0eb7293c5db32014c4b2688fde528c6b0d49
|
| 3 |
size 5240
|