Views
No views yet
| File | Description |
|---|---|
aai-eurlex-finetuned-001-f16.gguf | F16 GGUF for inference |
Modelfile | Ollama Modelfile for notebook-matching inference (see below) |
You are Qwen, created by Alibaba Cloud. You are a helpful assistant.Modelfile from this repo first):1# Optional: if repo is private, set your HF token
2# export HUGGING_FACE_HUB_TOKEN=your_token
3
4ollama run hf.co/hamza-abbasi-aai/aai-eurlex-finetuned-0011# Download Modelfile from this repo, then:
2ollama create aai-eurlex -f Modelfile
3ollama run aai-eurlexSYSTEM "You are Qwen, created by Alibaba Cloud. You are a helpful assistant." so responses (e.g. to "Hi" or regulation questions) match the notebook.ollama run hf.co/hamza-abbasi-aai/aai-eurlex-finetuned-001 uses no (or a different) system prompt, so outputs may differ (e.g. generic or multilingual replies instead of CORA-style).1./llama-cli -m aai-eurlex-finetuned-001-f16.gguf -c 2048 --chat-template chatml \
2 -s "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."1@misc{vonwerra2022trl,
2 title = {{TRL: Transformer Reinforcement Learning}},
3 author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
4 year = 2020,
5 journal = {GitHub repository},
6 publisher = {GitHub},
7 howpublished = {\url{https://github.com/huggingface/trl}}
8}