Instructions to use QyQy/VietAI-Assignment1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use QyQy/VietAI-Assignment1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("QyQy/VietAI-Assignment1") model = AutoModelForSeq2SeqLM.from_pretrained("QyQy/VietAI-Assignment1") - Notebooks
- Google Colab
- Kaggle
Upload scheduler.pt
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:526a833036ac8587b68e248a919950ae8e6c290ee43628f906f8610c7b073eea
|
| 3 |
+
size 623
|