Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,13 @@ language:
|
|
8 |
- en
|
9 |
datasets:
|
10 |
- flytech/python-codes-25k
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
tags:
|
12 |
- text2code
|
13 |
- LoRA
|
@@ -49,7 +56,7 @@ model and merge the finetuned adapter on top.
|
|
49 |
```
|
50 |
|
51 |
```python
|
52 |
-
instruction = """
|
53 |
```
|
54 |
```python
|
55 |
from peft import PeftModel, PeftConfig
|
|
|
8 |
- en
|
9 |
datasets:
|
10 |
- flytech/python-codes-25k
|
11 |
+
co2_eq_emissions:
|
12 |
+
emissions: 1190
|
13 |
+
source: >-
|
14 |
+
Quantifying the Carbon Emissions of Machine Learning
|
15 |
+
https://mlco2.github.io/impact#compute
|
16 |
+
training_type: finetuning
|
17 |
+
hardware_used: 1 P100 16GB GPU
|
18 |
tags:
|
19 |
- text2code
|
20 |
- LoRA
|
|
|
56 |
```
|
57 |
|
58 |
```python
|
59 |
+
instruction = """"Help me set up my daily to-do list!""""
|
60 |
```
|
61 |
```python
|
62 |
from peft import PeftModel, PeftConfig
|