Instructions to use Raiff1982/codette-lora-adapters with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Raiff1982/codette-lora-adapters with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Upload perspectives_v3_results.json with huggingface_hub
Browse files- perspectives_v3_results.json +20 -0
perspectives_v3_results.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"quantum": {
|
| 3 |
+
"loss": 2.73899163140191,
|
| 4 |
+
"steps": 18,
|
| 5 |
+
"examples": 12,
|
| 6 |
+
"epochs": 6
|
| 7 |
+
},
|
| 8 |
+
"multi_perspective": {
|
| 9 |
+
"loss": 2.8047790129979453,
|
| 10 |
+
"steps": 24,
|
| 11 |
+
"examples": 10,
|
| 12 |
+
"epochs": 8
|
| 13 |
+
},
|
| 14 |
+
"newton": {
|
| 15 |
+
"loss": 1.9104636410872142,
|
| 16 |
+
"steps": 36,
|
| 17 |
+
"examples": 21,
|
| 18 |
+
"epochs": 6
|
| 19 |
+
}
|
| 20 |
+
}
|