Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -29,7 +36,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
29 |
|
30 |
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
-
- **Repository:**
|
33 |
- **Paper [optional]:** [More Information Needed]
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- jpwahle/etpc
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- meta-llama/Llama-3.1-8B
|
10 |
+
pipeline_tag: text-generation
|
11 |
---
|
12 |
|
13 |
# Model Card for Model ID
|
|
|
36 |
|
37 |
<!-- Provide the basic links for the model. -->
|
38 |
|
39 |
+
- **Repository:** https://github.com/jpwahle/emnlp23-paraphrase-types
|
40 |
- **Paper [optional]:** [More Information Needed]
|
41 |
- **Demo [optional]:** [More Information Needed]
|
42 |
|