CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
1/**2 * Map of invalid numeric character references to their replacements, according to HTML.3 *4 * @type {Record<number, string>}5 */6export const characterReferenceInvalid: Record<number, string>7 
basant307/AI_Governance_Project · CoolFace