neovalle commited on
Commit
41d0652
1 Parent(s): d6ebe9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -27
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
- <!-- Provide a longer summary of what this model is. -->
 
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
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
 
39
  ### Direct Use
40
 
41
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
 
43
- [More Information Needed]
44
 
45
- ### Downstream Use [optional]
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