Instructions to use linktimecloud/my_awesome_model_classification_w_adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use linktimecloud/my_awesome_model_classification_w_adapter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="linktimecloud/my_awesome_model_classification_w_adapter")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("linktimecloud/my_awesome_model_classification_w_adapter") model = AutoModelForSequenceClassification.from_pretrained("linktimecloud/my_awesome_model_classification_w_adapter", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
05239c8
1
Parent(s): 866e856
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 502257461
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d4e0ee0ebd3a60505e5c506cb6c78b7d6598c91605e9141da7610657556d435
|
| 3 |
size 502257461
|
runs/Aug09_04-11-44_8b752b01c260/events.out.tfevents.1691555100.8b752b01c260.846.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:62d2f937190da2204b1cdb210beca4cca0d4031a3ed55f1162c8edf5762f2339
|
| 3 |
+
size 5840
|