Instructions to use Bearnardd/gpt2-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bearnardd/gpt2-imdb with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Bearnardd/gpt2-imdb") model = AutoModelForCausalLM.from_pretrained("Bearnardd/gpt2-imdb", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Highest reward model
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 510399237
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0321412a25c6c9b55ba532464ed876c5e0c7fc98e7a7f04befee8207db112d9a
|
| 3 |
size 510399237
|