Add link to Github repo

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
- pipeline_tag: text-generation
3
  library_name: transformers
4
  license: llama3
 
5
  ---
6
 
7
  # ORLM-LLaMA-3-8B: A Large Language Model for Optimization Modeling
8
 
9
  This repository contains the quantized model weights for [ORLM-LLaMA-3-8B](https://huggingface.co/CardinalOperations/ORLM-LLaMA-3-8B), a fine-tuned version of Meta's Llama 3 8B model, specifically trained for generating optimization models and corresponding Python code. It's presented in the paper [ORLM: A Customizable Framework in Training Large Models for Automated Optimization Modeling](https://huggingface.co/papers/2405.17743). This model significantly improves the capability of automating optimization modeling and solving, achieving state-of-the-art performance on several benchmarks.
10
 
 
 
11
  Quantization made by Richard Erkhov.
12
 
13
  [Github](https://github.com/RichardErkhov)
 
1
  ---
 
2
  library_name: transformers
3
  license: llama3
4
+ pipeline_tag: text-generation
5
  ---
6
 
7
  # ORLM-LLaMA-3-8B: A Large Language Model for Optimization Modeling
8
 
9
  This repository contains the quantized model weights for [ORLM-LLaMA-3-8B](https://huggingface.co/CardinalOperations/ORLM-LLaMA-3-8B), a fine-tuned version of Meta's Llama 3 8B model, specifically trained for generating optimization models and corresponding Python code. It's presented in the paper [ORLM: A Customizable Framework in Training Large Models for Automated Optimization Modeling](https://huggingface.co/papers/2405.17743). This model significantly improves the capability of automating optimization modeling and solving, achieving state-of-the-art performance on several benchmarks.
10
 
11
+ The official repo can be found here: https://github.com/Cardinal-Operations/ORLM
12
+
13
  Quantization made by Richard Erkhov.
14
 
15
  [Github](https://github.com/RichardErkhov)