jorge-henao commited on
Commit
f4e1532
1 Parent(s): e0f0fa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -37,12 +37,8 @@ To address this issue, we are currently working on optimizing ways to integrate
37
  This model is an open-source chat model fine-tuned with [LoRA](https://github.com/microsoft/LoRA) inspired by [Baize project](https://github.com/project-baize/baize-chatbot/tree/main/). It was trained with the Baize datasets and the ask2democracy-cfqa-salud-pension dataset, wich contains almost 4k instructions to answers questions based on a context relevant to citizen concerns and public debate in spanish.
38
 
39
  Two model variations was trained during the Hackathon Somos NLP 2023:
40
- - A generative context focused model
41
- - A conversational style focused model
42
-
43
- This model variation is more focused on source based augmented retrieval generation. See Pre-proccessing dataset section.
44
- [Baizemocracy-conv](https://huggingface.co/hackathon-somos-nlp-2023/baizemocracy-lora-7B-cfqa-conv) is another variation focused in a more conversational way of asking questions.
45
-
46
 
47
  Testing is a work in progress, we decide to share both model variations with community in order to invovle more people experimenting what it works better and find other possible use cases.
48
 
 
37
  This model is an open-source chat model fine-tuned with [LoRA](https://github.com/microsoft/LoRA) inspired by [Baize project](https://github.com/project-baize/baize-chatbot/tree/main/). It was trained with the Baize datasets and the ask2democracy-cfqa-salud-pension dataset, wich contains almost 4k instructions to answers questions based on a context relevant to citizen concerns and public debate in spanish.
38
 
39
  Two model variations was trained during the Hackathon Somos NLP 2023:
40
+ - A generative context focused model: This model variation is more focused on source based augmented retrieval generation. See Pre-proccessing dataset section.
41
+ - A conversational style focused model: [Baizemocracy-conv](https://huggingface.co/hackathon-somos-nlp-2023/baizemocracy-lora-7B-cfqa-conv) is another variation focused in a more conversational way of asking questions.
 
 
 
 
42
 
43
  Testing is a work in progress, we decide to share both model variations with community in order to invovle more people experimenting what it works better and find other possible use cases.
44