ggbetz commited on
Commit
fdd5784
·
verified ·
1 Parent(s): b770f56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -25,6 +25,10 @@ licence: llama3.1
25
  This model is a fine-tuned version of [DebateLabKIT/Llama-3.3-Argunaut-1-70B-SFT](https://huggingface.co/DebateLabKIT/Llama-3.3-Argunaut-1-70B-SFT).
26
  It has been trained using [TRL](https://github.com/huggingface/trl) and [vLLM](https://docs.vllm.ai/).
27
 
 
 
 
 
28
  ## Quick start
29
 
30
  ```python
 
25
  This model is a fine-tuned version of [DebateLabKIT/Llama-3.3-Argunaut-1-70B-SFT](https://huggingface.co/DebateLabKIT/Llama-3.3-Argunaut-1-70B-SFT).
26
  It has been trained using [TRL](https://github.com/huggingface/trl) and [vLLM](https://docs.vllm.ai/).
27
 
28
+ It is released as part of the
29
+
30
+ * [Argunauts Project](https://huggingface.co/blog/ggbetz/argunauts-intro)
31
+
32
  ## Quick start
33
 
34
  ```python