claudios commited on
Commit
f9a388c
·
verified ·
1 Parent(s): 36ff83e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -12,6 +12,14 @@ tags:
12
  ## Overview
13
  This model is the unofficial HuggingFace version of "[CuBERT](https://github.com/google-research/google-research/tree/master/cubert)". In particular, this version comes from [gs://cubert/20210711_Python/pre_trained_model_epochs_2__length_512](https://console.cloud.google.com/storage/browser/cubert/20210711_Python/pre_trained_model_epochs_2__length_512). It was trained 2021-07-11 for 2 epochs with a 512 token context window on the Python BigQuery dataset. I manually converted the Tensorflow checkpoint to PyTorch and have uploaded it here. The [tokenizer](https://github.com/google-research/google-research/blob/master/cubert/python_tokenizer.py) has not been converted yet. All credit goes to Aditya Kanade, Petros Maniatis, Gogul Balakrishnan, and Kensen Shi.
14
 
 
 
 
 
 
 
 
 
15
  Citation:
16
  ```bibtex
17
  @inproceedings{cubert,
 
12
  ## Overview
13
  This model is the unofficial HuggingFace version of "[CuBERT](https://github.com/google-research/google-research/tree/master/cubert)". In particular, this version comes from [gs://cubert/20210711_Python/pre_trained_model_epochs_2__length_512](https://console.cloud.google.com/storage/browser/cubert/20210711_Python/pre_trained_model_epochs_2__length_512). It was trained 2021-07-11 for 2 epochs with a 512 token context window on the Python BigQuery dataset. I manually converted the Tensorflow checkpoint to PyTorch and have uploaded it here. The [tokenizer](https://github.com/google-research/google-research/blob/master/cubert/python_tokenizer.py) has not been converted yet. All credit goes to Aditya Kanade, Petros Maniatis, Gogul Balakrishnan, and Kensen Shi.
14
 
15
+ The other versions are available here:
16
+ [cubert-20210711-Python-512](https://huggingface.co/claudios/cubert-20210711-Python-512/)
17
+ [cubert-20210711-Python-1024](https://huggingface.co/claudios/cubert-20210711-Python-1024/)
18
+ [cubert-20210711-Python-2048](https://huggingface.co/claudios/cubert-20210711-Python-2048/)
19
+ [cubert-20210711-Java-512](https://huggingface.co/claudios/cubert-20210711-Java-512/)
20
+ [cubert-20210711-Java-1024](https://huggingface.co/claudios/cubert-20210711-Java-1024/)
21
+ [cubert-20210711-Java-2048](https://huggingface.co/claudios/cubert-20210711-Java-2048/)
22
+
23
  Citation:
24
  ```bibtex
25
  @inproceedings{cubert,