Instructions to use rcgale/bort-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rcgale/bort-test with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rcgale/bort-test") model = AutoModelForSeq2SeqLM.from_pretrained("rcgale/bort-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Robert Gale commited on
Commit ·
5f094f4
1
Parent(s): 4fdfac3
ifjowei
Browse files
fairseq/{bort-pr.tar.gz → bort-sp.tar.gz}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc7c857a619a07792aa5a93da7139ba009a0f1e76777a58b315b7103993ba8ee
|
| 3 |
+
size 221781711
|