Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
|
3 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Fine-Tuned LLaMA 3.1 on Dependency Parsing
|
@@ -21,6 +26,11 @@ The model has been fine-tuned to accurately parse simple sentences by classifyin
|
|
21 |
|
22 |
The model can be used directly for syntactic analysis and linguistic research, where dependency parsing is required to understand sentence structures. It’s particularly suited for tasks involving simple sentence parsing.
|
23 |
|
|
|
|
|
|
|
|
|
|
|
24 |
### Downstream Use [optional]
|
25 |
|
26 |
Ideal for integration into larger NLP systems that require detailed sentence parsing, such as grammar checking tools, machine translation systems, and educational software.
|
@@ -94,4 +104,4 @@ Emanuel Pinasco
|
|
94 |
|
95 |
### Framework versions
|
96 |
|
97 |
-
- PEFT 0.12.0
|
|
|
1 |
---
|
2 |
base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit
|
3 |
library_name: peft
|
4 |
+
datasets:
|
5 |
+
- manupinasco/simple_sentences
|
6 |
+
- manupinasco/syntax_analysis
|
7 |
+
language:
|
8 |
+
- en
|
9 |
---
|
10 |
|
11 |
# Fine-Tuned LLaMA 3.1 on Dependency Parsing
|
|
|
26 |
|
27 |
The model can be used directly for syntactic analysis and linguistic research, where dependency parsing is required to understand sentence structures. It’s particularly suited for tasks involving simple sentence parsing.
|
28 |
|
29 |
+
### Recommended Prompt
|
30 |
+
|
31 |
+
"Below is a sentence. Please, provide the dependency category for each word."
|
32 |
+
{sentence}
|
33 |
+
|
34 |
### Downstream Use [optional]
|
35 |
|
36 |
Ideal for integration into larger NLP systems that require detailed sentence parsing, such as grammar checking tools, machine translation systems, and educational software.
|
|
|
104 |
|
105 |
### Framework versions
|
106 |
|
107 |
+
- PEFT 0.12.0
|