Instructions to use gridwolf/gemma2b-piisynth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gridwolf/gemma2b-piisynth with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("gridwolf/gemma2b-piisynth", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "label2id": { | |
| "B-account_number": 0, | |
| "B-address": 1, | |
| "B-api_key": 2, | |
| "B-bank_routing_number": 3, | |
| "B-biometric_identifier": 4, | |
| "B-certificate_license_number": 5, | |
| "B-city": 6, | |
| "B-company_name": 7, | |
| "B-coordinate": 8, | |
| "B-country": 9, | |
| "B-credit_card_number": 10, | |
| "B-customer_id": 11, | |
| "B-cvv": 12, | |
| "B-date": 13, | |
| "B-date_of_birth": 14, | |
| "B-date_time": 15, | |
| "B-device_identifier": 16, | |
| "B-email": 17, | |
| "B-employee_id": 18, | |
| "B-first_name": 19, | |
| "B-ipv4": 20, | |
| "B-ipv6": 21, | |
| "B-last_name": 22, | |
| "B-license_plate": 23, | |
| "B-medical_record_number": 24, | |
| "B-name": 25, | |
| "B-password": 26, | |
| "B-phone_number": 27, | |
| "B-postcode": 28, | |
| "B-ssn": 29, | |
| "B-street_address": 30, | |
| "B-tax_id": 31, | |
| "B-time": 32, | |
| "B-unique_identifier": 33, | |
| "B-url": 34, | |
| "B-user_name": 35, | |
| "B-vehicle_identifier": 36, | |
| "I-account_number": 37, | |
| "I-address": 38, | |
| "I-api_key": 39, | |
| "I-bank_routing_number": 40, | |
| "I-biometric_identifier": 41, | |
| "I-certificate_license_number": 42, | |
| "I-city": 43, | |
| "I-company_name": 44, | |
| "I-coordinate": 45, | |
| "I-country": 46, | |
| "I-credit_card_number": 47, | |
| "I-customer_id": 48, | |
| "I-cvv": 49, | |
| "I-date": 50, | |
| "I-date_of_birth": 51, | |
| "I-date_time": 52, | |
| "I-device_identifier": 53, | |
| "I-email": 54, | |
| "I-employee_id": 55, | |
| "I-first_name": 56, | |
| "I-ipv4": 57, | |
| "I-ipv6": 58, | |
| "I-last_name": 59, | |
| "I-license_plate": 60, | |
| "I-medical_record_number": 61, | |
| "I-name": 62, | |
| "I-password": 63, | |
| "I-phone_number": 64, | |
| "I-postcode": 65, | |
| "I-ssn": 66, | |
| "I-street_address": 67, | |
| "I-tax_id": 68, | |
| "I-time": 69, | |
| "I-unique_identifier": 70, | |
| "I-url": 71, | |
| "I-user_name": 72, | |
| "I-vehicle_identifier": 73, | |
| "O": 74 | |
| }, | |
| "id2label": { | |
| "0": "B-account_number", | |
| "1": "B-address", | |
| "2": "B-api_key", | |
| "3": "B-bank_routing_number", | |
| "4": "B-biometric_identifier", | |
| "5": "B-certificate_license_number", | |
| "6": "B-city", | |
| "7": "B-company_name", | |
| "8": "B-coordinate", | |
| "9": "B-country", | |
| "10": "B-credit_card_number", | |
| "11": "B-customer_id", | |
| "12": "B-cvv", | |
| "13": "B-date", | |
| "14": "B-date_of_birth", | |
| "15": "B-date_time", | |
| "16": "B-device_identifier", | |
| "17": "B-email", | |
| "18": "B-employee_id", | |
| "19": "B-first_name", | |
| "20": "B-ipv4", | |
| "21": "B-ipv6", | |
| "22": "B-last_name", | |
| "23": "B-license_plate", | |
| "24": "B-medical_record_number", | |
| "25": "B-name", | |
| "26": "B-password", | |
| "27": "B-phone_number", | |
| "28": "B-postcode", | |
| "29": "B-ssn", | |
| "30": "B-street_address", | |
| "31": "B-tax_id", | |
| "32": "B-time", | |
| "33": "B-unique_identifier", | |
| "34": "B-url", | |
| "35": "B-user_name", | |
| "36": "B-vehicle_identifier", | |
| "37": "I-account_number", | |
| "38": "I-address", | |
| "39": "I-api_key", | |
| "40": "I-bank_routing_number", | |
| "41": "I-biometric_identifier", | |
| "42": "I-certificate_license_number", | |
| "43": "I-city", | |
| "44": "I-company_name", | |
| "45": "I-coordinate", | |
| "46": "I-country", | |
| "47": "I-credit_card_number", | |
| "48": "I-customer_id", | |
| "49": "I-cvv", | |
| "50": "I-date", | |
| "51": "I-date_of_birth", | |
| "52": "I-date_time", | |
| "53": "I-device_identifier", | |
| "54": "I-email", | |
| "55": "I-employee_id", | |
| "56": "I-first_name", | |
| "57": "I-ipv4", | |
| "58": "I-ipv6", | |
| "59": "I-last_name", | |
| "60": "I-license_plate", | |
| "61": "I-medical_record_number", | |
| "62": "I-name", | |
| "63": "I-password", | |
| "64": "I-phone_number", | |
| "65": "I-postcode", | |
| "66": "I-ssn", | |
| "67": "I-street_address", | |
| "68": "I-tax_id", | |
| "69": "I-time", | |
| "70": "I-unique_identifier", | |
| "71": "I-url", | |
| "72": "I-user_name", | |
| "73": "I-vehicle_identifier", | |
| "74": "O" | |
| } | |
| } |