Instructions to use ShirinP/dialogsum_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShirinP/dialogsum_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ShirinP/dialogsum_model") model = AutoModelForSeq2SeqLM.from_pretrained("ShirinP/dialogsum_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
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 242069785
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea46d7c9f5c9ce45f914aa83b9cb521f9c90cd4a8adb75c75e15686e77c950c1
|
| 3 |
size 242069785
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae21cea2d7b03bbd36f603ce9cf5a130bda988aa2bd524f9091e496b863016fd
|
| 3 |
size 3515
|