Update README.md
Browse files
README.md
CHANGED
@@ -12,47 +12,33 @@ This modelcard aims to be a base template for new models. It has been generated
|
|
12 |
|
13 |
### Model Description
|
14 |
|
15 |
-
|
|
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
|
19 |
-
- **Developed by:** [More Information Needed]
|
20 |
-
- **Funded by [optional]:** [More Information Needed]
|
21 |
-
- **Shared by [optional]:** [More Information Needed]
|
22 |
-
- **Model type:** [More Information Needed]
|
23 |
-
- **Language(s) (NLP):** [More Information Needed]
|
24 |
-
- **License:** [More Information Needed]
|
25 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
26 |
-
|
27 |
-
### Model Sources [optional]
|
28 |
-
|
29 |
-
<!-- Provide the basic links for the model. -->
|
30 |
-
|
31 |
-
- **Repository:** [More Information Needed]
|
32 |
-
- **Paper [optional]:** [More Information Needed]
|
33 |
-
- **Demo [optional]:** [More Information Needed]
|
34 |
-
|
35 |
## Uses
|
36 |
|
37 |
-
|
38 |
|
39 |
### Direct Use
|
40 |
|
41 |
-
|
42 |
|
43 |
-
|
44 |
|
45 |
-
|
46 |
-
|
47 |
-
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
48 |
-
|
49 |
-
[More Information Needed]
|
50 |
|
51 |
### Out-of-Scope Use
|
52 |
|
53 |
-
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
54 |
|
55 |
-
[More Information Needed]
|
56 |
|
57 |
## Bias, Risks, and Limitations
|
58 |
|
|
|
12 |
|
13 |
### Model Description
|
14 |
|
15 |
+
This is model is a fine-tuned version of google/flan-t5-large finetuned with the H4rmony dataset which aims
|
16 |
+
to better align the model with ecological values through the use of ecolinguistics principles.
|
17 |
|
18 |
+
- **Developed by:** Jorge Vallego
|
19 |
+
- **Funded by :** Neovalle Ltd.
|
20 |
+
- **Shared by :** airesearch@neovalle.co.uk
|
21 |
+
- **Model type:** t5
|
22 |
+
- **Language(s) (NLP):** English
|
23 |
+
- **License:** MIT
|
24 |
+
- **Finetuned from model:** google/flan-t5-large
|
25 |
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Uses
|
28 |
|
29 |
+
Intended as PoC to show the effect of H4rmony dataset.
|
30 |
|
31 |
### Direct Use
|
32 |
|
33 |
+
For testing purposes to gain insight in order to the continous improvement of the H4rmony dataset.
|
34 |
|
35 |
+
### Downstream Use
|
36 |
|
37 |
+
Not recommended as this model is under testing for a specific task only.
|
|
|
|
|
|
|
|
|
38 |
|
39 |
### Out-of-Scope Use
|
40 |
|
|
|
41 |
|
|
|
42 |
|
43 |
## Bias, Risks, and Limitations
|
44 |
|