ganchengguang
commited on
Commit
•
f443c59
1
Parent(s):
e91c3e1
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ja
|
6 |
+
- zh
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
tags:
|
10 |
+
- Information Extraction
|
11 |
+
- NER
|
12 |
+
---
|
13 |
+
This is a model of paper. Base in LLaMA3-8B-Instruction. Meta https://huggingface.co/meta-llama/Meta-Llama-3-8B
|
14 |
+
|
15 |
+
Please must use following format to use OIELLM. And extraction information from input text or sentence.
|
16 |
+
|
17 |
+
The OIELLM support 3 languages (English, Chinese and Japanese). And you must use task instruct words to define kind of task.
|
18 |
+
|
19 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/629311a945f405d06678224b/9zG-y_-YbPx-z2woGCx-8.png)
|
20 |
+
|
21 |
+
The following is input and output format:
|
22 |
+
{
|
23 |
+
"input": "In 1953, filming of \"On the Waterfront\" starring Marlon Brando began, and Kazan struggled with Spiegel's persistent budget cuts and managed to complete the film, which was released the following year in 1954 and became a huge hit with support from the laborer class./NER",
|
24 |
+
"output": "Literature/NER/:Person;Marlon Brando:Product Name;On the Waterfront:Person;Kazan:Person;Spiegel"
|
25 |
+
}
|
26 |
+
|
27 |
+
|
28 |
+
The from_pretrain class is use AutoTokenizer and AutoModelForCausalLM.
|
29 |
+
|
30 |
+
If you have any question. You can leave the words in this commutiy. Or contact me from paper's E-mail directly.
|