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
File size: 551 Bytes
2254c03 1797bae 2254c03 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"\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
}
|