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