update readme
This commit is contained in:
parent
e507e60638
commit
4ea84a8333
|
@ -20,6 +20,8 @@ title: "LlamaFactory: Unified Efficient Fine-Tuning of 100+ Language Models"
|
||||||
url: "https://arxiv.org/abs/2403.13372"
|
url: "https://arxiv.org/abs/2403.13372"
|
||||||
preferred-citation:
|
preferred-citation:
|
||||||
type: conference-paper
|
type: conference-paper
|
||||||
|
conference:
|
||||||
|
name: "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)"
|
||||||
authors:
|
authors:
|
||||||
- family-names: "Zheng"
|
- family-names: "Zheng"
|
||||||
given-names: "Yaowei"
|
given-names: "Yaowei"
|
||||||
|
@ -35,7 +37,6 @@ preferred-citation:
|
||||||
given-names: "Zhangchi"
|
given-names: "Zhangchi"
|
||||||
- family-names: "Ma"
|
- family-names: "Ma"
|
||||||
given-names: "Yongqiang"
|
given-names: "Yongqiang"
|
||||||
booktitle: "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)"
|
|
||||||
title: "LlamaFactory: Unified Efficient Fine-Tuning of 100+ Language Models"
|
title: "LlamaFactory: Unified Efficient Fine-Tuning of 100+ Language Models"
|
||||||
url: "https://arxiv.org/abs/2403.13372"
|
url: "https://arxiv.org/abs/2403.13372"
|
||||||
year: 2024
|
year: 2024
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
[![GitHub Code License](https://img.shields.io/github/license/hiyouga/LLaMA-Factory)](LICENSE)
|
[![GitHub Code License](https://img.shields.io/github/license/hiyouga/LLaMA-Factory)](LICENSE)
|
||||||
[![GitHub last commit](https://img.shields.io/github/last-commit/hiyouga/LLaMA-Factory)](https://github.com/hiyouga/LLaMA-Factory/commits/main)
|
[![GitHub last commit](https://img.shields.io/github/last-commit/hiyouga/LLaMA-Factory)](https://github.com/hiyouga/LLaMA-Factory/commits/main)
|
||||||
[![PyPI](https://img.shields.io/pypi/v/llamafactory)](https://pypi.org/project/llamafactory/)
|
[![PyPI](https://img.shields.io/pypi/v/llamafactory)](https://pypi.org/project/llamafactory/)
|
||||||
[![Citation](https://img.shields.io/badge/citation-44-green)](#使用了-llama-factory-的项目)
|
[![Citation](https://img.shields.io/badge/citation-63-green)](#使用了-llama-factory-的项目)
|
||||||
[![GitHub pull request](https://img.shields.io/badge/PRs-welcome-blue)](https://github.com/hiyouga/LLaMA-Factory/pulls)
|
[![GitHub pull request](https://img.shields.io/badge/PRs-welcome-blue)](https://github.com/hiyouga/LLaMA-Factory/pulls)
|
||||||
[![Discord](https://dcbadge.vercel.app/api/server/rKfvV9r9FK?compact=true&style=flat)](https://discord.gg/rKfvV9r9FK)
|
[![Discord](https://dcbadge.vercel.app/api/server/rKfvV9r9FK?compact=true&style=flat)](https://discord.gg/rKfvV9r9FK)
|
||||||
[![Twitter](https://img.shields.io/twitter/follow/llamafactory_ai)](https://twitter.com/llamafactory_ai)
|
[![Twitter](https://img.shields.io/twitter/follow/llamafactory_ai)](https://twitter.com/llamafactory_ai)
|
||||||
|
|
Loading…
Reference in New Issue