second commit
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: distilgpt2
|
| 3 |
library_name: peft
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
-
- base_model:adapter:distilgpt2
|
| 7 |
- lora
|
| 8 |
- transformers
|
| 9 |
---
|
|
@@ -204,4 +204,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 204 |
[More Information Needed]
|
| 205 |
### Framework versions
|
| 206 |
|
| 207 |
-
- PEFT 0.18.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: distilbert/distilgpt2
|
| 3 |
library_name: peft
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
+
- base_model:adapter:distilbert/distilgpt2
|
| 7 |
- lora
|
| 8 |
- transformers
|
| 9 |
---
|
|
|
|
| 204 |
[More Information Needed]
|
| 205 |
### Framework versions
|
| 206 |
|
| 207 |
+
- PEFT 0.18.1
|