Instructions to use pere/nb-nn-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pere/nb-nn-dev with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="pere/nb-nn-dev")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pere/nb-nn-dev", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Saving weights and logs of epoch 6
Browse files
events.out.tfevents.1630877669.t1v-n-1a0a7c50-w-0.3153934.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9edd98b35e9c9144ad4909398b4275aa01cd0a6bd92f1d0bfcea1080612cddc8
|
| 3 |
+
size 718395
|
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1100762015
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2bbf309d416b0510f3bdde21161af23a75bc82f0c419eb9a9390e6fb2659210
|
| 3 |
size 1100762015
|