Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use noahgift/hf_fine_tune_hello_world with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use noahgift/hf_fine_tune_hello_world with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="noahgift/hf_fine_tune_hello_world")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("noahgift/hf_fine_tune_hello_world") model = AutoModelForSequenceClassification.from_pretrained("noahgift/hf_fine_tune_hello_world", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433327469
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed93d69080160bba0b84f2009ca0c03e6e167e1a337e9937b620f79684de3e19
|
| 3 |
size 433327469
|
runs/Oct24_17-19-12_codespaces-aff5f7/1666631975.9398005/events.out.tfevents.1666631975.codespaces-aff5f7.25371.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bceaedaf8b3493708687a10f44c7a5654e05b10978f84b0456550f12aba062b2
|
| 3 |
+
size 5573
|
runs/Oct24_17-19-12_codespaces-aff5f7/events.out.tfevents.1666631975.codespaces-aff5f7.25371.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e27660ee3430789cc7ff4e181829cf8a37ea7bb26ffbb4fdedaaaccb1525546
|
| 3 |
+
size 4158
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:607fd727ae30b97593239997450fba66d45df5687fd02621ecbd72f097a09be4
|
| 3 |
size 3439
|