Instructions to use allenai/macaw-11b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/macaw-11b with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/macaw-11b") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/macaw-11b") - Notebooks
- Google Colab
- Kaggle
machineuser commited on
Commit ·
efbdfd3
1
Parent(s): 7bbef96
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
widget:
|
| 4 |
-
- text:
|
| 5 |
-
license:
|
| 6 |
---
|
| 7 |
|
| 8 |
# macaw-11b
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
widget:
|
| 4 |
+
- text: $answer$ ; $mcoptions$ ; $question$ = What is the color of a cloudy sky?
|
| 5 |
+
license: apache-2.0
|
| 6 |
---
|
| 7 |
|
| 8 |
# macaw-11b
|