Update README.md
Browse files
README.md
CHANGED
@@ -17,19 +17,19 @@ tags:
|
|
17 |
- instruction2code
|
18 |
---
|
19 |
|
20 |
-
#
|
21 |
|
22 |
-
Generate
|
23 |
|
24 |
|
25 |
-
##
|
26 |
|
27 |
-
###
|
28 |
|
29 |
-
|
30 |
|
31 |
|
32 |
-
- **Model type:**
|
33 |
- **Language(s) (NLP):** English
|
34 |
- **License:** openrail
|
35 |
- **Finetuned from model [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn?text=The+tower+is+324+metres+%281%2C063+ft%29+tall%2C+about+the+same+height+as+an+81-storey+building%2C+and+the+tallest+structure+in+Paris.+Its+base+is+square%2C+measuring+125+metres+%28410+ft%29+on+each+side.+During+its+construction%2C+the+Eiffel+Tower+surpassed+the+Washington+Monument+to+become+the+tallest+man-made+structure+in+the+world%2C+a+title+it+held+for+41+years+until+the+Chrysler+Building+in+New+York+City+was+finished+in+1930.+It+was+the+first+structure+to+reach+a+height+of+300+metres.+Due+to+the+addition+of+a+broadcasting+aerial+at+the+top+of+the+tower+in+1957%2C+it+is+now+taller+than+the+Chrysler+Building+by+5.2+metres+%2817+ft%29.+Excluding+transmitters%2C+the+Eiffel+Tower+is+the+second+tallest+free-standing+structure+in+France+after+the+Millau+Viaduct.)**
|
|
|
17 |
- instruction2code
|
18 |
---
|
19 |
|
20 |
+
# Llama-2-7b-Chat-GPTQ fine-tuned on PYTHON-CODES-25K
|
21 |
|
22 |
+
Generate Python code that accomplishes the task instructed.
|
23 |
|
24 |
|
25 |
+
## LoRA Adpater Head
|
26 |
|
27 |
+
### Description
|
28 |
|
29 |
+
Parameter Efficient Finetuning(PEFT) a 4bit quantized Llama-2-7b-Chat from TheBloke/Llama-2-7b-Chat-GPTQ on flytech/python-codes-25k dataset.
|
30 |
|
31 |
|
32 |
+
- **Model type:**
|
33 |
- **Language(s) (NLP):** English
|
34 |
- **License:** openrail
|
35 |
- **Finetuned from model [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn?text=The+tower+is+324+metres+%281%2C063+ft%29+tall%2C+about+the+same+height+as+an+81-storey+building%2C+and+the+tallest+structure+in+Paris.+Its+base+is+square%2C+measuring+125+metres+%28410+ft%29+on+each+side.+During+its+construction%2C+the+Eiffel+Tower+surpassed+the+Washington+Monument+to+become+the+tallest+man-made+structure+in+the+world%2C+a+title+it+held+for+41+years+until+the+Chrysler+Building+in+New+York+City+was+finished+in+1930.+It+was+the+first+structure+to+reach+a+height+of+300+metres.+Due+to+the+addition+of+a+broadcasting+aerial+at+the+top+of+the+tower+in+1957%2C+it+is+now+taller+than+the+Chrysler+Building+by+5.2+metres+%2817+ft%29.+Excluding+transmitters%2C+the+Eiffel+Tower+is+the+second+tallest+free-standing+structure+in+France+after+the+Millau+Viaduct.)**
|