Instructions to use Andrija/SRoBERTa-F with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Andrija/SRoBERTa-F with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Andrija/SRoBERTa-F")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Andrija/SRoBERTa-F") model = AutoModelForMaskedLM.from_pretrained("Andrija/SRoBERTa-F") - Notebooks
- Google Colab
- Kaggle
Commit ·
0756a2b
1
Parent(s): be66bc0
Added training graphs
Browse files- tensorboard/runs/Sep17_08-48-51/1631861373.8012724/events.out.tfevents.1631861373.DESKTOP-GORLUXOR.14768.1 +3 -0
- tensorboard/runs/Sep17_08-48-51/events.out.tfevents.1631861373.DESKTOP-GORLUXOR.14768.0 +3 -0
- tensorboard/runs/Sep17_08-48-51/events.out.tfevents.1633502491.DESKTOP-GORLUXOR.14768.2 +3 -0
tensorboard/runs/Sep17_08-48-51/1631861373.8012724/events.out.tfevents.1631861373.DESKTOP-GORLUXOR.14768.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:511ed313ca6321694642e51484aae5471f34600507e172ff792cdd0fcc827af4
|
| 3 |
+
size 4242
|
tensorboard/runs/Sep17_08-48-51/events.out.tfevents.1631861373.DESKTOP-GORLUXOR.14768.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:775e591a920087cb921d2518fed55841d863f4c22961384d9fbf93c03c330a11
|
| 3 |
+
size 3128516
|
tensorboard/runs/Sep17_08-48-51/events.out.tfevents.1633502491.DESKTOP-GORLUXOR.14768.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3991ede557dd7a8849479a6d19fc319b6adbc18f4ebecb23179fc6b08db37e18
|
| 3 |
+
size 602
|