Instructions to use crumb/switch-base-8-arxiv-abstraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use crumb/switch-base-8-arxiv-abstraction with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("crumb/switch-base-8-arxiv-abstraction") model = AutoModelForSeq2SeqLM.from_pretrained("crumb/switch-base-8-arxiv-abstraction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,6 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
---
|
| 5 |
-
"Summarize: [paper]", produces a machine-written abstraction. Proof-of-concept dummy model for my SwitchTransformer finetuning code. Finetuned from Google's [google/switch-base-8](https://huggingface.co/google/switch-base-8)
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
---
|
| 5 |
+
"Summarize: [paper]", produces a machine-written abstraction. Proof-of-concept dummy model for my SwitchTransformer finetuning code. Finetuned from Google's [google/switch-base-8](https://huggingface.co/google/switch-base-8)
|
| 6 |
+
|
| 7 |
+
Low-quality results, should not be used in a productin setting. This is a very small model that trained on the free version of Google Colab. (if you'd like to donate so I don't have to be limited by that, my github has ETH, BTC, and XTZ addresses linked)
|