Instructions to use EngineeringSoftware/teco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EngineeringSoftware/teco with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("EngineeringSoftware/teco") model = AutoModelForSeq2SeqLM.from_pretrained("EngineeringSoftware/teco") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,6 @@ Authors: Pengyu Nie, Rahul Banerjee, Junyi Jessy Li, Raymond Mooney, Milos Gligo
|
|
| 12 |
|
| 13 |
---
|
| 14 |
|
| 15 |
-
TeCo's code is hosted on GitHub: https://github.com/EngineeringSoftware/teco
|
| 16 |
|
| 17 |
-
This repo hosts the model we trained, but it should be used together with our codebase; please read the README there, which describes how to [download](https://github.com/EngineeringSoftware/teco/blob/main/README.md#downloading-model) and use this model.
|
|
|
|
| 12 |
|
| 13 |
---
|
| 14 |
|
| 15 |
+
**TeCo's code is hosted on GitHub: https://github.com/EngineeringSoftware/teco**
|
| 16 |
|
| 17 |
+
**This repo hosts the model we trained, but it should be used together with our codebase; please read the README there, which describes how to [download](https://github.com/EngineeringSoftware/teco/blob/main/README.md#downloading-model) and use this model.**
|