Instructions to use mrapacz/interlinear-pl-philta-t-w-t-normalized-bh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrapacz/interlinear-pl-philta-t-w-t-normalized-bh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("mrapacz/interlinear-pl-philta-t-w-t-normalized-bh") model = AutoModelForMultimodalLM.from_pretrained("mrapacz/interlinear-pl-philta-t-w-t-normalized-bh") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "../workspaces/exp512_3_INTMT-
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "../workspaces/exp512_3_INTMT-6664/best_model",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|