Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Future features will be listed here

### Changed
- Ongoing updates

### Fixed
- Bug fixes

---
*[Mukller](https://github.com/Mukller)*
32 changes: 32 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We pledge to make participation in our community a harassment-free experience
for everyone, regardless of age, body size, disability, ethnicity, gender identity,
level of experience, nationality, personal appearance, race, religion, or sexual identity.

## Our Standards

**Positive behavior includes:**
- Demonstrating empathy and kindness
- Respecting differing opinions and experiences
- Giving and gracefully accepting constructive feedback
- Focusing on what is best for the community

**Unacceptable behavior includes:**
- Harassment, trolling, or personal attacks
- Publishing others' private information without permission
- Sexualized language or unwelcome advances

## Enforcement

Instances of unacceptable behavior may be reported to community leaders.
All complaints will be reviewed and investigated promptly and fairly.

## Attribution

Adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1.

---
*[Mukller](https://github.com/Mukller)*
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,15 @@ We thank EleutherAI for their work on the [lm-evaluation harness](https://github
year = 2022,
}
```


## Contributing

We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on
how to report bugs, suggest features, and submit pull requests.

By participating, you agree to our [Code of Conduct](CODE_OF_CONDUCT.md).

---

*[Mukller](https://github.com/Mukller)*