Instructions to use chandar-lab/copep-checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chandar-lab/copep-checkpoints with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chandar-lab/copep-checkpoints", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ Each `task_N` subfolder contains a `config.json` and `model.safetensors`.
|
|
| 45 |
|
| 46 |
### Task mapping
|
| 47 |
|
| 48 |
-
- **task_0** :
|
| 49 |
- **task_1** – **task_9** : successive temporal splits of UniRef data
|
| 50 |
|
| 51 |
For methods that start from task_1 (continual, gradient_ascent, match,
|
|
|
|
| 45 |
|
| 46 |
### Task mapping
|
| 47 |
|
| 48 |
+
- **task_0** : 2015 (base model)
|
| 49 |
- **task_1** – **task_9** : successive temporal splits of UniRef data
|
| 50 |
|
| 51 |
For methods that start from task_1 (continual, gradient_ascent, match,
|