shubhamrathore081 commited on
Commit
f7a6c9e
·
verified ·
1 Parent(s): c16f3ca

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -9
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
- base_model: entity_identification_v24
3
- language:
4
- - en
5
  license: apache-2.0
6
  tags:
7
  - text-generation-inference
@@ -11,12 +9,31 @@ tags:
11
  - trl
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** shubhamrathore081
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** entity_identification_v24
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
  - text-generation-inference
 
9
  - trl
10
  ---
11
 
 
12
 
13
+ # My Model Card
14
+ BASE_MODEL unsloth/Phi-3-mini-4k-instruct
 
15
 
16
+ TRAINING_DATA train_modules_entities_6Sep.csv
17
+
18
+ Training DateTime: 2024-09-07 13:30:17.137640
19
+
20
+ Training Objective: MAIN_ENTITY_EXTACTION
21
+
22
+ HF Locaiton: shubhamrathore081/entity_identification_v24
23
+
24
+ Instruction format:
25
+ Identify 'Main Entity', 'derived_from', and 'Intent Type' from the given statement
26
+ Make sure to take 'derived_from' from the input statement only.
27
+ These are the only possible intents: ['CREATE', 'UPDATE', 'LIST', 'ANALYTICS', 'UPLOAD']
28
+ Input: statement:{}
29
+ JSON Response: {}
30
+
31
+
32
+ Number of Samples: 10
33
+
34
+ Intent Accuracy: 90.0
35
+
36
+ Entity Accuracy: 90.0
37
+
38
+ Derived Synonyms Accuracy: 100.0
39