Datasets:
Commit
·
8a45279
1
Parent(s):
b60fbbf
Agregar QR para donaciones BTC y XMR
Browse files- .gitignore +2 -1
- README.md +28 -0
- assets/donacion_btc.png +3 -0
- assets/donacion_xmr.png +3 -0
.gitignore
CHANGED
@@ -172,4 +172,5 @@ cython_debug/
|
|
172 |
|
173 |
# PyPI configuration file
|
174 |
.pypirc
|
175 |
-
__init__.py
|
|
|
|
172 |
|
173 |
# PyPI configuration file
|
174 |
.pypirc
|
175 |
+
__init__.py
|
176 |
+
donations.py
|
README.md
CHANGED
@@ -137,3 +137,31 @@ print(arousal_df.head())
|
|
137 |
print("\nEjemplos – AROUSAL:")
|
138 |
print(arousal_df.head())
|
139 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
print("\nEjemplos – AROUSAL:")
|
138 |
print(arousal_df.head())
|
139 |
```
|
140 |
+
|
141 |
+
|
142 |
+
---
|
143 |
+
|
144 |
+
---
|
145 |
+
|
146 |
+
## 💸 Donaciones
|
147 |
+
|
148 |
+
Si este dataset te ha sido útil y deseas apoyar su desarrollo, puedes contribuir con una donación en Bitcoin o Monero. Estas contribuciones ayudan a mantener y expandir recursos abiertos para el procesamiento del lenguaje en español chileno.
|
149 |
+
|
150 |
+
### Bitcoin (BTC – On-chain)
|
151 |
+
|
152 |
+
**Dirección:**
|
153 |
+

|
154 |
+
`bc1p2t0gfxe3c0yw3rm3mdpgkrqwrpphgklhdt55lus3lmp4e86ljhnq4qkmp6`
|
155 |
+
|
156 |
+
Puedes usar cualquier billetera compatible con direcciones tipo taproot (P2TR).
|
157 |
+
---
|
158 |
+
|
159 |
+
### Monero (XMR – Anónimo)
|
160 |
+
|
161 |
+
**Dirección:**
|
162 |
+

|
163 |
+
`44dS68RZrCY2cnoEWZYhtJJ3DXY52x75D2kCTLqffhpTWCFJUcty89W2VVUKCqE4J4WH8dnUJHCT1XQsXFkEKNyvQzqx8ar`
|
164 |
+
---
|
165 |
+
|
166 |
+
Gracias por apoyar el software libre y la investigación abierta.
|
167 |
+
|
assets/donacion_btc.png
ADDED
![]() |
Git LFS Details
|
assets/donacion_xmr.png
ADDED
![]() |
Git LFS Details
|