jorge-henao
commited on
Commit
•
2d0db97
1
Parent(s):
6ef98e1
Update README.md
Browse files
README.md
CHANGED
@@ -105,6 +105,7 @@ def generate(text):
|
|
105 |
|
106 |
baizemocracy-lora-7B-cfqa-conv model:
|
107 |
```python
|
|
|
108 |
text = """
|
109 |
The conversation between human and AI assistant.Given the context answer the Human question.
|
110 |
Context:'Ratificación del Plan Nacional de Desarrollo y de la Estrategia Nacional de
|
@@ -159,4 +160,4 @@ def format_instruction_with_context(example):
|
|
159 |
|
160 |
```
|
161 |
|
162 |
-
More details can be found in the Ask2Democracy [GitHub](https://github.com/jorge-henao/ask2democracy)
|
|
|
105 |
|
106 |
baizemocracy-lora-7B-cfqa-conv model:
|
107 |
```python
|
108 |
+
#Text taken from Mexican political reform from https://www.gob.mx/cms/uploads/attachment/file/3080/EXPLICACION_AMPLIADA_REFORMA_POLITICA_ELECTORAL.pdf
|
109 |
text = """
|
110 |
The conversation between human and AI assistant.Given the context answer the Human question.
|
111 |
Context:'Ratificación del Plan Nacional de Desarrollo y de la Estrategia Nacional de
|
|
|
160 |
|
161 |
```
|
162 |
|
163 |
+
More details can be found in the Ask2Democracy project [GitHub](https://github.com/jorge-henao/ask2democracy)
|