Add proper library type (#10)
Browse files- Add proper library type (4ce9cf0631fe88075ae18743506c32025b7433a1)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
@@ -29,8 +29,8 @@ license: agpl-3.0
|
|
29 |
pipeline_tag: text-generation
|
30 |
co2_eq_emissions:
|
31 |
emissions: 700
|
32 |
-
training_type:
|
33 |
-
|
34 |
---
|
35 |
|
36 |
# miniG
|
|
|
29 |
pipeline_tag: text-generation
|
30 |
co2_eq_emissions:
|
31 |
emissions: 700
|
32 |
+
training_type: fine-tuning
|
33 |
+
library_name: transformers
|
34 |
---
|
35 |
|
36 |
# miniG
|