Instructions to use thisisHJLee/rm-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thisisHJLee/rm-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="thisisHJLee/rm-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("thisisHJLee/rm-model") model = AutoModelForSequenceClassification.from_pretrained("thisisHJLee/rm-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_name_or_path": "./output-10000-3epochs", | |
| "activation_function": "gelu_new", | |
| "architectures": [ | |
| "GPTNeoForSequenceClassification" | |
| ], | |
| "attention_dropout": 0, | |
| "attention_layers": [ | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local", | |
| "global", | |
| "local" | |
| ], | |
| "attention_types": [ | |
| [ | |
| [ | |
| "global", | |
| "local" | |
| ], | |
| 12 | |
| ] | |
| ], | |
| "bos_token_id": 50256, | |
| "classifier_dropout": 0.1, | |
| "embed_dropout": 0, | |
| "eos_token_id": 50256, | |
| "gradient_checkpointing": false, | |
| "hidden_size": 1024, | |
| "id2label": { | |
| "0": "LABEL_0" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": null, | |
| "label2id": { | |
| "LABEL_0": 0 | |
| }, | |
| "layer_norm_epsilon": 1e-05, | |
| "max_position_embeddings": 2048, | |
| "model_friendly_id": "PT_GPTNEO350_ATG", | |
| "model_type": "gpt_neo", | |
| "num_heads": 16, | |
| "num_layers": 24, | |
| "pad_token_id": 50256, | |
| "resid_dropout": 0, | |
| "summary_activation": null, | |
| "summary_first_dropout": 0.1, | |
| "summary_proj_to_labels": true, | |
| "summary_type": "cls_index", | |
| "summary_use_proj": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.38.2", | |
| "use_cache": true, | |
| "vocab_size": 50259, | |
| "window_size": 256 | |
| } | |