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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
By using this model, you agree to the following:
|
| 6 |
+
1. We will not use this model for commercial purposes.
|
| 7 |
+
2. We will not attempt to recover any of the training / fine-tuning data from the model.
|
| 8 |
+
3. We will not share or distribute this model in any way with outside of the research team and the project indicated in this email.
|