xaviergillard commited on
Commit
ca03f8d
·
verified ·
1 Parent(s): be2712b

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. README.md +48 -0
  2. config.json +48 -0
  3. metrics.json +1 -0
  4. model.safetensors +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: xaviergillard/brabrant-xvii-ner
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: brabrant-xvii-ner
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
+ # brabrant-xvii-ner
15
+
16
+ This model is a fine-tuned version of [xaviergillard/brabrant-xvii-ner](https://huggingface.co/xaviergillard/brabrant-xvii-ner) on the None dataset.
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: 5e-05
36
+ - train_batch_size: 32
37
+ - eval_batch_size: 32
38
+ - seed: 42
39
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 15
42
+
43
+ ### Framework versions
44
+
45
+ - Transformers 4.48.3
46
+ - Pytorch 2.1.2
47
+ - Datasets 3.3.0
48
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xaviergillard/xlm-roberta-large-vieille-france",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "-100": "IGN",
15
+ "0": "B-PERS",
16
+ "1": "I-PERS",
17
+ "2": "B-LOC",
18
+ "3": "I-LOC",
19
+ "4": "B-DATE",
20
+ "5": "I-DATE",
21
+ "6": "O"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 4096,
25
+ "label2id": {
26
+ "B-DATE": 4,
27
+ "B-LOC": 2,
28
+ "B-PERS": 0,
29
+ "I-DATE": 5,
30
+ "I-LOC": 3,
31
+ "I-PERS": 1,
32
+ "IGN": -100,
33
+ "O": 6
34
+ },
35
+ "layer_norm_eps": 1e-05,
36
+ "max_position_embeddings": 514,
37
+ "model_type": "xlm-roberta",
38
+ "num_attention_heads": 16,
39
+ "num_hidden_layers": 24,
40
+ "output_past": true,
41
+ "pad_token_id": 1,
42
+ "position_embedding_type": "absolute",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.48.3",
45
+ "type_vocab_size": 1,
46
+ "use_cache": true,
47
+ "vocab_size": 250002
48
+ }
metrics.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid_loss": 0.1110556498169899, "valid_model_preparation_time": 0.0042, "valid_precision": 0.7115384615384616, "valid_recall": 0.7665745856353591, "valid_f1": 0.7380319148936171, "valid_runtime": 5.2226, "valid_samples_per_second": 36.763, "valid_steps_per_second": 1.149}
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037e8f72c28d9e46ec218646afbc855be80cf7ff4a6c90a8e0159055ac805c83
3
+ size 2235444656
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e354e1f208b4bbb3e011ac0936290ca38a20f8b60ce91ba3d25d5685367c0955
3
+ size 5432