Instructions to use Waynehillsdev/Waynehills_summary_tensorflow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Waynehillsdev/Waynehills_summary_tensorflow with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Waynehillsdev/Waynehills_summary_tensorflow") model = AutoModelForSeq2SeqLM.from_pretrained("Waynehillsdev/Waynehills_summary_tensorflow", device_map="auto") - Notebooks
- Google Colab
- Kaggle
add model
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 990489304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09348d2a1752c2276f867869211f49c614420f41efc39537c3d6d92f508726e7
|
| 3 |
size 990489304
|