misterkilgore commited on
Commit
a24cf3f
1 Parent(s): e122ac1

Complete model card

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ thumbnail: "url to a thumbnail used in social sharing"
5
+ tags:
6
+ - psychology
7
+ - distilgpt2
8
+ widget:
9
+ - text: "Il cognitivismo"
10
+ - text: "Parliamo di attaccamento"
11
+ - text: "Le cause del disturbo d'ansia nei bambini sono"
12
+ ---
13
+
14
+ # Italian Psychology opt-350m
15
+
16
+ This model is a fine-tuned version of the Meta OPT-350M language model, trained on a dataset of Italian psychology articles.
17
+ It is capable of generating human-like text on topics related to psychology and mental health in Italian language.
18
+
19
+ ## Model details
20
+
21
+ The base model used for fine-tuning is the Meta OPT-350M, with a transformer architecture and 350M parameters.
22
+ The fine-tuning dataset consists of approximately 10,000 Italian psychology articles.
23
+
24
+ ## Example usage
25
+
26
+ ```python
27
+ from transformers import pipeline
28
+
29
+ nlp = pipeline("text-generation", model="misterkilgore/opt-350m-psy-ita")
30
+
31
+ generated_text = nlp("Le cause del disturbo d'ansia nei bambini sono", max_length=100)
32
+ print(generated_text)
33
+ ```
34
+
35
+ ## Limitations and bias
36
+ This model has been trained on a dataset of Italian psychology articles and may not perform well on other types of text or in other languages.
37
+ Additionally, the dataset used to fine-tune the model may contain biases and limitations, which will be reflected in the generated text.
38
+
39
+ ## Dataset
40
+ The dataset used to fine-tune this model is composed of Italian psychology articles.
41
+ It contains various topics on mental health and psychology, but some limitations and biases may be present. This model is meant to be used only for research and educational purposes.
42
+
43
+ ## Training data
44
+ The training data is composed of Italian psychology articles.
45
+ Fine-tuning was performed on this dataset to adapt the base OPT-350m model to the specific topic of psychology and mental health in Italian language.