├── .github └── ISSUE_TEMPLATE │ └── 01_bug_inconsistency_report.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── author-ack.pdf ├── figures ├── base-models-performance-2.png ├── coming_soon.jpg ├── granite-3_0-language-models-3x-v1.png └── instruct-models-performance-2.png └── paper.pdf /.github/ISSUE_TEMPLATE/01_bug_inconsistency_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/.github/ISSUE_TEMPLATE/01_bug_inconsistency_report.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/README.md -------------------------------------------------------------------------------- /author-ack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/author-ack.pdf -------------------------------------------------------------------------------- /figures/base-models-performance-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/figures/base-models-performance-2.png -------------------------------------------------------------------------------- /figures/coming_soon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/figures/coming_soon.jpg -------------------------------------------------------------------------------- /figures/granite-3_0-language-models-3x-v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/figures/granite-3_0-language-models-3x-v1.png -------------------------------------------------------------------------------- /figures/instruct-models-performance-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/figures/instruct-models-performance-2.png -------------------------------------------------------------------------------- /paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-granite/granite-3.0-language-models/HEAD/paper.pdf --------------------------------------------------------------------------------