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:57a74542f96694fd5a9931d07413245fc7d2fe20d06dba4e99f03fca1ceb79c5
|
| 3 |
size 433327469
|
runs/Oct24_16-30-37_codespaces-aff5f7/1666629042.6353624/events.out.tfevents.1666629042.codespaces-aff5f7.32270.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be2b5b9c4561b70ddd16d3941f96d8b7bfddd81f0ed27d08277d8558dbad5e8f
|
| 3 |
+
size 5573
|
runs/Oct24_16-30-37_codespaces-aff5f7/events.out.tfevents.1666629042.codespaces-aff5f7.32270.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bb046c2623c8dcc8a4ba60db93b5f276838175adde8eb0ae7ee2260eed42247
|
| 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:3f71f9c8fd225cd42531b0a9b17855b0d6b0018f438efe78a24f33e8cafcdd6b
|
| 3 |
size 3439
|