Instructions to use EveSa/SummaryProject-LSTM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EveSa/SummaryProject-LSTM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EveSa/SummaryProject-LSTM", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Initial commit
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path":"EveSa/SummaryProject-LSTM",
|
| 3 |
-
"model_type":"
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path":"EveSa/SummaryProject-LSTM",
|
| 3 |
+
"model_type":"pt"
|
| 4 |
}
|