Instructions to use lysandre/arxiv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lysandre/arxiv with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lysandre/arxiv", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"attn_pdrop": 0.1,
|
| 3 |
"embd_pdrop": 0.1,
|
| 4 |
"finetuning_task": null,
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "gpt2",
|
| 3 |
"attn_pdrop": 0.1,
|
| 4 |
"embd_pdrop": 0.1,
|
| 5 |
"finetuning_task": null,
|