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 empathy_v2_results.json with huggingface_hub
Browse files- empathy_v2_results.json +12 -0
empathy_v2_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adapter": "empathy",
|
| 3 |
+
"uploaded_to": "empathy_v2",
|
| 4 |
+
"base_model": "Raiff1982/codette-llama-3.1-8b-merged",
|
| 5 |
+
"examples": 55,
|
| 6 |
+
"epochs": 6,
|
| 7 |
+
"lr": 0.0001,
|
| 8 |
+
"loss": 1.3668927209717887,
|
| 9 |
+
"steps": 84,
|
| 10 |
+
"seconds": 127.10328817367554,
|
| 11 |
+
"data_version": "v2-handauthored"
|
| 12 |
+
}
|