Create LICENSE.md
Browse files- LICENSE.md +89 -0
LICENSE.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# π InfiniGPT Dataset License
|
2 |
+
|
3 |
+
## **Creative Commons Attribution 4.0 International (CC BY 4.0)**
|
4 |
+
|
5 |
+
---
|
6 |
+
|
7 |
+
### **π― You are free to:**
|
8 |
+
|
9 |
+
β
**Share** β copy, distribute, and communicate the material by any means and in any format
|
10 |
+
β
**Adapt** β remix, transform, and build upon the material
|
11 |
+
β
**Commercial Use** β use this dataset in a commercial context
|
12 |
+
β
**Fine-tuning** β train AI models with this dataset
|
13 |
+
β
**Redistribution** β publish modified versions
|
14 |
+
|
15 |
+
---
|
16 |
+
|
17 |
+
### **βοΈ Under the following terms:**
|
18 |
+
|
19 |
+
**π·οΈ Mandatory Attribution** β You must give appropriate credit, provide a link to the license, and indicate if changes were made.
|
20 |
+
|
21 |
+
**Required Credit:**
|
22 |
+
|
23 |
+
```
|
24 |
+
Dataset: InfiniGPT
|
25 |
+
Creator: ThΓ©o (RDTvlokip)
|
26 |
+
Source: [GitHub/HuggingFace link]
|
27 |
+
License: CC BY 4.0
|
28 |
+
```
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
### **π Recommended Use:**
|
33 |
+
|
34 |
+
#### **For Academic/Research Use:**
|
35 |
+
|
36 |
+
```bibtex
|
37 |
+
@dataset{infinigpt2025,
|
38 |
+
title={InfiniGPT: Large-Scale French Q&A Dataset},
|
39 |
+
author={ThΓ©o (RDTvlokip)},
|
40 |
+
year={2025},
|
41 |
+
url={[Dataset URL]},
|
42 |
+
license={CC BY 4.0}
|
43 |
+
}
|
44 |
+
```
|
45 |
+
|
46 |
+
#### **For Commercial Use:**
|
47 |
+
|
48 |
+
* Include in your credits/documentation
|
49 |
+
* Link to the original dataset
|
50 |
+
* Credit "ThΓ©o (RDTvlokip)" visibly
|
51 |
+
|
52 |
+
---
|
53 |
+
|
54 |
+
### **π« Restrictions:**
|
55 |
+
|
56 |
+
β **No Warranty** β The dataset is provided "as is" without any warranty.
|
57 |
+
β **No Liability** β The author is not liable for any use.
|
58 |
+
β **Compliance with Laws** β Use must comply with local laws.
|
59 |
+
|
60 |
+
---
|
61 |
+
|
62 |
+
### **β‘ Special Permissions:**
|
63 |
+
|
64 |
+
π€ **AI/ML Training** β Explicit permission for model training
|
65 |
+
π’ **Commercial Use** β Startups, companies, commercial research OK
|
66 |
+
π **Educational Use** β Universities, schools, training allowed
|
67 |
+
π **Modifications** β Improvement, extension, translation allowed
|
68 |
+
|
69 |
+
---
|
70 |
+
|
71 |
+
### **π Contact:**
|
72 |
+
|
73 |
+
**Creator:** ThΓ©o (RDTvlokip)
|
74 |
+
**GitHub:** [My GitHub](https://github.com/RDTvlokip)
|
75 |
+
**Hugging Face:** [My Hugging Face](https://huggingface.co/RDTvlokip)
|
76 |
+
|
77 |
+
---
|
78 |
+
|
79 |
+
### **π Thanks:**
|
80 |
+
|
81 |
+
If you use InfiniGPT in your projects, a shout-out or mention on Twitter would be appreciated!
|
82 |
+
|
83 |
+
**#InfiniGPT #FrenchAI #OpenData #MadeByStudent**
|
84 |
+
|
85 |
+
---
|
86 |
+
|
87 |
+
**Β© 2025 ThΓ©o (RDTvlokip) β All rights reserved under CC BY 4.0**
|
88 |
+
|
89 |
+
*"Created by a passionate student for the francophone AI community"* π
|