T0KII commited on
Commit
a9885e8
·
verified ·
1 Parent(s): aefb087

Model save

Browse files
Files changed (5) hide show
  1. README.md +57 -0
  2. model.safetensors +1 -1
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +16 -0
  5. training_args.bin +1 -1
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: UBC-NLP/MARBERTv2
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: MASRIBERTv3
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # MASRIBERTv3
15
+
16
+ This model is a fine-tuned version of [UBC-NLP/MARBERTv2](https://huggingface.co/UBC-NLP/MARBERTv2) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 11.5203
19
+ - eval_runtime: 221.3683
20
+ - eval_samples_per_second: 77.708
21
+ - eval_steps_per_second: 1.215
22
+ - step: 0
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1.6175586289837642e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 64
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 8
46
+ - total_train_batch_size: 256
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: cosine
49
+ - num_epochs: 4
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 5.0.0
55
+ - Pytorch 2.10.0+cu128
56
+ - Datasets 4.8.3
57
+ - Tokenizers 0.22.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b08b690d856001241f5a0b65f2d01059939b4feff25c35f482c660add2478cf7
3
  size 775678032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6966140456176554437ffa53e52f3ae13d84dd6fd92d37a2db68cc4b9e4c0cab
3
  size 775678032
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "is_local": false,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "never_split": null,
10
+ "pad_token": "[PAD]",
11
+ "sep_token": "[SEP]",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4478079406071dc7bc24d84642bd8cb1c488c18d5cfd9fdaa7530da9212fd55
3
  size 5201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780132c7fb33034f8df443ac694ea3430ce9a956a5f7e6a33b128024084da4b3
3
  size 5201