qgyd2021 commited on
Commit
1aeee21
1 Parent(s): ff72583

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: few_shot_ner
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # few_shot_ner
13
+
14
+ This model is a fine-tuned version of [qgyd2021/few_shot_ner](https://huggingface.co/qgyd2021/few_shot_ner) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.6024
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0002
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - distributed_type: multi-GPU
40
+ - gradient_accumulation_steps: 4
41
+ - total_train_batch_size: 64
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 1000
45
+ - num_epochs: 100.0
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.563 | 0.08 | 1000 | 0.6020 |
52
+ | 0.578 | 0.15 | 2000 | 0.6043 |
53
+ | 0.5821 | 0.23 | 3000 | 0.6059 |
54
+ | 0.5799 | 0.3 | 4000 | 0.6048 |
55
+ | 0.5851 | 0.38 | 5000 | 0.6033 |
56
+ | 0.5811 | 0.46 | 6000 | 0.6024 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.30.2
62
+ - Pytorch 1.13.0+cu117
63
+ - Datasets 2.14.4
64
+ - Tokenizers 0.13.3