This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"embeddings": [ | |
{ | |
"tensorName": "Embeddings: concat 4 últimas camadas BERTimbau large", | |
"tensorShape": [ | |
4096, | |
337 | |
], | |
"tensorPath": "https://raw.githubusercontent.com/dev-leandrodias/BERTimbautv1visualizacao/blob/main/sempooling/records_4096_large.tsv", | |
"metadataPath": "https://raw.githubusercontent.com/dev-leandrodias/BERTimbautv1visualizacao/blob/main/sempooling/meta_4096_large.tsv" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta id="viewport" name="viewport" content="width=device-width, usersalable=no"> | |
<title>Projeto 2</title> | |
<link rel="stylesheet" type="text/css" href="style.css"> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let _ = require('lodash'); | |
let games = [ | |
{ | |
name: 'Street Fighter', | |
year: 1990 | |
}, | |
{ | |
name: 'Mortal Kombat' , |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let _ = require('lodash'); | |
let games = [ | |
{ | |
name: 'Street Fighter', | |
year: 1990 | |
}, | |
{ |