Instructions to use bertin-project/bertin-base-random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bertin-project/bertin-base-random with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="bertin-project/bertin-base-random")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("bertin-project/bertin-base-random") model = AutoModelForMaskedLM.from_pretrained("bertin-project/bertin-base-random") - Notebooks
- Google Colab
- Kaggle
Updating logs
Browse files- .gitignore +1 -1
- run_stream.log +3 -0
.gitignore
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
run*.log
|
| 2 |
debug*.log
|
| 3 |
run*.wandb
|
| 4 |
wandb/
|
|
|
|
| 1 |
+
#run*.log
|
| 2 |
debug*.log
|
| 3 |
run*.wandb
|
| 4 |
wandb/
|
run_stream.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f49f7d8630036393a27123c4aa759150e7298dad263479b359385280d9dfb6b
|
| 3 |
+
size 40071043
|