Instructions to use pwcd/testvis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pwcd/testvis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="pwcd/testvis")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("pwcd/testvis") model = AutoModelForMaskedLM.from_pretrained("pwcd/testvis") - Notebooks
- Google Colab
- Kaggle
Upload twitch_unique_base_5mill_bottest_epoch_5.pth
Browse files
twitch_unique_base_5mill_bottest_epoch_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83604bf4a36acb9f8d660c8e93a3978ea5d04d4138c42bfc87fb9dce179ff22c
|
| 3 |
+
size 498194322
|