Instructions to use dongxq/test_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dongxq/test_model with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="dongxq/test_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dongxq/test_model") model = AutoModelForSeq2SeqLM.from_pretrained("dongxq/test_model") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md e142f2c
dongxiaoqun commited on
Update README.md daaf4f3
dongxiaoqun commited on
Update README.md e54d19f
dongxiaoqun commited on
Update README.md 1f876d1
dongxiaoqun commited on
Update README.md 7cdad11
dongxiaoqun commited on
Update README.md bef8614
dongxiaoqun commited on
Update README.md d44aba3
dongxiaoqun commited on
Update README.md 2794e9d
dongxiaoqun commited on
Update README.md ee0ea74
dongxiaoqun commited on
Upload tokenizer_config.json 42d8c98
dongxiaoqun commited on
Upload special_tokens_map.json 7849ebf
dongxiaoqun commited on
Upload added_tokens.json bfdb5fc
dongxiaoqun commited on
Update README.md a04f064
dongxiaoqun commited on
Update README.md 519c30a
dongxiaoqun commited on
Update README.md b2cca37
dongxiaoqun commited on
Update README.md ba356d0
dongxiaoqun commited on
Update README.md 52b50f8
dongxiaoqun commited on
Update README.md 6bfbfeb
dongxiaoqun commited on
Update README.md ea47bdd
dongxiaoqun commited on
Update README.md 6c478b4
dongxiaoqun commited on
Update README.md ebd5740
dongxiaoqun commited on
Create README.md a1f0b25
dongxiaoqun commited on
Upload pytorch_model.bin 22a254a
dongxiaoqun commited on
Upload config.json 4621d8d
dongxiaoqun commited on
Upload special_tokens_map.json 43d7361
dongxiaoqun commited on
Upload vocab.txt f378b13
dongxiaoqun commited on
initial commit db9c3c0
dongxiaoqun commited on