Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use LarryTW/llm_NLP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LarryTW/llm_NLP with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LarryTW/llm_NLP")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LarryTW/llm_NLP") model = AutoModelForSequenceClassification.from_pretrained("LarryTW/llm_NLP") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
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:641d009706b5f8c90e234f76f3a2a00e15ff30939bf45ebf9417b9fcc3693e0c
|
| 3 |
size 267832560
|
runs/Dec23_01-44-29_cab255cafe95/events.out.tfevents.1703295883.cab255cafe95.13310.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:18b81f8f3723e08eb46bd161a6af5b2a018d7eac5ef72b8434f59f3bc9ede1c8
|
| 3 |
+
size 6296
|