Instructions to use justtherightsize/robeczech-binary-supportive-interactions-cs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use justtherightsize/robeczech-binary-supportive-interactions-cs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="justtherightsize/robeczech-binary-supportive-interactions-cs")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("justtherightsize/robeczech-binary-supportive-interactions-cs") model = AutoModel.from_pretrained("justtherightsize/robeczech-binary-supportive-interactions-cs") - Notebooks
- Google Colab
- Kaggle
Commit ·
c4e6174
1
Parent(s): 747ccae
Upload model
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "./results/
|
| 3 |
"architectures": [
|
| 4 |
"RobertaModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "./results/171/2/split-2_eacl_256_02c_ts0_id-171",
|
| 3 |
"architectures": [
|
| 4 |
"RobertaModel"
|
| 5 |
],
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 503856617
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b708d609617a9e4027e4dd902c20af25e1f527e1aba9666a6592396f7eb01ae1
|
| 3 |
size 503856617
|