Instructions to use allenai/System4_classify_FigLang2022 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/System4_classify_FigLang2022 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/System4_classify_FigLang2022") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/System4_classify_FigLang2022", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f26cb6b
1
Parent(s): 6a99675
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,17 +51,6 @@ It achieves the following results on the evaluation set:
|
|
| 51 |
- Rougelsum: 95.0232
|
| 52 |
- Gen Len: 3.4074
|
| 53 |
|
| 54 |
-
## Model description
|
| 55 |
-
|
| 56 |
-
More information needed
|
| 57 |
-
|
| 58 |
-
## Intended uses & limitations
|
| 59 |
-
|
| 60 |
-
More information needed
|
| 61 |
-
|
| 62 |
-
## Training and evaluation data
|
| 63 |
-
|
| 64 |
-
More information needed
|
| 65 |
|
| 66 |
## Training procedure
|
| 67 |
|
|
|
|
| 51 |
- Rougelsum: 95.0232
|
| 52 |
- Gen Len: 3.4074
|
| 53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
## Training procedure
|
| 56 |
|