itsrocchi commited on
Commit
d79f488
·
1 Parent(s): d7919fc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ datasets:
4
+ - itsrocchi/seeweb-llama-it-set
5
+ language:
6
+ - it
7
+ ---
8
+ # Model Card for Model ID
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+ The model is a fine-tuned version of [LLama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) specialized into italian speaking.
13
+
14
+ <!-- Provide a longer summary of what this model is. -->
15
+
16
+
17
+ <!-- **Developed by:** [More Information Needed]
18
+ - **Shared by [optional]:** [More Information Needed]
19
+ - **Model type:** [More Information Needed] -->
20
+ - **Language(s) (NLP):** [Italian]
21
+ - **Finetuned from model: [LLama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)**
22
+
23
+ <!-- ### Model Sources [optional]
24
+
25
+ Provide the basic links for the model.
26
+
27
+ - **Repository:** [More Information Needed]
28
+ - **Paper [optional]:** [More Information Needed]
29
+ - **Demo [optional]:** [More Information Needed] -->
30
+
31
+
32
+ ## Bias, Risks, and Limitations
33
+
34
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
35
+
36
+ Due to a lack of training the model may not produce 100% correct output sentences.
37
+
38
+
39
+ ### Training Data
40
+
41
+ <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
42
+
43
+ The dataset used is [itsrocchi/seeweb-llama-it-set](https://huggingface.co/datasets/itsrocchi/seeweb-llama-it-set), a dataset containing 101 italian prompt-answer conversations.
44
+
45
+