Translation
Transformers
Safetensors
English
NLTOFOL
NL
FOL
semantic-parsing
formal-logic
first-order-logic
compositional-generalization
Instructions to use fvossel/OLMo-2-0325-32B-Instruct-groves with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fvossel/OLMo-2-0325-32B-Instruct-groves 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="fvossel/OLMo-2-0325-32B-Instruct-groves")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fvossel/OLMo-2-0325-32B-Instruct-groves", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,7 @@ base_model:
|
|
| 4 |
library_name: transformers
|
| 5 |
license: apache-2.0
|
| 6 |
datasets:
|
| 7 |
-
-
|
| 8 |
-
- yuan-yang/MALLS-v0
|
| 9 |
language:
|
| 10 |
- en
|
| 11 |
pipeline_tag: translation
|
|
@@ -143,4 +142,4 @@ Fine-tuning used LoRA adapters on the pre-trained OLMo model with:
|
|
| 143 |
- **Early stopping patience:** 4 epochs
|
| 144 |
- **DDP parameters:**
|
| 145 |
- `ddp_find_unused_parameters=False`
|
| 146 |
-
- `ddp_backend="nccl"`
|
|
|
|
| 4 |
library_name: transformers
|
| 5 |
license: apache-2.0
|
| 6 |
datasets:
|
| 7 |
+
- fvossel/groves
|
|
|
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
pipeline_tag: translation
|
|
|
|
| 142 |
- **Early stopping patience:** 4 epochs
|
| 143 |
- **DDP parameters:**
|
| 144 |
- `ddp_find_unused_parameters=False`
|
| 145 |
+
- `ddp_backend="nccl"`
|