vwaves commited on
Commit
0656eb3
·
verified ·
1 Parent(s): 721fc53

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -14
README.md CHANGED
@@ -1,22 +1,39 @@
1
  ---
2
- base_model: entity_identification_v16
3
- language:
4
- - en
5
  license: apache-2.0
6
  tags:
7
- - text-generation-inference
8
- - transformers
9
- - unsloth
10
- - mistral
11
- - trl
12
  ---
13
 
14
- # Uploaded model
 
15
 
16
- - **Developed by:** vwaves
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** entity_identification_v16
19
 
20
- This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
2
+ language: en
 
 
3
  license: apache-2.0
4
  tags:
5
+ - entity-extraction
6
+ - phi-3
 
 
 
7
  ---
8
 
9
+ # My Model Card
10
+ BASE_MODEL unsloth/Phi-3-mini-4k-instruct
11
 
12
+ TRAINING_DATA entity_1020_Q_training_data_Cha_21Aug.csv
 
 
13
 
14
+ Training DateTime: 2024-08-22 05:06:13.335293
15
+
16
+ Training Objective: MAIN_ENTITY_EXTACTION
17
+
18
+ HF Locaiton: vwaves/entity_identification_v16
19
+
20
+ Instruction format:
21
+ ### Instruction:
22
+ Identify 'Main Entity','derived_from','Intent Type' from the given statement
23
+
24
+ Make sure to take 'derived_from' from Input statement only.
25
+
26
+ ### Input:
27
+ statement: {}
28
+
29
+ ### Response:
30
+ {}
31
+
32
+ Number of Samples: 10
33
+
34
+ Intent Accuracy: 90.0
35
+
36
+ Entity Accuracy: 100.0
37
+
38
+ Derived Synonyms Accuracy: 100.0
39