Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
language:
|
5 |
- en
|
6 |
metrics:
|
@@ -20,7 +20,7 @@ This model classifies GitHub issues as 'bug' or 'not a bug'.
|
|
20 |
- **Finetuned from:** [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B)
|
21 |
- **Replication kit:** [https://github.com/aieng-lab/senlp-benchmark](https://github.com/aieng-lab/senlp-benchmark)
|
22 |
- **Language:** English
|
23 |
-
- **License:**
|
24 |
|
25 |
## Citation
|
26 |
|
@@ -30,4 +30,4 @@ This model classifies GitHub issues as 'bug' or 'not a bug'.
|
|
30 |
title = {Evaluating Large Language Models on Non-Code Software Engineering Tasks},
|
31 |
year = {2025}
|
32 |
}
|
33 |
-
```
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: llama3.2
|
4 |
language:
|
5 |
- en
|
6 |
metrics:
|
|
|
20 |
- **Finetuned from:** [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B)
|
21 |
- **Replication kit:** [https://github.com/aieng-lab/senlp-benchmark](https://github.com/aieng-lab/senlp-benchmark)
|
22 |
- **Language:** English
|
23 |
+
- **License:** Llama 3.2 Community License Agreement
|
24 |
|
25 |
## Citation
|
26 |
|
|
|
30 |
title = {Evaluating Large Language Models on Non-Code Software Engineering Tasks},
|
31 |
year = {2025}
|
32 |
}
|
33 |
+
```
|