llama-factory
LLM repo forked from https://github.com/hiyouga/LLaMA-Factory.git
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.9%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
LLM repo forked from https://github.com/hiyouga/LLaMA-Factory.git
Basic Info
- Host: GitHub
- Owner: ZpWang-AI
- License: apache-2.0
- Language: Python
- Default Branch: main2
- Size: 9.44 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 10 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
Security
README.md
LLaMA-Factory
Forked from hiyouga/LLaMA-Factory.
Thanks for hiyouga's work.
Another customized repo to use this code.
Owner
- Name: Zhipang Wang
- Login: ZpWang-AI
- Kind: user
- Repositories: 1
- Profile: https://github.com/ZpWang-AI
? _ ?
Citation (CITATION.cff)
cff-version: 1.2.0
date-released: 2024-03
message: "If you use this software, please cite it as below."
authors:
- family-names: "Zheng"
given-names: "Yaowei"
- family-names: "Zhang"
given-names: "Richong"
- family-names: "Zhang"
given-names: "Junhao"
- family-names: "Ye"
given-names: "Yanhan"
- family-names: "Luo"
given-names: "Zheyan"
- family-names: "Feng"
given-names: "Zhangchi"
- family-names: "Ma"
given-names: "Yongqiang"
title: "LlamaFactory: Unified Efficient Fine-Tuning of 100+ Language Models"
url: "https://arxiv.org/abs/2403.13372"
preferred-citation:
type: conference-paper
conference:
name: "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)"
authors:
- family-names: "Zheng"
given-names: "Yaowei"
- family-names: "Zhang"
given-names: "Richong"
- family-names: "Zhang"
given-names: "Junhao"
- family-names: "Ye"
given-names: "Yanhan"
- family-names: "Luo"
given-names: "Zheyan"
- family-names: "Feng"
given-names: "Zhangchi"
- family-names: "Ma"
given-names: "Yongqiang"
title: "LlamaFactory: Unified Efficient Fine-Tuning of 100+ Language Models"
url: "https://arxiv.org/abs/2403.13372"
year: 2024
publisher: "Association for Computational Linguistics"
address: "Bangkok, Thailand"
GitHub Events
Total
- Watch event: 1
- Delete event: 3
- Push event: 9
- Create event: 7
Last Year
- Watch event: 1
- Delete event: 3
- Push event: 9
- Create event: 7
Dependencies
.github/workflows/label_issue.yml
actions
.github/workflows/publish.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
- pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/tests.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
docker/docker-cuda/Dockerfile
docker
- ${BASE_IMAGE} latest build
docker/docker-cuda/docker-compose.yml
docker
docker/docker-npu/Dockerfile
docker
- ascendai/cann 8.0.rc1-910b-ubuntu22.04-py3.8 build
docker/docker-npu/docker-compose.yml
docker
docker/docker-rocm/Dockerfile
docker
- hardandheavy/transformers-rocm 2.2.0 build
docker/docker-rocm/docker-compose.yml
docker
pyproject.toml
pypi
requirements.txt
pypi
- accelerate >=0.34.0,<=1.0.1
- av *
- datasets >=2.16.0,<=3.1.0
- einops *
- fastapi *
- fire *
- gradio >=4.0.0,<5.0.0
- matplotlib >=3.7.0
- numpy <2.0.0
- packaging *
- pandas >=2.0.0
- peft >=0.11.1,<=0.12.0
- protobuf *
- pydantic *
- pyyaml *
- scipy *
- sentencepiece *
- sse-starlette *
- tiktoken *
- tokenizers >=0.19.0,<0.20.4
- transformers >=4.41.2,<=4.46.1
- trl >=0.8.6,<=0.9.6
- tyro <0.9.0
- uvicorn *
setup.py
pypi