Instructions to use thanhduycao/model_show_something with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thanhduycao/model_show_something with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="thanhduycao/model_show_something")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("thanhduycao/model_show_something") model = AutoModelForSequenceClassification.from_pretrained("thanhduycao/model_show_something", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
91887e5
1
Parent(s): 304c185
Training in progress, epoch 1
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 90891377
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9b2c066212b19782a03a6151cfc7eb197fde3d97d617c41666bd06701ca697e
|
| 3 |
size 90891377
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bfeb2a753664f80e8cb685653c839b0c73ccc360925b5013c037c83ca44d3e0
|
| 3 |
size 4091
|