Instructions to use stanford-nlpxed/uptake-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stanford-nlpxed/uptake-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("stanford-nlpxed/uptake-model") model = AutoModel.from_pretrained("stanford-nlpxed/uptake-model") - Notebooks
- Google Colab
- Kaggle
Upload model_training_args.bin
Browse files- model_training_args.bin +3 -0
model_training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:569d5fffdbea7a4b414631b7da54f6e8634c1dc12ee420c7ae6ff73074b44976
|
| 3 |
+
size 782
|