taidopurason commited on
Commit
e930cb2
1 Parent(s): 42baa8b

Added links to additional resources to the README

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -16,6 +16,12 @@ Llama-2-7B finetuned in two stages:
16
 
17
  [Alpaca-est](https://github.com/TartuNLP/alpaca-est) is an instruction dataset generated for Estonian with *gpt-3.5-turbo-0613*, following Alpaca. More details in our [paper](https://arxiv.org/abs/2404.04042).
18
 
 
 
 
 
 
 
19
 
20
  ### Using the model
21
 
 
16
 
17
  [Alpaca-est](https://github.com/TartuNLP/alpaca-est) is an instruction dataset generated for Estonian with *gpt-3.5-turbo-0613*, following Alpaca. More details in our [paper](https://arxiv.org/abs/2404.04042).
18
 
19
+ Additional resources:
20
+ * Paper: [arxiv.org/abs/2404.04042](https://arxiv.org/abs/2404.04042)
21
+ * Code: [github.com/TartuNLP/llammas](https://github.com/TartuNLP/llammas)
22
+ * Base model: [tartuNLP/Llammas-base](https://huggingface.co/tartuNLP/Llammas-base)
23
+ * 4-bit quantized model in GGUF: [AlbertUnn/LlammasGGUF](https://huggingface.co/AlbertUnn/LlammasGGUF)
24
+ * Alpaca-est dataset: [github.com/TartuNLP/alpaca-est](https://github.com/TartuNLP/alpaca-est)
25
 
26
  ### Using the model
27