Instructions to use imi-ike-io/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imi-ike-io/test-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("imi-ike-io/test-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "PatentClfModel" | |
| ], | |
| "decoder_model": "Writer/palmyra-small", | |
| "decoder_output_dim": 768, | |
| "dropout": 0.1, | |
| "eos_token_id": 50256, | |
| "id2label": { | |
| "0": "LABEL_0", | |
| "1": "LABEL_1", | |
| "2": "LABEL_2", | |
| "3": "LABEL_3", | |
| "4": "LABEL_4", | |
| "5": "LABEL_5", | |
| "6": "LABEL_6", | |
| "7": "LABEL_7", | |
| "8": "LABEL_8", | |
| "9": "LABEL_9", | |
| "10": "LABEL_10" | |
| }, | |
| "inner_dim1": 512, | |
| "inner_dim2": 256, | |
| "label2id": { | |
| "LABEL_0": 0, | |
| "LABEL_1": 1, | |
| "LABEL_10": 10, | |
| "LABEL_2": 2, | |
| "LABEL_3": 3, | |
| "LABEL_4": 4, | |
| "LABEL_5": 5, | |
| "LABEL_6": 6, | |
| "LABEL_7": 7, | |
| "LABEL_8": 8, | |
| "LABEL_9": 9 | |
| }, | |
| "max_length": 500, | |
| "num_classes": 11, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.35.0" | |
| } | |