Created
July 31, 2022 01:13
-
-
Save leandroCodeDev/3eefc379dbaedd8648d5214caa0eac4d to your computer and use it in GitHub Desktop.
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
| { | |
| "embeddings": [ | |
| { | |
| "tensorName": "Embeddings: concat 4 últimas BERTimbau base", | |
| "tensorShape": [ | |
| 3072, | |
| 337 | |
| ], | |
| "tensorPath": "https://raw.githubusercontent.com/dev-leandrodias/BERTimbautv1visualizacao/blob/main/compooling/records_4096_large_pool.tsv", | |
| "metadataPath": "https://raw.githubusercontent.com/dev-leandrodias/BERTimbautv1visualizacao/blob/main/compooling/meta_4096_large_pool.tsv" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment