Instructions to use 1nnocent/False with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 1nnocent/False with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("1nnocent/False") model = AutoModelForPreTraining.from_pretrained("1nnocent/False") - Notebooks
- Google Colab
- Kaggle
| { | |
| "\n": 52, | |
| "!": 53, | |
| "\"": 54, | |
| "%": 55, | |
| "(": 56, | |
| ")": 57, | |
| "*": 58, | |
| ",": 59, | |
| ".": 60, | |
| "/": 61, | |
| "0": 62, | |
| "1": 63, | |
| "2": 64, | |
| "3": 65, | |
| "4": 66, | |
| "5": 67, | |
| "6": 68, | |
| "7": 69, | |
| "8": 70, | |
| "9": 71, | |
| ":": 72, | |
| "<unk>": 51, | |
| "=": 73, | |
| "?": 74, | |
| "[": 75, | |
| "]": 76, | |
| "`": 77, | |
| "c": 78, | |
| "j": 79, | |
| "q": 80, | |
| "~": 81, | |
| "¢": 82, | |
| "ð": 83, | |
| "ô": 84, | |
| "ā": 85, | |
| "ē": 86, | |
| "ȳ": 87, | |
| "̄": 88, | |
| "ᴐ": 89, | |
| "ṽ": 90, | |
| "ỹ": 91, | |
| "–": 92, | |
| "‘": 93, | |
| "’": 94, | |
| "“": 95, | |
| "”": 96, | |
| "₵": 97 | |
| } | |