galactica-125m / README.md
jacobthebanana's picture
Update README.md
1f6f118
|
raw
history blame contribute delete
No virus
785 Bytes
metadata
license: cc-by-nc-4.0

JAX weights converted from Torch checkpoint at facebook/galactica-125m.

>>> from transformers import FlaxOPTForCausalLM
>>> model = FlaxOPTForCausalLM.from_pretrained("facebook/galactica-125m", from_pt=True)
>>> model.push_to_hub(hf_model_repo)

Citation and Attribution

Citation from the original repo is reproduced below as per the cc-by-nc-4.0 licsense.

@inproceedings{GALACTICA,
    title={GALACTICA: A Large Language Model for Science},
    author={Ross Taylor and Marcin Kardas and Guillem Cucurull and Thomas Scialom and Anthony Hartshorn and Elvis Saravia and Andrew Poulton and Viktor Kerkez and Robert Stojnic},
    year={2022}
}

Research supported with Cloud TPUs from Google's TPU Research Cloud (TRC)