Instructions to use Anish13/results_sratch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Anish13/results_sratch with Transformers:
# Load model directly from transformers import TransformerNet model = TransformerNet.from_pretrained("Anish13/results_sratch", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "TransformerNet" | |
| ], | |
| "d_model": 512, | |
| "dim_feedforward": 1024, | |
| "dropout": 0.1, | |
| "input_dim": 30000, | |
| "max_seq_len": 30, | |
| "model_type": "transformer", | |
| "nhead": 8, | |
| "num_decoder_layers": 6, | |
| "num_encoder_layers": 6, | |
| "output_dim": 30000, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.40.2" | |
| } | |