Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 4449847

Browse files
committed
Initial Commit
0 parents  commit 4449847

File tree

134 files changed

+30320
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+30320
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TUNiB Inc

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Report a bug
3+
about: Bug report
4+
labels: 'bug'
5+
---
6+
7+
## How to reproduce
8+
9+
```python
10+
```
11+
12+
## Environment
13+
14+
- OS :
15+
- Python version :
16+
- Transformers version :
17+
- Whether to use Docker:
18+
- Misc.:

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Request a feature
3+
about: Feature request
4+
labels: 'enhancement'
5+
---
6+
7+
## Describe a requested feature
8+
9+
-
10+
11+
## Expected behavior
12+
13+
```python
14+
>>> a = Foo()
15+
>>> a.predict()
16+
```

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Title
2+
3+
-
4+
5+
## Description
6+
7+
-
8+
9+
## Linked Issues
10+
11+
- resolved #00

0 commit comments

Comments
 (0)