bert-syntax / index.html
julien-c's picture
julien-c HF Staff
test something else
0f44d69
raw
history blame
506 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>bert-syntax</title>
<style>
html, body {
height: 100%;
}
</style>
</head>
<body>
<iframe src="https://docs.google.com/viewerng/viewer?url=https://huggingface.co/spaces/banana-projects/bert-syntax/resolve/main/extending-bert-syntax.pdf&embedded=true" frameborder="0" height="100%" width="100%">
</iframe>
</body>
</html>