euclidutz commited on
Commit
aeab677
1 Parent(s): 97d01de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # Model Card for Vaderissimo
2
 
3
  Vaderissimo is a custom-built text-based AI model designed for personalized learning and experimentation. It is trained on a diverse dataset of text inputs to enable high-quality natural language understanding and generation.
@@ -6,9 +11,9 @@ Vaderissimo is a custom-built text-based AI model designed for personalized lear
6
 
7
  ### Model Description
8
 
9
- - **Developed by:** [Your Name or Alias, e.g., Amadeuss]
10
- - **Funded by:** [Self-funded or your source of funding]
11
- - **Shared by:** [You or your organization]
12
  - **Model type:** Text-based language model
13
  - **Language(s) (NLP):** English
14
  - **License:** [MIT, Apache 2.0, or other open-source license, if applicable]
@@ -51,4 +56,4 @@ model = AutoModel.from_pretrained("username/Vaderissimo")
51
 
52
  input_text = "Your text here"
53
  outputs = model.generate(input_text)
54
- print(outputs)
 
1
+ ---
2
+ license: afl-3.0
3
+ language:
4
+ - en
5
+ ---
6
  # Model Card for Vaderissimo
7
 
8
  Vaderissimo is a custom-built text-based AI model designed for personalized learning and experimentation. It is trained on a diverse dataset of text inputs to enable high-quality natural language understanding and generation.
 
11
 
12
  ### Model Description
13
 
14
+ - **Developed by:** Amadeuss
15
+ - **Funded by:** Self-funded
16
+ - **Shared by:** Not-Shared
17
  - **Model type:** Text-based language model
18
  - **Language(s) (NLP):** English
19
  - **License:** [MIT, Apache 2.0, or other open-source license, if applicable]
 
56
 
57
  input_text = "Your text here"
58
  outputs = model.generate(input_text)
59
+ print(outputs)