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
End of training
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:ce9a978afcee48d6f713aff4eeae2311bc30359dd23f536b6bbc0eead456d564
|
| 3 |
size 433327469
|
runs/Oct24_16-10-26_codespaces-aff5f7/1666627848.8596153/events.out.tfevents.1666627848.codespaces-aff5f7.19977.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e14f64a29bd750dc79d72f64587d4d9f14e323c2fe72dbd54cdf7336254dd193
|
| 3 |
+
size 5573
|
runs/Oct24_16-10-26_codespaces-aff5f7/events.out.tfevents.1666627848.codespaces-aff5f7.19977.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e34f21e2de09e286b389b807abf9c34fd083630f1244738ee270d569498f24a5
|
| 3 |
+
size 5318
|
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:1d129cbcf723d9bdcbc48dd2c1a60683eca97ee6732579b781f994f6fb77e192
|
| 3 |
size 3439
|