Instructions to use CodeSandwich/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use CodeSandwich/test with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://CodeSandwich/test") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,9 @@ funding:
|
|
| 10 |
ethereum:
|
| 11 |
ownedBy: "0x341a08926dCa7fa7D135F96E4d76b696e5f6d39"
|
| 12 |
sepolia:
|
| 13 |
-
ownedBy: 0x000000000000000000000000000000000050dead
|
| 14 |
chain:
|
| 15 |
-
ownedBy:
|
| 16 |
metrics:
|
| 17 |
- bleu
|
| 18 |
- bleurt
|
|
|
|
| 10 |
ethereum:
|
| 11 |
ownedBy: "0x341a08926dCa7fa7D135F96E4d76b696e5f6d39"
|
| 12 |
sepolia:
|
| 13 |
+
ownedBy: "0x000000000000000000000000000000000050dead"
|
| 14 |
chain:
|
| 15 |
+
ownedBy: 0x0123456789abcdef0123456789abcdef01234568
|
| 16 |
metrics:
|
| 17 |
- bleu
|
| 18 |
- bleurt
|